Skip to content

Commit ba7f62e

Browse files
authored
Update cds.md
1 parent 56f03fa commit ba7f62e

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
@@ -6,7 +6,7 @@ outline: [2, 4]
66
For compatibility reasons, all examples and snippets are provided without CDS and EML calls. However, if you're using the latest ABAP releases, you can leverage these modern features in your abap2UI5 applications.
77

88
### ABAP CDS
9-
ABAP CDS provides a powerful way to define and consume data models in ABAP. The example below demonstrates how to use the `I_SalesOrder` view from the Virtual Data Model to fetch data and display it in a UI5 table control:
9+
ABAP CDS provides a powerful way to define views and consume data from the database. The example below demonstrates how to use the `I_SalesOrder` view from the Virtual Data Model to fetch data and display it in a UI5 table control:
1010
```abap
1111
CLASS z2ui5_cl_sample_cds DEFINITION
1212
PUBLIC

0 commit comments

Comments
 (0)