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

Exchange Rate

Former Member
0 Likes
620

Hi ,

I am currently working on a inventory program which gets data from MARD , MDBS and MSKU . The program also requires a exchange rate.

Based on the plant , the company code was found and hence the currency key .

In the table TCURR a primary key is Exchange type. but no exchange type has been provided , so what should i take.

or is there some other way to find the exchange rate.

Regards

Arun

Hi ,

I am currently working on a inventory program which gets data from MARD , MDBS and MSKU . The program also requires a exchange rate.

Based on the plant , the company code was found and hence the currency key .

In the table TCURR a primary key is Exchange type. but no exchange type has been provided , so what should i take.

or is there some other way to find the exchange rate.

Regards

Arun

2 REPLIES 2
Read only

Former Member
0 Likes
569

Use function module CALCULATE_EXCHANGE_RATE which converts one currency amount into another currency amount.

If you are interested in getting the conversion rate between two currencies, then you can use the 'BAPI_EXCHANGERATE_GETFACTORS' function module. If not try searching function modules with the pattern exchangerate*.

Regards,

Srinivas

Read only

0 Likes
569

thank you