File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,14 +139,14 @@ FORM setup_listboxes .
139
139
* Possible READER-Classes
140
140
*--------------------------------------------------------------------*
141
141
lv_id = 'LB_READ' .
142
+ CLEAR lt_values.
142
143
APPEND INITIAL LINE TO lt_values ASSIGNING <ls_value> .
143
144
<ls_value> -key = 'Autodetect' (001 ).
144
145
<ls_value> -text = 'Autodetect' (001 ).
145
146
146
147
147
148
PERFORM get_implementing_classds USING 'ZIF_EXCEL_READER'
148
149
CHANGING lt_implementing_classes.
149
- CLEAR lt_values.
150
150
LOOP AT lt_implementing_classes ASSIGNING <ls_implementing_class> .
151
151
152
152
APPEND INITIAL LINE TO lt_values ASSIGNING <ls_value> .
@@ -167,14 +167,14 @@ FORM setup_listboxes .
167
167
* Possible WRITER-Classes
168
168
*--------------------------------------------------------------------*
169
169
lv_id = 'LB_WRITE' .
170
+ CLEAR lt_values.
170
171
APPEND INITIAL LINE TO lt_values ASSIGNING <ls_value> .
171
172
<ls_value> -key = 'Autodetect' (001 ).
172
173
<ls_value> -text = 'Autodetect' (001 ).
173
174
174
175
175
176
PERFORM get_implementing_classds USING 'ZIF_EXCEL_WRITER'
176
177
CHANGING lt_implementing_classes.
177
- CLEAR lt_values.
178
178
LOOP AT lt_implementing_classes ASSIGNING <ls_implementing_class> .
179
179
180
180
APPEND INITIAL LINE TO lt_values ASSIGNING <ls_value> .
You can’t perform that action at this time.
0 commit comments