Application Development 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: 

How to use Tabs Position in SAP Script?

0 Kudos

I want to align the script properly.

4 REPLIES 4

Matthias_Aigner
Explorer

Hi,

apparently, you are using a different paragraph format for the header than for the items. Each paragraph format has its own set of tabstops. In SE71, go to paragraph format, press the "Tabs" button and compare the tabstops between the table header paragraph format and one used for the table items.

Kind regards

Matthias

Former Member
0 Kudos

hi,

Also pls be aware that print preview is not always showing that actual output. Pls check the printed output or in case of PDF open the attachment.

Kind regards, Simone

iftah_peretz
Active Contributor
0 Kudos

Hi,

Thanks for coming to SAP Community. I noticed that the question you have raised has already been asked and answered before:

https://wiki.scn.sap.com/wiki/display/ABAP/SAPscript

Before posting a question next time, I recommend searching in the community -- as the answers may already be available. You can try to use these search options, too:https://cse.google.com/cse/home?cx=013447253335410278659:5di2969x5wehttps://www.google.com/cse/home?cx=013447253335410278659:k8ob9ipscwg
SAP Search

Please familiarize yourself with the community rules of engagement and learn about questions and answers best practices here.

Best regards,

Iftah

SAP Community moderator

hedvig_rohonyi
Employee
Employee
0 Kudos

Hi,


The tabulator in SAPscript works somewhat more complicated as in the Word: If you use text that extends beyond the tab position, the Sapscript does ot jump to the next tab after that as e.g. Word would do that. Instead, as long as it is needed it will jump to the next default tab
to find the correct position.

You are using the following text and I suppose the tabs are be used .

(I don't have a screen shot about the Line-editor and the TABS definition)

I suppose the text "Sunny Sunny 01" is larger as the next tabulator position and Sapscript composer tries to find an intermediate position using the default tab stop (Basic Settings -> Tab Stop)

As a solution you need to define the tab stop with correct position. Thereafter the Sapscript use tabs, and doesn't need to insert any intermediate steps.


Best regards,
Hedvig