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 Formatting problem

Former Member
0 Likes
629

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

1 ACCEPTED SOLUTION
Read only

arpit_shah
Contributor
0 Likes
575

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

4 REPLIES 4
Read only

Former Member
0 Likes
575

Can you please check in menu>system>user profile>Own data>Click on defaults-->Decimal Notation.

Regards,

Venkat.

Read only

0 Likes
575

Thanks venkat,

i have checked but that is ok

the decimal notation is : 1,234,567.89.

Read only

arpit_shah
Contributor
0 Likes
576

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

Read only

Former Member
0 Likes
575

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.