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

Reg INCLUDE command in SAPscript

Former Member
0 Likes
726

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

6 REPLIES 6
Read only

Former Member
0 Likes
700

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

Read only

Former Member
0 Likes
700

Hi

create a paragraph format as per requirement. and use the paragraph format for the include

Read only

Former Member
0 Likes
700

the tab spacings can be modified in paragraphs.

a tab can be created by &var1&<b>,,</b>&7var2&

Read only

Former Member
0 Likes
700

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

Read only

0 Likes
700

can u tell me how do we code include in sap script.i mean in text editor.

Read only

hymavathi_oruganti
Active Contributor
0 Likes
700

yes u can write text in so10 and include it here through menu path