Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Script

Former Member
0 Likes
627

What is the command in SAP script

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
589

Hi,

Please check this link for SAP Script commands.

http://www.thespot4sap.com/Articles/SAPscript_commands.asp

Hope this will help.

Regards,

Ferry Lianto

6 REPLIES 6
Read only

Former Member
0 Likes
589

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

Read only

Former Member
0 Likes
589

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

Read only

0 Likes
589

thankyou

Can you explain in detail.

Read only

Former Member
0 Likes
590

Hi,

Please check this link for SAP Script commands.

http://www.thespot4sap.com/Articles/SAPscript_commands.asp

Hope this will help.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
589

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

Read only

Former Member
0 Likes
589

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