File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
tutorials/abap-environment-extend-cds-view Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 11---
2- parser : v2
2+ parser : v2
33auto_validation : true
4- primary_tag : software-product>sap-btp-- abap-environment
4+ primary_tag : software-product>sap-btp-abap-environment
55tags : [ tutorial>beginner, programming-tool>abap-development, software-product>sap-business-technology-platform]
66time : 30
77author_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  and activate  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
3983963. Save  and activate  the changes.
You can’t perform that action at this time.
0 commit comments