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 function module

Former Member
0 Likes
25,452

Dear Forum,

I tried READ_EXCHANGE_RATE and CALCULATE_EXCHANGE_RATE but both no result.

The local currency is INR and transaction is posted in EUR. Now I want to get the exchange rate in USD which is conversion from EUR to USD. local currency INR not needed.

Which function module can fulfill my needs?

Thanks

7 REPLIES 7
Read only

former_member233090
Active Contributor
0 Likes
9,326

hi,

Did you transfer exchange rate from your source system?

If so, then check your Tcurr table.They should exist in that table.Also if you are using bi 7.0 run rscur transaction there you can define your currency conversion which is needed for Bex.Please take a look at the blog.

/people/rasim.manavoglu/blog/2007/04/30/currency-currency-currency

or

check this

convert_foreign_to_foreign_cur.

cheers,

Bhavana

Read only

0 Likes
9,326

Dear,

What I need is the exchange rate in USD and not amount in USD.

I can see the fcurr eur tcurr usd in table tcurr.

local currency is INR

document currency is EUR

and now I need exchange rate in USD.

Thanks

Read only

0 Likes
9,326

Try this FM.

CONVERT_CURRENCY_BY_RATE.

Read only

0 Likes
9,326

Hey Srina ,

look at this thread..

Read only

0 Likes
9,326

Hi,

Ok you want it in exchange rates,

CONVERT_AMOUNT_TO_CURRENCY Convert an amount from a currency to another (exchange rate taken from database tables)

CONVERT_CURRENCY_BY_RATE Convert an amount from a currency to another, according to the passed exchange rate

or

BAPI_EXCHANGERATE_GETDETAIL

cheers,

bhavana

Edited by: Bhavana Amar on Jun 4, 2010 12:53 PM

Read only

Former Member
Read only

ayseerik
Newcomer
0 Likes
3,725

You can use;

CONVERT_TO_LOCAL_CURRENCY

            " date  e_ceban-badat
            " foreign_amount   e_ceban-gswrt
            " foreign_currency e_ceban-waers
            " local_currency   'TRY'