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

Measurement

Former Member
0 Likes
844

Hi all,

I want to know the relationship between base unit of measurement (mara-meins) , stock unit of measurement (mvke-schme), order unit of measurement ( mara-bstme) and selling unit of measurement ( maw1-wvrkm). How can I convert from base unit to order unit? What if selling unit is EA(1) , base unit is SET(3), and order unit is DZ(12) ? Then, how SAP convert quantity from base unit to order unit.

Thanks in advance!

Regards,

Nathan

P.S Will reward if useful.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
717

u have to use MARM table .

Regards

peram

Hi all,

I want to know the relationship between base unit of measurement (mara-meins) , stock unit of measurement (mvke-schme), order unit of measurement ( mara-bstme) and selling unit of measurement ( maw1-wvrkm). How can I convert from base unit to order unit? What if selling unit is EA(1) , base unit is SET(3), and order unit is DZ(12) ? Then, how SAP convert quantity from base unit to order unit.

Thanks in advance!

Regards,

Nathan

P.S Will reward if useful.

3 REPLIES 3
Read only

Former Member
0 Likes
718

u have to use MARM table .

Regards

peram

Read only

Former Member
0 Likes
717

Hi

Use the tables MARM and T006 for conversion of units

or use the fun modules

UNIT_CONVERSION_SIMPLE

MD_CONVERT_MATERIAL_UNIT

Reward points for useful Answers

Regards

Anji

Message was edited by:

Anji Reddy Vangala

Read only

Former Member
0 Likes
717

Hi,

Use the tables MARM,t006,T006A.

MD_CONVERT_MATERIAL_UNIT

MATERIAL_UNIT_CONVERSION

FM UNIT_CONVERSION_SIMPLE

<b>Reward points</b>

Regards