cancel
Showing results for 
Search instead for 
Did you mean: 

Indent /tab position for text from INCLUDE texts in SAPscript

Former Member
0 Kudos

Hi, ABAP colleagues!

Need your help on this sapscript problem: How to align texts taken from "INCLUDE TEXT" in SAPscript, according to tab defined in Paragraph Format?

Or, how to control tab positions for texts which were extracted from “INCLUDE text” commands in SAPscript?

I defined a paragraph format with tab stop at 8 CH so that with 2 commas (,,) my text will be displayed there. However it always appears to the left (e.g. 1st column) and not indented at the proper column for description/text (e.g. which is in second column).

Pls help, bec a different heading and information is not acceptable to client for the Thailand characters.

Above is the description of the problem. Below are some technical details.

____________

For specific example, I am editing Zversion of standard sap MM form MEDRUCK Window Main - Text Element Item Text.

BG ,,&TTXIT-TDTEXT&

/: INCLUDE &T166P-TXNAM& OBJECT &T166P-TDOBJECT& ID &T166P-TDID&

/: NEW-PARAGRAPH BG

So far, tried these approaches:

PARAGRAPH

NEW-PARAGRAPH

LANGUAGE '2'

THANGSAN font

Any ideas?

____________

Thank you so much in advance for all your help. Our project team will really appreciate it. May the Lord bless you as we go through our SAP work!

Sincerely,

Celeste

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

This has been solved through a setup in the Spool Request/Print settings.

0 Kudos

Hello Caleste,

Please let me know what settings you have done to solve this issue.

Help me with steps for Spool Request/Print settings.

Regards!!

Surya

Former Member
0 Kudos

Hi Celeste,

Why dont you pass the paragraph format to the include like this

INCLUDE &VAR& OBJECT &VAR& ID &VAR& PARAGRAPH BG