cancel
Showing results for 
Search instead for 
Did you mean: 

Create Pick HU automatically for partial quantity deliveries while confirming Transfer Orders

0 Kudos

Create Pick HU automatically for partial quantity deliveries while confirming Transfer Orders

For partial pallet HU , there is no destination HU. This destination HU will appear only when we create pick HU manually.

I need to automate this process of Pick HU creation automatically.

Thanks,

Prashanth

Accepted Solutions (1)

Accepted Solutions (1)

DominikTylczyn
Active Contributor
0 Kudos

Hello prashanth.reddy18

It's all but impossible to tell what's going on without an access to your system.

What I might suggest is debugging around the following code entries:

  • form pick_hu_erstellen include LL03AFF0
  • FORM HU_CREATE_FOR_SINGLE_ITEM, include LL03AFEW
  • function L_PICK_HU_CREATE
  • function L_T319_READ

Best regards

Dominik Tylczynski

0 Kudos

Hello Dominik,

Thanks for the quick assistance and help. Yes it's working fine now.

Answers (1)

Answers (1)

DominikTylczyn
Active Contributor

Hello prashanth.reddy18

Automatic pick HU creation is controlled with configuration Logistics - General -> Handling Unit Management -> Basics -> Warehouse Management -> Define Control for Automatic Creation of Pick HUs

If the setting are not flexible enough for you, you can active user exit checkbox, then BADI_HU_AUTOPACK enhancement is called.

Best regards

Dominik Tylczynski

0 Kudos

Hi Dominik,

Thanks for the response.Yes i did the required config. changes but observed that if we do full quantity picking from HU's automatic pick HU appearing whereas if I do partial quantity picking from HU's automatic Pick HU not appearing while confirming Transfer Order.