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

Qunatity Field Problem

Former Member
0 Likes
386

Hi

i have created a smartform and with some conditions quantity fields is not displayed for some line items in sales order and for some line items it is displayed

when the quantity field is not displaying for some line items for that iam clearing the quantity field

but in form it is displaying as '0' , but i want space in that '0' place how to over come this?

Thanks

Surendra P

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
350

You need to use the sapscript special code Z that delete leading zeroes...

Try to use the following format for that field: &fieldname(Z)&

It should work.

Try.

Edited by: robcom69 on Feb 26, 2010 4:42 PM

Edited by: robcom69 on Feb 26, 2010 4:42 PM

Hi

i have created a smartform and with some conditions quantity fields is not displayed for some line items in sales order and for some line items it is displayed

when the quantity field is not displaying for some line items for that iam clearing the quantity field

but in form it is displaying as '0' , but i want space in that '0' place how to over come this?

Thanks

Surendra P

1 REPLY 1
Read only

Former Member
0 Likes
351

You need to use the sapscript special code Z that delete leading zeroes...

Try to use the following format for that field: &fieldname(Z)&

It should work.

Try.

Edited by: robcom69 on Feb 26, 2010 4:42 PM

Edited by: robcom69 on Feb 26, 2010 4:42 PM