‎2006 Sep 27 6:56 AM
hello all,
i have to use this function but i dont know how to use it.
i have a material number from marm table, that i have to convert from TAB unit to G unit.
Is anyone can tell pls how can i use this function?
thanks,
dana.
‎2006 Sep 27 7:05 AM
FM CF_UT_UNIT_CONVERSION which uses parameters:
IMPORTING
MATNR_IMP LIKE MARA-MATNR DEFAULT SPACE
MEINS_IMP LIKE MARA-MEINS DEFAULT SPACE
UNIT_NEW_IMP LIKE T006-MSEHI
UNIT_OLD_IMP LIKE T006-MSEHI
VALUE_OLD_IMP LIKE PLFH-MGVGW
‎2006 Sep 27 7:21 AM