We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b72e7 commit 71b2477Copy full SHA for 71b2477
docs/development/cds.md
@@ -21,7 +21,7 @@ CLASS z2ui5_cl_sample_cds IMPLEMENTATION.
21
22
SELECT FROM I_SalesOrder
23
FIELDS salesorder, salesordertype, salesorganization
24
- INTO TABLE @DATA(mt_salesorder)
+ INTO TABLE @mt_salesorder
25
UP TO 10 ROWS.
26
27
DATA(view) = z2ui5_cl_xml_view=>factory( )->page( ).
0 commit comments