‎2009 Mar 04 4:36 AM
Hi All,
There are two typs of decimal notations first is 1,000.00 and other is 1.000,00.These are maintained in user profile settings. Are these specific to countries also?
If I want to display amount in the output with correct decimal notation, decimal notaion at which level should be considered User level or Country level?
please reply.
Thanks
Saurabh
‎2009 Mar 04 4:40 AM
Hi,
We make currency and quantity filed country specific. So user setting should be according to country specific.
Cheers,
Rudhir
‎2009 Mar 04 4:40 AM
Hi,
We make currency and quantity filed country specific. So user setting should be according to country specific.
Cheers,
Rudhir
‎2009 Mar 04 4:41 AM
‎2009 Mar 04 4:45 AM
Could you please provide me table name in which country specific settings are maintained.
‎2009 Mar 04 5:03 AM
Hi,
try T005.
Waers is a field with country currency.
Hope this helps u.
‎2009 Mar 04 5:13 AM
Hello,
USR01 Table stores Decimal notation for USER.
USR01-DCPFM is the field.
Values are:
1.234.567,89
X 1,234,567.89
Y 1 234 567,89
Regards,
Sameer
‎2009 Mar 04 4:44 AM
I think it will be at country level because my current settings is 1,000.00. But for MXN it was different from USD.
‎2009 Mar 04 4:59 AM
Hi,
If we specify the country key the system do not consider the settings from the user master record and searches table T005X for the country key. If the country key exists, the system sets sy-subrc equal to 0 and formats the output of all the 'WRITE' statements according to the settings defined in T005X. If the country key you specified does not exist, the system sets sy-subrc equal to 4 and formats for all 'WRITE' statements with the decimal characters as period '.'.
thinking on this point of view its better to specify the country key......
‎2009 Mar 04 5:12 AM