Skip to Content
0
Former Member
May 30, 2008 at 11:37 AM

'MD_CONVERT_MATERIAL_UNIT' error............

2260 Views

when i call the function module 'MD_CONVERT_MATERIAL_UNIT' like below:

CALL FUNCTION 'MD_CONVERT_MATERIAL_UNIT'

EXPORTING

i_matnr = it_item-matnr

i_in_me = 'bag'

i_out_me = ''car'

i_menge = 5000

IMPORTING

E_MENGE = v_case

  • EXCEPTIONS

  • ERROR_IN_APPLICATION = 1

  • ERROR = 2

  • OTHERS = 3

i got the error like:

"There is no conversion factor for material MEDIUSA9X24OZ and unit of measure BAG"

pls tell me the solution...............