Hi
In SAPSCRIPT I'm trying to code (crude I know)
IF &V55ENAFT-KUNAG& EQ 'M002699' OR &V55ENAFT-KUNAG& EQ 'M002699CUR' OR &V55ENAFT-KUNAG& EQ 'M002699RDE' OR &V55ENAFT-KUNAG& EQ 'M002699CUR' OR &V55ENAFT-KUNAG& EQ 'M002699SEA' blah blah blah my text ENDIF
The problem is that the IF statement needs to fit onto three lines. The first line declared with the /: Command Line works ok, but I can't get the SAPSCRIPT to treat the next two lines as part of the statement. I've tried / and leaving it blank, but it just treats the lines as text.
Is there a way of chaining the lines together, or do I have to split the IF into three separate statements?