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

FUNCTION " CURRENCY_CONVERTING_FACTOR"

Former Member
0 Likes
3,232

HI ALL ,

WHAT IS THE FUNCTION OF THE FUNCTION " CURRENCY_CONVERTING_FACTOR" .

THANKS FIRST

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,306

this FM gives the multiply/divide factor for a currency

In sap all the values are stored in 2 decimal places, but some currencies have decimals other than 2 , say 0, 3 ..

so using this FM we can get the factor to ehich we can multiply the amount value so that they adjust to 2 demal places

decimal places can be seen in table TCURX

if the decimals is 0 for a currency then you have to multiply the amount by 100 to adjust to 2 decimal places

HI ALL ,

WHAT IS THE FUNCTION OF THE FUNCTION " CURRENCY_CONVERTING_FACTOR" .

THANKS FIRST

4 REPLIES 4
Read only

Former Member
0 Likes
2,306

Hi

I think this is useful for converting currencies with the required factor.

It will take the Number of decimals field from TCURX table and devides the entered value by that many times.

But the entries in TCURX has to be maintained from SPRO for this.

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
2,306

HELP ME PLEASE~

Read only

Former Member
0 Likes
2,307

this FM gives the multiply/divide factor for a currency

In sap all the values are stored in 2 decimal places, but some currencies have decimals other than 2 , say 0, 3 ..

so using this FM we can get the factor to ehich we can multiply the amount value so that they adjust to 2 demal places

decimal places can be seen in table TCURX

if the decimals is 0 for a currency then you have to multiply the amount by 100 to adjust to 2 decimal places

Read only

Former Member
0 Likes
2,306

I FIND THAT . IT IS USED FOR FIND THE INTEREST RATE OF THE CURRENT CURRENCY