File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ CLASS z2ui5_cl_pop_show_tr DEFINITION
1414 iv_tabname TYPE string
1515 is_transport TYPE z2ui5_cl_util=>ty_s_transport.
1616
17- CLASS- DATA mt_data TYPE STANDARD TABLE OF z2ui5_cl_util=>ty_s_transport WITH EMPTY KEY .
17+ DATA mt_data TYPE STANDARD TABLE OF z2ui5_cl_util=>ty_s_transport WITH EMPTY KEY .
1818
1919 CLASS-METHODS factory
2020 RETURNING
@@ -50,7 +50,8 @@ CLASS z2ui5_cl_pop_show_tr IMPLEMENTATION.
5050 ENDMETHOD .
5151
5252 METHOD render_view .
53- DATA (popup ) = z2ui5_cl_xml_view=>factory_popup( ).
53+
54+ DATA (popup ) = z2ui5_cl_xml_view=>factory_popup( ).
5455
5556 popup->dialog( contentwidth = '40%'
5657 afterclose = client->_event( 'CLOSE' )
@@ -76,6 +77,7 @@ CLASS z2ui5_cl_pop_show_tr IMPLEMENTATION.
7677 type = 'Emphasized' ).
7778
7879 client->popup_display( popup->stringify( ) ).
80+
7981 ENDMETHOD .
8082
8183 METHOD on_event .
You can’t perform that action at this time.
0 commit comments