Skip to Content
0
Former Member
May 14, 2010 at 01:16 PM

writing if condition with multiple checks

63 Views

How to write this if condition in sap script

if ekko-frgke = 0

or

ekko-frgke = 1

or

ekko-frgke =4

and

v_draft = '00000'

<code>

else

<code>

The if condition is going on multiple lines , so shall we use /: or = or anything else???

How to write the above mentioned if condition in sap script???