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 control command

Former Member
0 Likes
400

Hi ,

Can anyone tell me the use of below Script control command:

/: include name [object O] [ID i] [language l] [Paragraph p] [New-paragraph np].

Regards,

Gaurav .

2 REPLIES 2
Read only

varma_narayana
Active Contributor
0 Likes
366

Hi Gourav.

the INCLUDE command is used to call the Standard Texts (Reusable Texts) from SAP Script layout.

These standard texts are maintained in Tcode SO10.

<b>reward if Helpful.</b>

Read only

Former Member
0 Likes
366

Hi

Most of the Transaction documents like Sales Order, Delivery, Pur order will have Header and Item Long texts maintained in the respective trnasactions

so to print them in the script this command is used

In reports we use READ_TEXT fun module to fetch this texts using OBJECT,ID,OBJECTNAME and LANG parameters and displays it

in Scripts we use this INCLUDE command

Regards

Anji