cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error when packing one HU into another(Nested HUs) FROM ABAP PROGRAM in EWM

former_member188251
Active Participant
0 Likes
2,317

Hi Gurus,

I have a requirement to PACK one HU into another. (Carton into Pallet).

I am using the methods /SCWM/CL_WM_PACKING->/scwm/if_pack_bas~pack_hu

and /SCWM/CL_WM_PACKING->/scwm/if_pack_bas~save.

The pack_hu method is working fine, but the SAVE method is returning sy-subrc 1. The error is "Required planned shipping HUs could not be found" . (SY-MSGID = /SCWM/HU_WM , SY-MSGNO = 098).

I have taken the trace form /SCWM/PACK transaction and these two methods are called in standard as well. I have debugged the SAVE method multiple times,but of no avail. Kindly help.

Regards

Shankarnarayan.K.

Accepted Solutions (1)

Accepted Solutions (1)

former_member188251
Active Participant
0 Likes

Thanks for your reply ! The HU status didn't have any problem. Note 2258101 solved the issue. The error is gone now and nesting HUs are working fine from my program.

Thanks

Shankar.

Answers (0)