‎2005 Jul 12 11:16 AM
Hi,
I have some fields in the sapscript but when one of them is empty the others fields move. So how can I set the length of the field so the others fields don't move.
Thanks
‎2005 Jul 12 11:20 AM
This may help you (from SAP Help).
&symbol(length)&
If < symbol> has the value 123456789.
&symbol(3)& -> 123
&symbol(7)& -> 1234567
You can combine an output length specification with an offset specification. The specified length is then counted from the specified offset position.
&symbol+4(3)& -> 567
‎2005 Jul 12 11:34 AM
‎2005 Jul 12 12:08 PM
If your problem is solved please assign points.
As Svetlin mentioned you can control the field position with tabs which can be defined in Paragraph.
‎2005 Jul 12 11:25 AM
Hi,
In sapscrip you can create paragraph formats with diffent tabs.
http://help.sap.com/saphelp_me21sp2/helpdata/en/d1/802e1c454211d189710000e8322d00/frameset.htm