Skip to content

Commit 0832fdc

Browse files
authored
Merge pull request #5 from abap2UI5-addons/Dev
Dev
2 parents bef573b + 8579675 commit 0832fdc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/z2ui5_cl_pop_show_tr.clas.abap

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)