‎2006 Feb 01 11:44 AM
Hi Folks,
Can anybody tell me is it possible to give tab in INCLUDE command in SAPscripts.
What I mean is I want to display standard text after few spaces.
Thanks in Advance
Punit
‎2006 Feb 01 11:49 AM
Hi Punit,
You cannot give tabs for INCLUDE command. On the other hand you can read the text in your print program using READ_TEXT function module. You can modify the text using SAVE_TEXT and send it to the SAPScript for output.
With Regards,
Nelson
‎2006 Feb 01 11:50 AM
Hi
create a paragraph format as per requirement. and use the paragraph format for the include
‎2006 Feb 01 11:53 AM
the tab spacings can be modified in paragraphs.
a tab can be created by &var1&<b>,,</b>&7var2&
‎2006 Feb 01 12:32 PM
yes u can do it. with ur include mention the paragraph format.
eg Include XXXXXXXXXXX paragraph PP
now for ur paragraph PP, give left margin as required in the settings.
Regards,
Bikash
‎2006 Dec 28 6:47 AM
can u tell me how do we code include in sap script.i mean in text editor.
‎2006 Feb 01 12:52 PM
yes u can write text in so10 and include it here through menu path