Application Development 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: 

Unit of measure conversion!

Former Member
0 Kudos

Is there a function module or a way to convert material quantities from one unit of measure to another?

Thanks,

9 REPLIES 9

Former Member
0 Kudos

HI,

USE FM: UNIT_CONVERSION_SIMPLE

REGARDS

Former Member
0 Kudos

Try UNIT_CONVERSION_SIMPLE.

venkata_ramisetti
Active Contributor
0 Kudos

Hi,

You can use MATERIAL_UNIT_CONVERSION.

Thanks

Ramakrishna

ferry_lianto
Active Contributor
0 Kudos

Hi Somen,

Please try this FM.

<b>MD_CONVERT_MATERIAL_UNIT

MATERIAL_UNIT_CONVERSION

MC_UNIT_CONVERSION

UNIT_CONVERSION_SIMPLE</b>

Regards,

Ferry Lianto

Former Member
0 Kudos

Hi,

Use the FM MD_CONVERT_MATERIAL_UNIT..

Thanks,

Naren

Former Member
0 Kudos

Thanks. But my understanding is that unless we maintain the UOM to which we want to convert the material quantity as alternate UOM, we can not use these function modules to do the conversion.

For example if I want to convert material XXXX from CS (Cases) to TS (thousands), I believe TS should be defined as alternate UOM for this material in the material master.

Am I right?

Thanks,

Message was edited by: Somen

0 Kudos

Yes, absolutly, this data must be maintain in the material master. The reason is that a CS(case) for one material maybe 24, but for another it maybe 30, so each the conversions must be defined in the material master.

Regards,

Rich Heilman

ferry_lianto
Active Contributor
0 Kudos

Hi Somen,

I think you are right.

Can you confirm with MM consultant?

Regards,

Ferry Lianto

Former Member
0 Kudos

Hi,

Yes..the data needs to be there in the material master (MARM) for doing the conversion..

Thanks,

Naren