Skip to content

Commit

Permalink
305: fix on_init (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
christianguenter2 authored Nov 28, 2024
1 parent d35efcf commit c46d016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_305.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ CLASS z2ui5_cl_demo_app_305 IMPLEMENTATION.

me->client = client.

IF z2ui5_if_app~check_initialized = abap_false.
IF client->check_on_init( ).
t_tab = VALUE #(
( title = 'entry 01' value = 'red' )
( title = 'entry 02' value = 'blue' )
Expand Down

0 comments on commit c46d016

Please sign in to comment.