Skip to content

Commit 80def48

Browse files
committed
refactoring
1 parent 5d8e3a0 commit 80def48

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/z2ui5_cl_pop_displ_f4_help.clas.abap

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CLASS z2ui5_cl_pop_displ_f4_help DEFINITION
88

99
DATA mt_data TYPE REF TO data.
1010
DATA ms_data_row TYPE REF TO data.
11-
DATA mo_layout TYPE ref to z2ui5_cl_layout.
11+
DATA mo_layout TYPE REF TO z2ui5_cl_layout.
1212

1313
DATA mv_table TYPE string.
1414
DATA mv_field TYPE string.
@@ -338,8 +338,8 @@ CLASS z2ui5_cl_pop_displ_f4_help IMPLEMENTATION.
338338

339339
WHEN OTHERS.
340340

341-
client = z2ui5_cl_pop_display_layout=>on_event_layout( client = client
342-
layout = mo_layout ).
341+
z2ui5_cl_pop_display_layout=>on_event_layout( client = client
342+
layout = mo_layout ).
343343

344344
ENDCASE.
345345

@@ -454,15 +454,15 @@ CLASS z2ui5_cl_pop_displ_f4_help IMPLEMENTATION.
454454

455455
METHOD get_layout.
456456

457-
data(class) = ``.
457+
DATA(class) = ``.
458458
class = cl_abap_classdescr=>get_class_name( me ).
459459
SHIFT class LEFT DELETING LEADING '\CLASS='.
460460

461-
mo_layout = z2ui5_cl_pop_display_layout=>init_layout( control = z2ui5_cl_pop_display_layout=>m_table
462-
data = mt_data
463-
handle01 = conv #( class )
464-
handle02 = conv #( mv_table )
465-
handle03 = 'F4' ).
461+
z2ui5_cl_pop_display_layout=>init_layout( control = z2ui5_cl_layout=>m_table
462+
data = mt_data
463+
handle01 = CONV #( class )
464+
handle02 = CONV #( mv_table )
465+
handle03 = 'F4' ).
466466

467467
ENDMETHOD.
468468

0 commit comments

Comments
 (0)