Skip to content

Commit fe574ee

Browse files
authored
fix regression (#2)
abaplint/abaplint#3237
1 parent 0702ce4 commit fe574ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/#mbtools#cts_req_tester.prog.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ FORM check_objs.
565565

566566
IF sy-subrc = 0.
567567
" Do BAdI call for selected object
568-
CLEAR: gt_e071_txt.
568+
CLEAR gt_e071_txt.
569569

570570
CALL METHOD gr_class->('GET_OBJECT_DESCRIPTIONS')
571571
EXPORTING

0 commit comments

Comments
 (0)