Skip to content

Commit 2f267c6

Browse files
committed
ATC cloud fix
1 parent 367a2e2 commit 2f267c6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/z2ui5_cl_pop_show_tr.clas.abap

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,14 @@ CLASS z2ui5_cl_pop_show_tr DEFINITION
1212
IMPORTING
1313
ir_data TYPE REF TO data
1414
iv_tabname TYPE string
15-
is_transport TYPE z2ui5_cl_util=>ty_s_transport
16-
EXCEPTIONS
17-
ob_check_obj_error.
15+
is_transport TYPE z2ui5_cl_util=>ty_s_transport.
1816

1917
CLASS-DATA mt_data TYPE STANDARD TABLE OF z2ui5_cl_util=>ty_s_transport WITH EMPTY KEY.
2018

2119
CLASS-METHODS factory
2220
RETURNING
2321
VALUE(result) TYPE REF TO z2ui5_cl_pop_show_tr.
2422

25-
2623
PROTECTED SECTION.
2724

2825
METHODS on_init.
@@ -115,7 +112,6 @@ CLASS z2ui5_cl_pop_show_tr IMPLEMENTATION.
115112
iv_tabname = iv_tabname
116113
is_transport = is_transport ).
117114

118-
119115
ENDMETHOD.
120116

121117

0 commit comments

Comments
 (0)