cancel
Showing results for 
Search instead for 
Did you mean: 

Unit of measure conversion

Former Member
0 Kudos

Hi all,

I have to develop a program to generate a file with material number and quantity, always in Kilo.

Where can I find a table with unit of mesure conversion factors ? I tried all T006* but none of them have it.

Is there already an ABAP function where the inputs are "unit of measure from", quantity, "unit of measure to" and the output is the quantity converted in the "unit of measure to" ?

Regards

Renato

Accepted Solutions (1)

Accepted Solutions (1)

JL23
Active Contributor
0 Kudos

You can get the conversion rate from table MARM.

But only for materials that have this conversion maintained

Answers (1)

Answers (1)

former_member197616
Active Contributor
0 Kudos

Hi,

You can convert the unit of measure of the material in to KG in the material master itself.in the basic data screen or any screen , you will have the unit of measure tab in the tool bar.In that you can maintain the conversion.Once you maintain the conversion, system will convert into that unit which you give as input in the report and give out put.

Please check the Report MMBE for example.

Regards,