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???