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 07454b6 commit 0ff4a19Copy full SHA for 0ff4a19
docs/development/model/tables.md
@@ -23,8 +23,8 @@ CLASS z2ui5_cl_sample_tab IMPLEMENTATION.
23
24
DO 100 TIMES.
25
INSERT value #(
26
- count = sy-index.
27
- value = 'red'.
+ count = sy-index
+ value = 'red'
28
descr = 'this is a description' ) INTO TABLE mt_itab.
29
ENDDO.
30
@@ -51,8 +51,8 @@ Making a table editable is a simple change. You just need to switch the binding
51
52
53
54
55
56
57
58
0 commit comments