Skip to content

Commit 2cb25ea

Browse files
authored
update tutorial issues (#18402)
* Automatic commit: Move 'abap-environment-deploy-cf', 'abap-environment-deploy-cf-production', 'abap-environment-vs-code', 'abap-s4hanacloud-procurement-purchasereq-contract', 'abap-s4hanacloud-procurement-purchasereq-shop', 'abap-s4hanacloud-procurement-purchasereq-shop-ui', 'abap-s4hanacloud-purchase-requisition-online-shop' from QA to Production * Automatic commit: Move 'abap-environment-lock-object' from QA to Production * Automatic commit: Move 'abap-environment-behavior-action', 'abap-environment-create-cds-view' from QA to Production
1 parent 7e5218c commit 2cb25ea

File tree

6 files changed

+12
-11
lines changed

6 files changed

+12
-11
lines changed

tutorials/abap-environment-behavior-action/abap-environment-behavior-action.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -376,13 +376,9 @@ In this tutorial, wherever XXX appears, use a number (e.g. 000).
376376
[DONE]
377377
[ACCORDION-END]
378378
379-
[ACCORDION-BEGIN [Step 6: ](Implement determination)]
379+
[ACCORDION-BEGIN [Step 6: ](Implement action)]
380380
381-
1. Now you will implement a determination. In your `CLASS lhc_travel IMPLEMENTATION` implement method `set_status_completed`:
382-
383-
>**HINT:** A determination modifies instances of business objects based on trigger conditions. Here, the code updates the relevant data instance of travel by setting the `overall_status` to A (for accepted.)
384-
To avoid authorization checks, you add the suffix `IN LOCAL MODE`.
385-
Determinations must be idempotent – i.e. the result must not differ, even if the determination is executed multiple times for the same key.
381+
1. Now you will implement an action. In your `CLASS lhc_travel IMPLEMENTATION` implement method `set_status_completed`:
386382
387383
```ABAP
388384
********************************************************************************
@@ -442,7 +438,12 @@ In this tutorial, wherever XXX appears, use a number (e.g. 000).
442438
[DONE]
443439
[ACCORDION-END]
444440
445-
[ACCORDION-BEGIN [Step 7: ](Implement action)]
441+
[ACCORDION-BEGIN [Step 7: ](Implement determination)]
442+
443+
>**HINT:** A determination modifies instances of business objects based on trigger conditions. Here, the code updates the relevant data instance of travel by setting the `overall_status` to A (for accepted.)
444+
To avoid authorization checks, you add the suffix `IN LOCAL MODE`.
445+
Determinations must be idempotent – i.e. the result must not differ, even if the determination is executed multiple times for the same key.
446+
446447
1. Implement method `CalculateTravelKey`:
447448
448449
```ABAP

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,13 +223,13 @@ Therefore right-click on your package **`Z_BOOKING_XXX`** and select **New** > *
223223
224224
![Create service definition](servicedef.png)
225225
226-
2. Create a service definition and call it **`Z_I_BOOKING_XXX`**.
227-
228-
![Create service definition](service2.png)
226+
2. Create a service definition and call it **`ZI_BOOKING_XXX`**.
229227
228+
![Create service definition](sbinding.png)
229+
230230
3. Click **Finish** to complete your transport request.
231231
232-
![Create service definition](transport2.png)
232+
![Create service definition](sbinding2.png)
233233
234234
[DONE]
235235
[ACCORDION-END]
Loading
Loading
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)