‎2006 Jun 29 5:47 PM
Hello friends ,
I am changing a form but when i try to open in graphical pc editor . It is not able to do so and takes me to the normal editor .
My IF ...condition is really long . I have written the command as
/: IF a = b or c = d
/ or e = f ....
/ or g = h .
The second line after the command line is not getting excecuted as a command but getting printed on the form as is .
Please advise on this . What should be the next line after the command line if it is the continuation of the IF ....
Thanks
‎2006 Jun 29 5:49 PM
‎2006 Jun 29 5:49 PM
‎2006 Jun 29 5:51 PM
‎2006 Jun 29 7:24 PM
Hi Rich ,
Thanks for the suggestion . Well it still dosent recognize the second line . This is how i have written in the editor .
/:IF &EKKO-EKORG& EQ 'ccc' OR &EKKO-EKORG& EQ 'ddd'
/:OR &EKKO-EKORG& EQ = 'abc'
Am i missing a perdiod after the second line above . please let me know . Thanks
‎2006 Jun 29 7:44 PM
‎2006 Jun 29 5:49 PM
Hello Hari,
Press Shift+F8 the editor line will be exetended. there u can continue with the if condition.
To return back press the same key.
Hope this will solve ur problem.
Dön't forget to reward points,
Regards,
Vasanth
‎2006 Jun 29 5:50 PM
‎2006 Jun 29 5:50 PM
hi Hari,
do this way i.e, fetch these values from the print/Driver program
<b>/: IF &a& = &b& or &c& = &d&
/: or &e& = &f& ....
/: or &g& = &h& .</b>
Regards,
Santosh
‎2006 Jun 29 5:56 PM
hi,
do this way:
/: IF a = b or c = d
/: or e = f
/: or g = h
/:endif.
regards,
keerthi.
‎2015 Dec 02 12:49 PM
Sorry, but this will fail:
/: IF a = b or c = d
/: or e = f
/: or g = h
/:endif.
There is no way I have found to continue a SapScript command line: max 130 chars available.