cancel
Showing results for 
Search instead for 
Did you mean: 

Currency Conversion

former_member343107
Participant
0 Kudos

Dear all,

Is there any function module or method to convert values in different unit of measurement in ERP system? In our application we need to convert:

1. Currency like USD, GBP, JPY

2. Weight like LB, KG

3. Length like IN, FT, M

Thanks + Best Regards

Jerome

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

As specified earlier for Currency..the FM used to convert quantity is driven using CONVERSION_FACTOR_GET

which uses the details entered in table T006.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Goto transaction "MASS and select object as "BUS2032" and here select the fields under sales order header,item or business data.

You can change which ever fields you want.

Reward some points if this helps you.

Regards

Karan

Former Member
0 Kudos

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

CONVERT_TO_LOCAL_CURRENCY this will be useful for you.

CONVERT_COUNTRY_CURRENCY

CURRENCY_CONVERT

hope this helps!!!

Cheers

Alfred