cancel
Showing results for 
Search instead for 
Did you mean: 

Printing standard text with TAB

sudarshan_b
Participant
0 Kudos

Hi Folks,

I am very new to SAP Scripts and need some help here. I am printing some text using Standard Text object (using INCLUDE statement in sapscript). But now I want to print the text after a TAB. I tried with below syntax but no luck.

 /: ,,INCLUDE ZTEXT OBJECT TEXT ID ST 

Request you to please suggest some approach.

Thank you.

Regards,

Sud

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

insert the tab in the ztext and delete the tab before the include statement..

Do you use the SO10-Texteditor?

regards,

Christian

sudarshan_b
Participant
0 Kudos

Thanks Christian !

Yes, m using SO10 for creating this text.

But as u suggested, I cannot use tab in ZTEXT, because this will affect the alignment for all the other scripts where I am using this ZTEXT.

For every other script, I do not need this extra tab before the ZTEXT. Only for this one script I want to intorduce a Tab before printing this ZTEXT.

Any other approach?

Thanks

Regards,

Sud

Former Member
0 Kudos

The correct approach on this is to make use of a new paragraph format exclusiveley for this text.

Then change the left-border attribute of that paragraph format to your wishes.

Therefore you need to add the PARAGRAPH XX addition to your INCLUDE statement.

Edited by: Florian Kemmer on May 31, 2011 1:32 PM

sudarshan_b
Participant
0 Kudos

Thanks Florian...

I did the same way you suggested and its working perfectly fine now.

Thank you all for your replies.

Points awarded

Regards,

Sud.

Answers (0)