Skip to content

Commit 40adefc

Browse files
committed
Publish tutorial: abap-environment-extend-cds-view
Promote tutorial from QA to Production repository. Tutorial Details: - Slug: abap-environment-extend-cds-view - Source: QA Repository (-Contribution) - Target: Production Repository This PR was created automatically by the Sage VS Code Extension.
1 parent 7c9513d commit 40adefc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tutorials/abap-environment-extend-cds-view/abap-environment-extend-cds-view.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
parser: v2
2+
parser: v2
33
auto_validation: true
4-
primary_tag: software-product>sap-btp--abap-environment
4+
primary_tag: software-product>sap-btp-abap-environment
55
tags: [ tutorial>beginner, programming-tool>abap-development, software-product>sap-business-technology-platform]
66
time: 30
77
author_name: Shilpa Shankar
@@ -41,12 +41,12 @@ Always replace `###` with your initials or group number.
4141
3. Create your own ABAP development package `Z_Travel_###` as a sub package of `ZLOCAL`.
4242
- Name: `Z_Travel_###`
4343
- Description: `My travel package`
44+
- Select the **Add to favorite packages** box
4445

4546
4. Click **Next**.
4647

4748
![Create ABAP package](Picture1.png)
4849

49-
- Add your package to **Favorite Packages**.
5050

5151
5. Select package properties and click **Next**.
5252
- Software Component: `ZLOCAL`
@@ -124,7 +124,6 @@ Create a database table to store the Travel data. This Travel table contains `Tr
124124
include ztravel_struc_###;
125125
126126
}
127-
128127
```
129128
130129
6. Save ![save icon](save.png) and activate ![activate icon](activate.png) the changes.
@@ -392,7 +391,6 @@ You will expose `FlightDate` field from `/DMO/I_BOOKING_U` and calculate the num
392391
else 0
393392
end as ZZDaysRemainingZAC
394393
}
395-
396394
```
397395
398396
3. Save ![save icon](save.png) and activate ![activate icon](activate.png) the changes.

0 commit comments

Comments
 (0)