Skip to content

Commit e006a3a

Browse files
authored
Update cds.md
1 parent 817b879 commit e006a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/cds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Key Considerations:
8181
* Transaction Management: EML calls in abap2UI5 apps are executed outside the RAP framework. Therefore, don't forget to explicitly commit transactions using `COMMIT ENTITIES`
8282
* 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
8383

84-
You can also do an `READ ENTITY`:
84+
You can also use the `READ ENTITY` command:
8585
```abap
8686
CLASS z2ui5_cl_sample_eml_read DEFINITION
8787
PUBLIC

0 commit comments

Comments
 (0)