‎2005 Apr 27 7:09 AM
Please anyone tell me is ther any function module to convert one currency to another. foe ex USD to EURO
Regards
Satish
‎2005 Apr 27 7:36 AM
Hi,
Try this.
CALL FUNCTION 'CONVERT_AMOUNT_TO_CURRENCY' EXPORTING
date = sy-datum
foreign_currency = 'USD'
foreign_amount = '2000.00'
local_currency = 'EUR'
IMPORTING
local_amount = amount.
‎2005 Apr 27 7:27 AM
‎2005 Apr 27 7:29 AM
Hi,
There seem to be quite a lot of FM s for that. For example , SD_CONVERT_CURRENCYC CONVERT_TO_FOREIGN_CURRENCY
CONVERT_TO_LOCAL_CURRENCY.
You can also query the table TCURR.
Regards,
Anand Mandalika.
‎2005 Apr 27 7:31 AM
Hi,
CURRENCY_CONVERT,
CURRENCY_CONVERT_TO_EURO,
CURRENCY_CONVERTING_FACTOR ,
CONVERT_CURRENCY_BY_RATE ,
CONVERT_FOREIGN_TO_FOREIGN_CUR
Try out these function modules.
Thanks & Regards,
Judith
‎2005 Apr 27 7:36 AM
Hi,
Try this.
CALL FUNCTION 'CONVERT_AMOUNT_TO_CURRENCY' EXPORTING
date = sy-datum
foreign_currency = 'USD'
foreign_amount = '2000.00'
local_currency = 'EUR'
IMPORTING
local_amount = amount.
‎2005 Apr 27 8:03 AM
‎2005 Apr 27 8:10 AM
Hi Sathish,
Since you are new to SDN forums, let me introduce you to "<i><b>way of saying thanks</b></i>" at SDN.
There is a reward system, you can reward the appropriate answers with points and once your question is answered you can close the thread and mark it answered.
Have a look at the following weblog for more details.
/people/mark.finnern/blog/2004/08/10/spread-the-love
Regards
Raja