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

Display amount with comma met problem.~~

Former Member
0 Likes
484

Hi expert,

i use the 'write to' statement to move the amount from a type P variable to a type C varaible, so that the display amount C will have the comma. Previouly i think the only one thing impact the format is the user defalut decimal notation.

but in our testing system it dosen't follow the user defalut decimal notation setting, when i use the write to sentence, whatever your decimal notation setting is , it only use on fomat.

Any suggetion on this?

is there any other place can control the amount display fomat?

or Usually how your guys to disply the amount with comma?

any feedback will be appreciate

thansk in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
459

Have u checked out the tcode SU01

In that put the username

Under DEFAULTS tab, u can specify the decimal notation wit commas.

Hope this helps!

Regards,

Prashant

Have u checked out the tcode SU01

In that put the username

Under DEFAULTS tab, u can specify the decimal notation wit commas.

Hope this helps!

Regards,

Prashant

2 REPLIES 2
Read only

Former Member
0 Likes
460

Have u checked out the tcode SU01

In that put the username

Under DEFAULTS tab, u can specify the decimal notation wit commas.

Hope this helps!

Regards,

Prashant

Read only

Former Member
0 Likes
459

thansk to all