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: 

set the exact position of a text or variable

Former Member
0 Kudos

Dear All !

How can I set the exact position of a text (absolute) in SAPScript

like "write" command's positional possibility.

e.g

WRITE: /3 'Name', 15 , 30 'RoomNo', 45 'Age'.

Regards

Ilhan

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI,

We use the Paragraph format to set the Positions, Create the paragraph format, then creat ethe TABS in that one, so for each singe field it will take those positions from the TABS in the paragraph format

Regards

Sudheer

4 REPLIES 4

Former Member
0 Kudos

Hi,

WRITE: /3 'Name', 15 'XXX' , 30 'RoomNo', 45 'Age'.

This will work.......

Check out........

Regards,

Priyanka.

Former Member
0 Kudos

HI,

We use the Paragraph format to set the Positions, Create the paragraph format, then creat ethe TABS in that one, so for each singe field it will take those positions from the TABS in the paragraph format

Regards

Sudheer

Former Member
0 Kudos

you have to create paragraph formats with sufficient tab spaces. You have to play with the combination of tab spaces & actual spaces in sapscript to get the actual spacing. Its completely hit & trial.

reward points if helpful

Former Member
0 Kudos

How can I assign a paragraph to a text component not the whole

line.

Regards

Ilhan