Skip to content

Commit 63bbeb0

Browse files
authored
Update cds.md
1 parent 9da0529 commit 63bbeb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/development/cds.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ ENDMETHOD.
8181
```
8282

8383
Key Considerations:
84-
* Transaction Management: EML calls in abap2UI5 apps are executed outside the RAP framework. Therefore, don't forget to explicitly commit transactions using `COMMIT ENTITIES`
85-
* 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
84+
* EML calls in abap2UI5 apps are executed outside the RAP framework. Therefore, don't forget to explicitly commit transactions using `COMMIT ENTITIES`
85+
* 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
8686

8787
#### Read
8888
You can also use the `READ ENTITY` command:

0 commit comments

Comments
 (0)