2007 May 22 7:35 AM
HI ALL ,
WHAT IS THE FUNCTION OF THE FUNCTION " CURRENCY_CONVERTING_FACTOR" .
THANKS FIRST
2007 May 22 7:42 AM
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
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
2007 May 22 7:41 AM
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
2007 May 22 7:41 AM
2007 May 22 7:42 AM
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
2007 May 22 7:51 AM
I FIND THAT . IT IS USED FOR FIND THE INTEREST RATE OF THE CURRENT CURRENCY
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |