cancel
Showing results for 
Search instead for 
Did you mean: 

information on sap scripts

Former Member
0 Kudos

Hello ,

I need infomation on available Text symbols and Program symbols in Scripts along with few examples if possible .

Pls specify how the data is passed from sapscripts form "perform to subroutine pool program .

Thanks

Santosh .

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Santosh,

Text symbols are defined locally in your own document and are usable only in the document in which they are defined.

You can, for example, define a standard term or text passage once in your document and then include it where it is needed by way of its symbol name.

Define a text symbol with the DEFINE command:

/: DEFINE <symbolname>='Symbol text'

Program symbols draw data from tables in the program that you need to retrieve the data for the SAPscript document you want to print. In addition, you can include all globally defined data as program symbols. Therefore, the tables must be defined in the ABAP Dictionary. This type of symbol is used to make data from the SAP applications available in such SAPscript documents as checks and correspondence.

To access these symbols, choose Include ® Symbols ® Program.

Please check this link

http://www.sappoint.com/PHPWebUI/Documents/SAPScript%20-%20Symbols.pdf

http://help.sap.com/saphelp_40b/helpdata/en/f4/b4a0b3453611d189710000e8322d00/content.htm

please check this link

Calling Subroutines in SAPScripts (PERFORM to Subroutine pool Program)

http://help.sap.com/saphelp_47x200/helpdata/en/d1/803279454211d189710000e8322d00/content.htm

Best regards,

raam

Former Member
0 Kudos

hi,

check the below link for sap script commands

http://abapprogramming.blogspot.com/2007/11/sap-script-controls-1.html

regards

sandhya