2010 Jun 04 7:26 AM
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
2010 Jun 04 7:33 AM
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
2010 Jun 04 7:43 AM
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
2010 Jun 04 7:50 AM
2010 Jun 04 7:51 AM
2010 Jun 04 8:03 AM
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
2016 Mar 25 6:11 AM
2025 Feb 18 5:57 PM
You can use;
CONVERT_TO_LOCAL_CURRENCY
" date = e_ceban-badat
" foreign_amount = e_ceban-gswrt
" foreign_currency = e_ceban-waers
" local_currency = 'TRY'