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

any function module to get exchange rate from table tcurr / tcode ob08

Former Member
0 Likes
7,657

hi guys,

do we have any function module can be used to retrieve exchange rate from table tcurr (tcode ob08).

i have the following information as input.

1. exchange rate type

2. from currency

3. to currency.

thanks.

4 REPLIES 4
Read only

Former Member
0 Likes
2,680

Hi ,

FM are

COPA_CALCULATE_EXCHANGE_RATE

READ_EXCHANGE_RATE

CALCULATE_EXCHANGE_RATE

Please reward if useful.

Read only

Former Member
0 Likes
2,680

Hi,

You can use FMs CONVERT_TO_LOCAL_CURRENCY and CONVERT_TO_FOREIGN_CURRENCY.

Thanks,

Sriram Ponna.

Read only

Former Member
0 Likes
2,680

hi,

you can get it from FM :READ_EXCHANGE_RATE.

Or form table field TCURR-UKURS.

Read only

Former Member
0 Likes
2,680

hi all,

i have tried all the FM mentioned above unfortunatelly none of the above work for my case.

the READ_EXCHANGE_RATE actually didn't return exchange rate.