cancel
Showing results for 
Search instead for 
Did you mean: 

EWM - Packing Outbound Del using code

0 Kudos

HI All,

I need to do packing for outbound Del using custom development. I checked standard TCODE where REPACK method is used . Also, below thread explains the same : My concern is I have only 1 HU so what it would - in below method :

Source HU or Dest HU. Also, from where I should bring another HU:

https://answers.sap.com/questions/228188/issue-in-packing-in-program-in-ewm.html

I got below blog as well but it uses another method . I tried with source and dest HU as same HU which is created at runtime but it did not work.

https://blogs.sap.com/2018/04/02/create-and-pack-handling-unit-in-ewm/

Can anyone help me with correct method to pack ODO items and logic or tables from where to ppulate madetory parameters of the method .

Thanks !!

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi,

if I understand you correct, you want to create an HU and pack the picked goods into it but you don't have a source HU? So the Goods are for example picked without a pick HU and are now located in the Staging Location (Goods Issue Area) without an HU and noch want to pack it into an HU?

In that Case the REPACK_STOCK Method is the correct way to do it. Every Bin in SAP EWM is an HU. Open Table /SCWM/HUHDR and put the Name of your Bin into the field HUIDENT. You will get an GUID for it. That Guid has to be used as Source HU.