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

SAPScript: Positioning A Text

kowong
Participant
0 Likes
581

Dear All,

Is there any way to set the position of a text ?

Something like ..drawing boxes, we use

POSITION XORIGIN '2.0' CM

POSITION YORIGIN '2.0' LN

I am doing a table print out by drawing boxes, and the text is positioned by using ",," and space, ,,, ... kind of troublesome...

Thank you ....

2 REPLIES 2
Read only

Former Member
0 Likes
406

HEllo,

No. I think it is not possible.

U can do with the help of TABS in paragraph format.

Please go through this documnetaiion:

http://help.sap.com/saphelp_46c/helpdata/en/d2/cb3d07455611d189710000e8322d00/frameset.htm

Vasanth

Read only

Former Member
0 Likes
406

HI..

The better way to positioning of Text is to use the Tabs in PARAGRAPH setting

put the Tab places in the Paragraph in which you are writing the Text .

In Paragraph definitions you can find these Tab positions .

Regards Rk