Application Development 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: 

How to change decimal notations format for currency fields

Former Member
0 Kudos
4,334

Hi,

I want to know how to change the decimal notations format from Billion to million format.

Eg: 100.000,00 should be displayed as 1.00.000,00

2 REPLIES 2

Former Member
0 Kudos
664

HI,

if you multiply with 10 you will get this.

Eg: 100.000,00 should be displayed as 1.00.000,00

If you have 1000000,00 if will displayed as 1.000.000,00

regards

Nicole

Former Member
0 Kudos
664

Hi Charles,

You can do that in you SAP GUI settings.

Go system>User Profile->own data-->Defaults.

There you can set the formats like data, currency...etc.

Hope this helps you.

Thanks,

Arun