Skip to content

Commit 04122a2

Browse files
Fixed tags (#22754)
* Fixed tags * Fixed tags
1 parent 67a98f3 commit 04122a2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tutorials/abap-environment-shell-plugin-enrich/abap-environment-shell-plugin-enrich.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to enrich your shell plug-in with the use of OData Servic
44
keywords: tutorial
55
auto_validation: true
66
time: 45
7-
tags: [ tutorial>intermediate, programming-tool>abap-development, software-products>sap-business-application-studio]
7+
tags: [ tutorial>intermediate, programming-tool>abap-development, software-product>sap-business-application-studio]
88
primary_tag: software-product>sap-btp--abap-environment
99
author_name: Arianna Musso Barcucci
1010
author_profile: https://github.com/AriannaMussoBarcucci
@@ -25,7 +25,7 @@ In this tutorial you will continue working on the shell plug-in you created in t
2525
2626
1. Access ABAP Developer Tool in Eclipse, connect to your SAP BTP ABAP Environment, and open the package you created as part of the previous tutorial.
2727

28-
2. Right click on the package and select **New** > **Other ABAP Repository Object**.
28+
2. Right click on the package and select **New** > **Other ABAP Repository Object**:
2929

3030
![Create data definition](create_data_definition_1.png)
3131

@@ -399,7 +399,7 @@ You can now re-deploy your SAPUI5 Application with an enhanced shell plug-in to
399399

400400
![Open terminal window](open_terminal.png)
401401

402-
2. In the terminal window, run the command: `npm run deploy`. The deployment process will begin. You will then be prompted to confirm the deployment by typing `Y`. Once the SAPUI5 Application is successfully deployed to your SAP BTP ABAP Environment, the terminal will return the status:
402+
2. In the terminal window, run the command: `npm run deploy`. The deployment process will begin. You will be prompted to confirm the deployment by typing `Y`. Once the SAPUI5 Application is successfully deployed to your SAP BTP ABAP Environment, the terminal will return the status:
403403
`Deployment Successful`.
404404
>The deployment process can take up to a few minutes.
405405

tutorials/abap-environment-shell-plugin/abap-environment-shell-plugin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to develop and deploy a custom shell plug-in to your SAP
44
keywords: tutorial
55
auto_validation: true
66
time: 45
7-
tags: [ tutorial>intermediate, programming-tool>abap-development, software-products>sap-business-application-studio]
7+
tags: [ tutorial>intermediate, programming-tool>abap-development, software-product>sap-business-application-studio]
88
primary_tag: software-product>sap-btp--abap-environment
99
author_name: Arianna Musso Barcucci
1010
author_profile: https://github.com/AriannaMussoBarcucci
@@ -34,7 +34,7 @@ The shell plug-in will be deployed to the local `ZLOCAL` software component in y
3434
3535
1. Access ABAP Developer Tool in Eclipse and connect to your SAP BTP ABAP Environment.
3636

37-
2. Right click on your SAP BTP ABAP Environment and click on **New** > **ABAP Package**.
37+
2. Right click on your SAP BTP ABAP Environment and click on **New** > **ABAP Package**:
3838

3939
![Create new package](create_new_package.png)
4040

0 commit comments

Comments
 (0)