We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da8f1f commit b8acf7aCopy full SHA for b8acf7a
src/01/z2ui5_cl_sel_multisel_pop.clas.abap
@@ -19,6 +19,7 @@ CLASS z2ui5_cl_sel_multisel_pop DEFINITION
19
RETURNING
20
VALUE(r_result) TYPE REF TO z2ui5_cl_sel_multisel_pop.
21
22
+
23
TYPES:
24
BEGIN OF ty_s_result,
25
t_filter TYPE z2ui5_cl_util=>ty_t_filter_multi,
@@ -76,9 +77,6 @@ CLASS z2ui5_cl_sel_multisel_pop IMPLEMENTATION.
76
77
contentwidth = `50%`
78
title = 'Define Filter Conditons' ).
79
-
80
81
82
mo_multiselect->set_output( client = client view = lo_popup ).
83
84
0 commit comments