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

Currency conversion

Former Member
0 Likes
1,231

Please anyone tell me is ther any function module to convert one currency to another. foe ex USD to EURO

Regards

Satish

1 ACCEPTED SOLUTION
Read only

jayanthi_jayaraman
Active Contributor
0 Likes
982

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.

6 REPLIES 6
Read only

Former Member
0 Likes
982

Hi,

Please use functions of function-group SCUN.

Regards Olaf

Read only

Former Member
0 Likes
982

Hi,

There seem to be quite a lot of FM s for that. For example , SD_CONVERT_CURRENCYC CONVERT_TO_FOREIGN_CURRENCY

CONVERT_TO_LOCAL_CURRENCY.

You can also query the table TCURR.

Regards,

Anand Mandalika.

Read only

Former Member
0 Likes
982

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

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
983

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.

Read only

0 Likes
982

Thank you Madam .

i tried this and got it.

Regards

Satish

Read only

0 Likes
982

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