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

Regarding Currency conversion

Former Member
0 Likes
805

Hi,

I need to convert the local currency to foreign currency , example from Indian amount to Brazil amount ,

I was try do this with the help of FM CONVERT_TO_LOCAL_CURRENCY

since im unable to solve this ,please help me ..

Dhanoo

Hi,

I need to convert the local currency to foreign currency , example from Indian amount to Brazil amount ,

I was try do this with the help of FM CONVERT_TO_LOCAL_CURRENCY

since im unable to solve this ,please help me ..

Dhanoo

5 REPLIES 5
Read only

Former Member
0 Likes
773

Paul,

Why do you need FM ...

You can use table T005..

SD_GET_LOCAL_CURRENCY

LOCAL_CURRENCY_DETERMINE

LOCAL_CURRENCY_GET

ISB_CONVERT_TO_LOCAL_CURRENCY

Currency Convertion (i.e. from EUR to GBP):

http://www.sapdevelopment.co.uk/country/country_curr.htm

Convert currency value from internal(SAP) to external(display)

http://www.sapdevelopment.co.uk/country/country_inttoext.htm

CONVERT_TO_LOCAL_CURRENCY_N

CONVERT_TO_LOCAL_CURRENCY_O.

CONVERT_TO_FOREIGN_CURRENCY

Chk this Link

Don't forget to reward if useful

Read only

Former Member
0 Likes
773

Hi Dhanoo,

Try using this FM AIS2_BP_CURR_CONVERSION

Thanks and Regads,

Kunjal Patel

Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
773

Hi,

use the below function modules, give your current currency value & CURR key and give new CURR key,

that will give you the currency value in new CURR.

CONVERT_TO_FOREIGN_CURRENCY -


Convert Currency

Cheers,

Simha.

Reward all the helpful answers..

Read only

Former Member
0 Likes
773

Hi Paul,

According to your requirement use the following FMs,

CONVERT_TO_FOREIGN_CURRENCY :Translate local currency amount into foreign currency

CONVERT_TO_LOCAL_CURRENCY :Translate foreign currency amount to local currency

Better to check once the parameters.

Hope this helps you, reply for queries, Shall post you the updates.

Regards.

Kumar. .

Read only

Former Member
0 Likes
773

hi

<b>HR_ECM_CONVERT_CURRENCY</b>

regards,

ananth