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 249616f commit b691010Copy full SHA for b691010
src/z2ui5_cl_demo_app_162.clas.abap
@@ -63,14 +63,14 @@ CLASS z2ui5_cl_demo_app_162 IMPLEMENTATION.
63
( product = 'table2' create_date = `01.01.2023` create_by = `Peter` storage_location = `AREA_001` quantity = 400 )
64
).
65
66
- DATA lt_result LIKE mt_table.
67
- "put the range in the where clause of your abap sql command
68
- "here we use an internal table instead
69
- LOOP AT mt_sql INTO DATA(ls_tab).
70
-
71
- "do filtering here..
72
73
- ENDLOOP.
+* DATA lt_result LIKE mt_table.
+* "put the range in the where clause of your abap sql command
+* "here we use an internal table instead
+* LOOP AT mt_sql INTO DATA(ls_tab).
+*
+* "do filtering here..
+* ENDLOOP.
74
75
ENDMETHOD.
76
0 commit comments