cancel
Showing results for 
Search instead for 
Did you mean: 

UOM

Former Member
0 Kudos

Dear Friends,

I want automatic Unit of measure (Box instead of EA) in MB1B transaction with control of new customised movement type 911, is any standard user exits for my requirement...

From sas..

Edited by: Oaris_Sas on Feb 10, 2009 1:41 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

might be stupid, but can't you change it in material master.

Set the base UO to box and the ordering uo to ea.

regards, Paul.

Former Member
0 Kudos

hi ,

Please find the below ,

1)SI_UNIT_GET

You pass either a unit or a dimension to this function module to get the SI unit. If you pass both a unit and a dimension, the SI unit for the dimension is returned.

2)UNIT_CONVERSION_WITH_FACTOR

With this function module, you convert a value according to the factor passed.

3)UNIT_CORRESPONDENCE_CHECK

With this function module, you can check whether the two units passed belong to the same dimension.

4)UNIT_GET

With this function module, you get the appropriate measurement unit for the specified dimension and conversion factor.

5)UNIT_CONVERSION_SIMPLE

With this function module, you convert a value using the measurement unit table, and round it, if appropriate.

You can also perform the rounding without conversion.

Conversion with this function module requires that the measurement unit table is maintained for both units, and that both units belong to the same dimension, i.e. also that they have dimensions.

The rounding can, however, also be performed for units which have no dimension.

Thanks and regards,

R.Rao