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 values

Former Member
0 Likes
749

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
Read only

Former Member
0 Likes
708

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

Read only

Former Member
0 Likes
708

tcurr and tcurc... ok?

Reward points if found helpfull...

Cheers,

Chandra Sekhar.

Read only

Former Member
0 Likes
708

Hi,

Try EWUGTC

Thanks,

Aditya.

Read only

Former Member
0 Likes
708

Hi,

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

Regards,

Satish

Read only

former_member194797
Active Contributor
0 Likes
708

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