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 817b879 commit e006a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/cds.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ 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

You can also do an `READ ENTITY`:
You can also use the `READ ENTITY` command:
```abap
CLASS z2ui5_cl_sample_eml_read DEFINITION
PUBLIC
Expand Down

0 comments on commit e006a3a

Please sign in to comment.