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: 

function module for getting unit of measurement

Former Member
0 Kudos

Dear Friends,

Please tell me what is the function module to find the Unit of measurement for the quantity of material by passing the material no to the function module

5 REPLIES 5

Former Member
0 Kudos

Hi Santosh,

Why do you want a FM. You can get the details from MARA table directly.

MARA-MEINS and MARA-BSTME are the fields you might be interested in.

Cheers

VJ

anversha_s
Active Contributor
0 Kudos

hi santhish ,

this will help u.

FM - > MATERIAL_UNIT_FIND

if helped, pls reward points.

regards,

anver

anversha_s
Active Contributor
0 Kudos

hi santhos.

did it wrk.

if helped, kindly reward points,

regards,

anver

Former Member
0 Kudos

if you want to get alternate unit of measure, one way we can do a select on MARM table other way is by calling the funtion modules MC_UNIT_CONVERSION or UNIT_CONVERSION_SIMPLE

Former Member
0 Kudos

If u want a FM for converting one unit of measure to another use the BM_TRANSLATION_EXIT Function Module(FM).