Skip to content

Commit

Permalink
Update cds.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev authored Nov 21, 2024
1 parent 9da0529 commit 63bbeb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/development/cds.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ ENDMETHOD.
```

Key Considerations:
* Transaction Management: EML calls in abap2UI5 apps are executed outside the RAP framework. Therefore, don't forget to explicitly commit transactions using `COMMIT ENTITIES`
* Commit Limitations: RAP enforces strict limitations, such as disallowing direct calls to posting function modules or explicit commits within its framework. These restrictions do not apply when using EML in abap2UI5 apps, allowing greater flexibility in commit management
* EML calls in abap2UI5 apps are executed outside the RAP framework. Therefore, don't forget to explicitly commit transactions using `COMMIT ENTITIES`
* RAP enforces strict limitations, such as disallowing direct calls to posting function modules or explicit commits within its framework. These restrictions do not apply when using EML in abap2UI5 apps, allowing greater flexibility in commit management

#### Read
You can also use the `READ ENTITY` command:
Expand Down

0 comments on commit 63bbeb0

Please sign in to comment.