From c22b4bf98c6c03b0e31c6a6b68a8c346ed14d534 Mon Sep 17 00:00:00 2001 From: Nuve Platform Date: Mon, 7 Oct 2024 15:02:00 +0000 Subject: [PATCH] fix types --- src/z2ui5_cl_pop_displ_f4_help.clas.abap | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/z2ui5_cl_pop_displ_f4_help.clas.abap b/src/z2ui5_cl_pop_displ_f4_help.clas.abap index c2d5426..8af5ab2 100644 --- a/src/z2ui5_cl_pop_displ_f4_help.clas.abap +++ b/src/z2ui5_cl_pop_displ_f4_help.clas.abap @@ -254,8 +254,12 @@ CLASS z2ui5_cl_pop_displ_f4_help IMPLEMENTATION. )->title( mv_check_tab )->toolbar_spacer( ). - headder = z2ui5_cl_pop_display_layout=>render_layout_function( xml = headder - client = client ). + + headder = z2ui5_cl_pop_display_layout=>render_layout_function( + xml = headder + client = client + layout = mo_layout + ). DATA(columns) = table->columns( ). @@ -458,10 +462,10 @@ CLASS z2ui5_cl_pop_displ_f4_help IMPLEMENTATION. class = cl_abap_classdescr=>get_class_name( me ). SHIFT class LEFT DELETING LEADING '\CLASS='. - z2ui5_cl_pop_display_layout=>init_layout( control = z2ui5_cl_layout=>m_table + mo_layout = z2ui5_cl_layout=>factory( control = z2ui5_cl_layout=>m_table data = mt_data - handle01 = CONV #( class ) - handle02 = CONV #( mv_table ) + handle01 = class + handle02 = mv_table handle03 = 'F4' ). ENDMETHOD.