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: 

Issue in FM CONVERT_TO_LOCAL_CURRENCY

Former Member
0 Kudos

Hi Experts,

I am using FM CONVERT_TO_LOCAL_CURRENCY for currency conversion in my program.  When i am using this FM to convert value from YEN to WON ,it gives me correct value but when i try to convert value from USD to WON , it gives me value with difference in decimals and I am using BAPI_CURRENCY_CONV_TO_EXTERNAL to convert it into external format after which i am getting correct value. Can anybody tell me whether FM CONVERT_TO_LOCAL_CURRENCY handles conversion to SAP external display for certain currencies and for certain currencies we have to explicitly convert it into external format?

2 REPLIES 2

Former Member
0 Kudos

Hi,

Using this function module you may :

either specify the translation rate manually (Parameter RATE) or have the system determine it from table TCURR on the basis of the rate type, date and currency key

I hope you might be trying to convert using TCURR. Please check the conversion rates from TCURR table. Due to variation in the TCURR table, you might be experiencing the difference.

Regards,

Chandra

0 Kudos

Hi Chandra,

I am using this FM to determine rate from TCURR table
on the basis of the rate type, date and currency key .I have checked the rate in TCURR table . I dont see any issue with TCURR table.