‎2007 Jul 09 10:20 AM
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
‎2007 Jul 09 10:25 AM
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