Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev committed Feb 14, 2024
1 parent 249616f commit b691010
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/z2ui5_cl_demo_app_162.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ CLASS z2ui5_cl_demo_app_162 IMPLEMENTATION.
( product = 'table2' create_date = `01.01.2023` create_by = `Peter` storage_location = `AREA_001` quantity = 400 )
).

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

ENDMETHOD.

Expand Down

0 comments on commit b691010

Please sign in to comment.