Skip to content

Commit 71b2477

Browse files
authored
Update cds.md
1 parent 67b72e7 commit 71b2477

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
@@ -21,7 +21,7 @@ CLASS z2ui5_cl_sample_cds IMPLEMENTATION.
2121
2222
SELECT FROM I_SalesOrder
2323
FIELDS salesorder, salesordertype, salesorganization
24-
INTO TABLE @DATA(mt_salesorder)
24+
INTO TABLE @mt_salesorder
2525
UP TO 10 ROWS.
2626
2727
DATA(view) = z2ui5_cl_xml_view=>factory( )->page( ).

0 commit comments

Comments
 (0)