Skip to content

Commit 1872227

Browse files
authored
Merge pull request #1 from abapsheep/main
Update
2 parents 0cfc8db + 5cbd650 commit 1872227

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/z2ui5_cl_pop_displ_f4_help.clas.abap

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ CLASS z2ui5_cl_pop_displ_f4_help DEFINITION
2525
RETURNING
2626
VALUE(result) TYPE REF TO z2ui5_cl_pop_displ_f4_help.
2727

28+
2829
PROTECTED SECTION.
2930
DATA client TYPE REF TO z2ui5_if_client.
3031
DATA mv_init TYPE abap_bool.
@@ -459,8 +460,8 @@ CLASS z2ui5_cl_pop_displ_f4_help IMPLEMENTATION.
459460

460461
ms_layout = z2ui5_cl_pop_display_layout=>init_layout( control = z2ui5_cl_pop_display_layout=>m_table
461462
data = mt_data
462-
handle01 = class
463-
handle02 = mv_table
463+
handle01 = conv #( class )
464+
handle02 = conv #( mv_table )
464465
handle03 = 'F4' ).
465466

466467
ENDMETHOD.

0 commit comments

Comments
 (0)