ā2014 Jun 17 11:27 AM
Hi Experts,
I am working on SAP SCRIPT and I am giving condition in one of my script window.
Now, my problem is while I am giving condition in script editor it is not coming in one line therefore I have to continue that condition in next row but when I am doing that condition is not working.
Kindly inform me how I can extend that condition to next row.
I guess I am making any scene.
Kindly help me.
Tnx and Regards,
Sandeep Singh
ā2014 Jun 17 11:37 AM
Hi Sandeep,
As per my understanding you ...want to write a condition which extends to next line..
u can achieve this by pressing F4 in the first column(where u give paragraph format) and selecting extended line or line feed.or line feed and extended line. as per your requirement.
Once your issue is resolved...please close the thread...
regards,
ā2014 Jun 17 11:42 AM
Hi naren,
I did that but unfortunately what condition I am giving in that extended line it is printing in my form as it is.
Regards,
Sandeep
ā2014 Jun 17 11:45 AM
hi Sandeep,
Did you try with all the three options , and also did you close the condition with a fullstop.
regards,
ā2014 Jun 17 11:45 AM
Hi Sandeep,
Please try using '=' like below.
/: If ( A = B )
= or (A = C).
Regards,
Greeshma.
ā2014 Jun 17 11:48 AM
Hi,
try this, script.
/: IF &LIKP-KUNNR(C)& NE ' '.
= &kna1-name1&,,&kna1-LAND1&,,&kna1-ORT01&.
/:ENDIF
Regards,
Venkat.
ā2014 Jun 17 11:48 AM
Hi Sandeep,
Please try to click first line and use change commnad button from that window screen then your condition will be come in single line like below nad you can change your condition as required.
Regards,
Prasenjit
ā2014 Jun 17 11:49 AM
Hi,
Try using the command line '/:' as well for the consecutive lines.
ā2014 Jun 17 12:25 PM
Hi SANDEEP SINGH,
you can not extend a command into several lines.
what u can do is
regards
Stefan Seeburger