Hello experts,
Currently I am doing a report where I would get the exchange rate for a given year. Now, if you guys have any examples on how to use the fm and bapi below I would greatly appreciate it.
CALCULATE_EXCHANGE_RATE_N
BAPI_EXCHANGERATE_GETDETAIL
Help and suggestions would be highly appreciated. Thanks again!
check
FU BAPI_EXCHANGERATE_GETDETAIL ____________________________________________________ Text Exchange Rate Stored for Exch.Rate Type, Currency Pair, Value Date Functionality The API method makes it possible to read an entry from the exchange rate table. The system carries out an authorization check for displaying the exchange rate table. Example Input: M DEM ITL 03.10.1998 Output: M DEM ITL 03.10.1998 0,9882 1 1000 Following adjustment to exchange rate factors on 3 October 1998, aGerman mark has a value of 988,20 Italian lira. Notes If an error message appears during editing, the output structure is initial. Messages are returned in parameter RETURN. This parameter documentation contains information about return values and their meaning. Parameters RATE_TYPE FROM_CURR TO_CURRNCY DATE EXCH_RATE RETURN Exceptions Function Group BUS1093
Regards
Prabhu
Hi,
You can refer the standard SAP Program "RBUS1093" for the usage of "BAPI_EXCHANGERATE_GETDETAIL". Refer "RFBBEW00" &
"RFEPOSSF" for usage of FM "CALCULATE_EXCHANGE_RATE"
regards,
Raj
Add a comment