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: 

decimal values

Former Member
0 Kudos
128

Hi experts

I would like to know in which table the currency decimal places are stored

other than TCURX.

ex. CHY 0

GBP 2 decimals.

Thanks in advance

kar

5 REPLIES 5

Former Member
0 Kudos
87

Hi,

TCURX is the master definition of these rules, there is no other table. You can use the view V_CURX, but this in turn reads TCURX.

Regards,

Nick

Former Member
0 Kudos
87

tcurr and tcurc... ok?

Reward points if found helpfull...

Cheers,

Chandra Sekhar.

Former Member
0 Kudos
87

Hi,

Try EWUGTC

Thanks,

Aditya.

Former Member
0 Kudos
87

Hi,

Check table DD01L. Decimal values will be defined for each data type of the domain.

Regards,

Satish

former_member194797
Active Contributor
0 Kudos
87

It is TCURX. If the currency is not in TCURX, the number of decimals is 2. See also FM G_DECIMAL_PLACES_GET.