Skip to content

Commit

Permalink
New Layout Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Hoffmann authored and Viktor Hoffmann committed Jun 10, 2024
1 parent c3539ff commit 240ad47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/z2ui5_cl_demo_app_200.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ CLASS z2ui5_cl_demo_app_200 IMPLEMENTATION.
)->overflow_toolbar(
)->toolbar_spacer( ).

headder = /kro/ui501_cl_app_012=>render_layout_function( xml = headder
client = client ).
headder = z2ui5_cl_pop_layout_v2=>render_layout_function( xml = headder
client = client ).

DATA(columns) = table->columns( ).

Expand Down Expand Up @@ -159,7 +159,7 @@ CLASS z2ui5_cl_demo_app_200 IMPLEMENTATION.
METHOD init_layout.

IF ms_layout IS NOT INITIAL.
return.
RETURN.
ENDIF.

DATA(class) = cl_abap_classdescr=>get_class_name( me ).
Expand Down

0 comments on commit 240ad47

Please sign in to comment.