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 maintain space between value and base unit of measure in sapscript

Former Member
0 Kudos

Hi Guys,

I am working on an upgradtion project, i have problem like while upgrading from 4.6b to 5.0. i need to main a space between value and base unit of measure. can anyone letme know how to maintain in the form. I mean in sapscript.

Thanks,

Yogesh

3 REPLIES 3

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

There are a couple of ways to handle this, if you need a bigger space between, you can use tabs in the paragraph format. Or you can just write the space in between the fields like so.

ZA  &MSEG-MENGE& &MSEG-MEINS&

Regards,

RIch Heilman

former_member181966
Active Contributor
0 Kudos

Its also good if we use tabs in SAP script

E,g

PA <b>&MSEG-MENGE&,,&MSEG-MEINS&</b>

Hope this’ll give you idea!!

<b>P.S award the points.</b>

Good luck

Thanks

Saquib Khan

"Some are wise and some are otherwise"

0 Kudos

hi,

Use Tabs in SAP Script

<b>ZA &MSEG-MENGE&,,&MSEG-MEINS&</b>

Regards,

Santosh