Skip to content

Commit b691010

Browse files
committed
update
1 parent 249616f commit b691010

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/z2ui5_cl_demo_app_162.clas.abap

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ CLASS z2ui5_cl_demo_app_162 IMPLEMENTATION.
6363
( product = 'table2' create_date = `01.01.2023` create_by = `Peter` storage_location = `AREA_001` quantity = 400 )
6464
).
6565

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.
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.
7474

7575
ENDMETHOD.
7676

0 commit comments

Comments
 (0)