This commit is contained in:
danrega
2025-05-02 16:24:12 +02:00
parent 88e27784f8
commit 55b21ff7e8
19 changed files with 1694 additions and 1220 deletions

View File

@@ -329,7 +329,10 @@ Example using `CL_ABAP_TX`:
```abap
...
"------------- Activating the modify transactional phase -------------
*&---------------------------------------------------------------------*
*& Activating the modify transactional phase
*&---------------------------------------------------------------------*
cl_abap_tx=>modify( ).
"The following database modification statement is not allowed in the
@@ -343,7 +346,10 @@ MODIFY zdemo_abap_carr FROM TABLE @( VALUE #(
...
"------------- Activating the save transactional phase -------------
*&---------------------------------------------------------------------*
*& Activating the save transactional phase
*&---------------------------------------------------------------------*
cl_abap_tx=>save( ).
"In this phase, database modifications are allowed.