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: 

UOM conversion

Former Member
0 Kudos
313

all,

i have created a material master with UOM conversion

1 LGT = 6 M.

then i create WO with reservation 8.507 LGT. if i look at tab general data (IW32), base quantity is 51.050. if we calculate 8.507 * 6 = 51.042. is there any config for rounding value?

Thanks,

3 REPLIES 3

Peter_Inotai
Active Contributor
0 Kudos
191

Hi,

Try FM MD_CONVERT_MATERIAL_UNIT or MATERIAL_UNIT_CONVERSION, it might help you.

Peter

Former Member
0 Kudos
191

hi,

you can use any of these FM

HR_IN_ROUND_AMT

HR_NZ_ROUNDING_DECIMALS

You can use

CEIL

or

FLOOR

abap commands to achieve the same.

Alternatively use the FM's

1) ROUND_AMOUNT
2) FI_ROUND_AMOUNT

Regards

Reshma

Former Member
0 Kudos
191

dear all,

let me clear this one, i create WO with material base unit LGT.

if i enter 8.507 then it automatically calculate base quantity in 'general tab'.

in material master uom conversion like 1 LGT = 6 M.

then it should be 51.042, but it will calculate 51.050.

do you know config for this?

Thanks