Skip to content

Commit afecc77

Browse files
committed
Update PROG /MBTOOLS/CTS_REQ_TESTER
1 parent d34a181 commit afecc77

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
@@ -331,7 +331,7 @@ FORM get_object_type
331331
DATA: lv_global_type TYPE wbobjtype.
332332
DATA: lv_wb_type TYPE seu_objtyp.
333333

334-
IF iv_object <> 'REPO' AND iv_object <> 'DYNP'
334+
IF iv_object <> 'REPO' AND iv_object <> 'DYNP'
335335
AND iv_object <> 'VARI' AND iv_object <> 'VARX'
336336
AND iv_object <> 'MESS' AND iv_object <> 'METH'
337337
AND iv_object <> 'WAPP' AND iv_object <> 'TABU'

0 commit comments

Comments
 (0)