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

smartform printing

Former Member
0 Likes
267

hi all

i facing a problem in smartform while priniting Po quantity field menge

i have displayed it like

&it_ekpo-menge(c.2)& so as to keep it to decimals

the problem is

for the first line it is printing like 18,00

and for every next line it is printing 18.00 as quantity( point in place of comma)

how can this inconsistensy be removed

regards

navjot

1 REPLY 1
Read only

Former Member
0 Likes
246

Hi

C is used to condense Spaces in the field

Try to remove C and use just .2

like &ITAB-MENGE(.2)& and see

check the User Default settings in the SU01 tcode

And try to use the command

SET COUNTRY 'US' (or 'IN') to rpuitn that country specific settings like commas,decimals)

and after printing use

SET COUNTRY ' '.

<b>Reward points for useful Answers</b>

Regards

Anji