Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error while writing multiple conditions in Script Layout

former_member213475
Participant
0 Likes
462

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.

1 REPLY 1
Read only

0 Likes
434

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