2007 May 16 9:31 AM
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,
2007 May 16 9:34 AM
Hi,
Try FM MD_CONVERT_MATERIAL_UNIT or MATERIAL_UNIT_CONVERSION, it might help you.
Peter
2007 May 16 9:36 AM
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
2007 May 16 10:38 AM
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