‎2016 Jan 25 2:27 PM
Hi Experts,
Currently in my scripts layout i want to add multiple conditions. i.e;
if &vbdka-vkorg& = 'KZ00'
CASE &VBDKA-AUART&
WHEN 'ZQ' OR 'ZCRN' OR 'ZCRP' OR 'ZQLC' OR 'ZQLD' OR 'ZQGC'
(Logic)
ENDCASE.
ENDIF.
I'm getting message while debugging like Invalid parameter OR.. the highlighted statement is not working.
Kindly provide me the solution.
Regards,
Saran.
‎2016 Jan 25 7:39 PM
Hi Saran,
Add your if conditions in the script Editor and if the line is filled press SHIFT+F8 and continue with the conditions.
Regards,
Mohammed