Hi,
We are unable to perform Outbound Delivery Post Goods Issue Reversal for Subcontract Delivery; with error message HUFUNCTIONS254.
We have implementated of OSS NOTE 1859406 but does not help to resolve the issue.
Some technical info based on how SAP issue this error message : -
After subcon. PGI in VL02N, a MSEG record(s) created with movement type 541 and fills up with material number in MSEG-UMMAT ( Receiving / Issuing Material ) field.
During VL09 reversal of good movment, system will check if MSEG-UMMAT contains material number, system will copy this field to N_MATNR 1 and classified this as MM 2 .
And system will issue HUFUNCTIONS254 if header HU records does not has status I0512 3 and it contains any MM type of material 4 system will issue the error reported message.
Logic source : -
1 Program LHU_HUMSEGF06 HU_ITEMS_CHECK_HUMSEG line 294 & 295
elseif not <mseg>-ummat is initial.
ls_hu_imseg-n_matnr = <mseg>-ummat.
ls_hu_imseg-n_charg = <mseg>-umcha.
ls_hu_imseg-n_werks = <mseg>-umwrk.
ls_hu_imseg-n_lgort = <mseg>-umlgo.
ls_hu_Imseg-n_sobkz = <mseg>-umsok.
2 Program LV51PF14 typabhaengige_aktion_bestimmen Line 22 - 26
IF cs_humseg-n_matnr IS INITIAL.
ef_object = gc_obj_we.
ELSE.
ef_object = gc_obj_mm.
ENDIF.
3 FM HU_CONSISTENZ_CHECK line 154 - 160
4 FM HU_CONSISTENZ_CHECK line 236 - 237
Very much appreciate for any opinion / help. Thanks.
regards,
Xiang Li