‎2008 Sep 05 1:50 AM
Hi,
Is their any function module to convert EA(Eaches) to CS(Cases),i tried UOM_SIMPLE_CONVRESION
but could not succed,may be i have to maitain entry for unit conversion in T006 table.
plz suggest
‎2008 Sep 05 6:10 AM
Hi ,
Try this Function Module MD_CONVERT_MATERIAL_UNIT
Regards,
Praveen.
‎2008 Sep 05 6:11 AM
‎2008 Sep 05 6:35 AM
Hello Prasad
You are looking for fm MATERIAL_UNIT_CONVERSION.
Regards
Uwe
‎2008 Sep 05 6:41 AM
‎2008 Sep 05 6:47 AM
Hi,
Try as below.
call function 'MD_CONVERT_MATERIAL_UNIT'
exporting
i_matnr = i_matnr
i_in_me = i_meinh_in
i_out_me = i_meinh_out
i_menge = ld_menge_in
importing
e_menge = ld_menge_out
exceptions
others = 4.
Regards,
Raju.
‎2010 May 24 3:45 PM