‎2007 Sep 27 12:57 PM
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 .
‎2007 Sep 27 1:26 PM
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>
‎2007 Sep 27 1:57 PM
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