Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_339.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ CLASS z2ui5_cl_demo_app_339 IMPLEMENTATION.

METHOD z2ui5_if_app~main.

IF client->check_on_init( ).
IF client->check_on_init( ) OR mt_table IS INITIAL.

get_data( ).

Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_342.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ CLASS z2ui5_cl_demo_app_342 IMPLEMENTATION.

METHOD z2ui5_if_app~main.

IF client->check_on_init( ).
IF client->check_on_init( ) OR mt_data IS INITIAL.

get_data( ).

Expand Down
Loading