Skip to content

Commit b8acf7a

Browse files
committed
atc cloud fixes
1 parent 4da8f1f commit b8acf7a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/01/z2ui5_cl_sel_multisel_pop.clas.abap

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ CLASS z2ui5_cl_sel_multisel_pop DEFINITION
1919
RETURNING
2020
VALUE(r_result) TYPE REF TO z2ui5_cl_sel_multisel_pop.
2121

22+
2223
TYPES:
2324
BEGIN OF ty_s_result,
2425
t_filter TYPE z2ui5_cl_util=>ty_t_filter_multi,
@@ -76,9 +77,6 @@ CLASS z2ui5_cl_sel_multisel_pop IMPLEMENTATION.
7677
contentwidth = `50%`
7778
title = 'Define Filter Conditons' ).
7879

79-
80-
81-
8280
mo_multiselect->set_output( client = client view = lo_popup ).
8381

8482

0 commit comments

Comments
 (0)