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 Text Position

Former Member
0 Likes
468

Hello Everyone,

Quick question on SAP Script: I have created a form in tx SE71 for cheque printing and i need to move the position of a date field 15 mm to the right. I've been looking for the right command to do this, but I can't seem to find it.

Do the POSITION (X) (Y) ORIGIN '+' work without drawing a box? Is there any other command for this?

Thanks everyone in advance. It's my first time posting to this forum, and I'm looking forward to participating more often,

Regards,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
428

I wouldl suggest using a unique paragraph format (likeZZ for example), with a tab set precisely where you wanted the date....then in your layoutset:

ZZ ,,&datefield& where ,, denotes a horizontal tab before the next field.

1 REPLY 1
Read only

Former Member
0 Likes
429

I wouldl suggest using a unique paragraph format (likeZZ for example), with a tab set precisely where you wanted the date....then in your layoutset:

ZZ ,,&datefield& where ,, denotes a horizontal tab before the next field.