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

help urgent

Former Member
0 Likes
881

how to convert from sales unit to base unit....?

I have the sales unit unit and base unit with me but can anybody tell me the name of fm to convert from sales unit to base unit

how to convert from sales unit to base unit....?

I have the sales unit unit and base unit with me but can anybody tell me the name of fm to convert from sales unit to base unit

5 REPLIES 5
Read only

Former Member
0 Likes
857

hi ,

refer

Hope this solves your purpose.

Award points if it helps.

-Gaurang

Read only

Former Member
0 Likes
857

Hi

you can use the function module ME_CONVERSION_MEINS

or MD_CONVERT_MATERIAL_UNIT

reward if useful

regards,

nazeer

Read only

0 Likes
857

Hi,

use the FM '<b>MATERIAL_UNIT_CONVERSION'</b>

regards,

santosh.

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
857

Hi

Use the FM:

'MATERIAL_UNIT_CONVERSION'.

Regards,

Sreeram

Read only

Former Member
0 Likes
857

Hi Madan,

There are many FM's to convert the Sales Unit to Base Unit of Measure. But the ideal thing to be done is to use MARM table. For a particular material we could get the numerator (UMREZ) and denominator (UMREN) for Sales Unit and Material Number as keys. Now you can convert,,

target field = (UMREZ/UMREN) source field.

Hope this is useful, other wise revert back for clarity.

Reward points,

Regards,

Kiran