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

Decimal Notation while displaying outputs

Former Member
0 Likes
1,984

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,330

Hi,

We make currency and quantity filed country specific. So user setting should be according to country specific.

Cheers,

Rudhir

8 REPLIES 8
Read only

Former Member
0 Likes
1,331

Hi,

We make currency and quantity filed country specific. So user setting should be according to country specific.

Cheers,

Rudhir

Read only

Former Member
0 Likes
1,330

Hi,

For decimal notation consider country level.

Regards,

jaya

Read only

0 Likes
1,330

Could you please provide me table name in which country specific settings are maintained.

Read only

0 Likes
1,330

Hi,

try T005.

Waers is a field with country currency.

Hope this helps u.

Read only

0 Likes
1,330

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

Read only

Former Member
0 Likes
1,330

I think it will be at country level because my current settings is 1,000.00. But for MXN it was different from USD.

Read only

Former Member
0 Likes
1,330

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......

Read only

Former Member
0 Likes
1,330

thanks