‎2010 Mar 22 9:03 AM
Hi experts,
I have smartforms of invoice.
In the form i format the value field with
&wa_inv-inv_val(11.2ZT)&
In some invoice the output value is 12345.12
but some display the value is 12345,12
the decimal value convert to comma what is the reason.
pl. help
‎2010 Mar 22 10:35 AM
Hi,
Check the country setting in OY01.
May be u will facing problem for specific country.
you have to do country wise decimal setting in OY01
Thanks & Regards,
Arpit
‎2010 Mar 22 9:16 AM
Can you please check in menu>system>user profile>Own data>Click on defaults-->Decimal Notation.
Regards,
Venkat.
‎2010 Mar 22 9:46 AM
Thanks venkat,
i have checked but that is ok
the decimal notation is : 1,234,567.89.
‎2010 Mar 22 10:35 AM
Hi,
Check the country setting in OY01.
May be u will facing problem for specific country.
you have to do country wise decimal setting in OY01
Thanks & Regards,
Arpit
‎2010 Mar 22 11:13 AM
Hi
In the smartform formatting : you need to do display leading sign to the left (<)
&symbol(Z)&
Omit Leading Zeros
&symbol(S)&
Omit Leading Sign
&symbol(<)&
Display Leading Sign to the Left
&symbol(>)&
Display Leading Sign to the Right
&symbol(C)&
Compress Spaces
&symbol(.N)&
Display upto N decimal places
&symbol(T)&
Omit thousands separator
&symbol(R)&
Right justified
&symbol(I)&
Suppress output of the initial value
Thanks,
Raj.