‎2006 Dec 12 4:02 AM
‎2006 Dec 12 4:22 AM
Hi,
Please check this link for SAP Script commands.
http://www.thespot4sap.com/Articles/SAPscript_commands.asp
Hope this will help.
Regards,
Ferry Lianto
‎2006 Dec 12 4:04 AM
Hi,
Are you asking how to give commands in sapscript..If so check this..
For command you have to use /:
Example.
-
<b>/: IF &V_TEXT& = 'X'</b>
P1 SUCCESSFUL.
<b>/: ELSE</b>
P1 FAILURE
<b>/: ENDIF</b>
Thanks,
Naren
‎2006 Dec 12 4:05 AM
Hi Harika ,
I am not clear with your question , did you mean what are the commands in SAP Script then there are many like BOX ,ADDRESS e.t.c
Regards
Arun
‎2006 Dec 12 4:19 AM
‎2006 Dec 12 4:22 AM
Hi,
Please check this link for SAP Script commands.
http://www.thespot4sap.com/Articles/SAPscript_commands.asp
Hope this will help.
Regards,
Ferry Lianto
‎2006 Dec 12 4:24 AM
Hi,
Check this link for the list of SAP script commands
http://help.sap.com/saphelp_46c/helpdata/EN/d1/80318f454211d189710000e8322d00/content.htm
Thanks,
Naren
‎2006 Dec 12 4:34 AM
Hi Harkia ,
I will just list out few commands used in SAPScript
1. BOX : This is used to draw a box in the script , it can also be used to draw a horizontal or vertical line by modifying its parameters.
2. TOP : What ever you write in the TOP ENDTOP command is always displayed at the top of the main window , so in case you want to have an header for main window you can use top endtop.
3. BOTTOM : Similar to top , but it is basically used for creatinf footers
4.PERFORM ENDPERFORM : This is used to call a subroutine in a program , this is used when you want some additional data which is not being provided by the driver program.
5. SET DATA MASK : It is used to format the date ..
For more detailed infomration please refer to
<a href="http://help.sap.com/saphelp_46c/helpdata/EN/d1/80318f454211d189710000e8322d00/content.htm">SAPScript Commands</a>
Regards
Arun