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: 

Currency Conversion from EURO to USD

0 Kudos
545

Hi,

My requirement is to convert EUR to USD with Exchange rate mentioned in table TCURR in field UKURS. I tried with READ_EXCHANGE_RATE, CONVERT_TO_LOCAL_CURRENCY, CONVERT_AMOUNT_TO_CURRENCY But None of the FM is giving me the value maintained in UKURS from TCURR table. We have maintained the value in UKURS as 1.13 so if 100 EUROs needs to be converted then it should be 113 USDs. Any idea how to achieve it?

Regards

Sumit

2 REPLIES 2

ThorstenHoefer
Active Contributor
0 Kudos
334

Hi Sumit,

try for example the function modul BAPI_CURRENCY_CONV_TO_EXTERNAL

Saumya76
Explorer
0 Kudos
105

Hi, You got the solution??