Picking Nested Handling Unit Through Pick Handling... - SAP Community
Picking Nested Handling Unit Through Pick Handling... - SAP Community
- SAP Community
m
m
Products and Technology Groups Partners Topics Events What's New Get Star
u
ni
t
y
SAP Community Products and Technology Enterprise Resource Planning ERP Blogs by Members
Picking Nested Handling unit through Pick Handling...
shailesh_mishra5
Product and Topic Expert
2017 Aug 29 4:09 PM
11 Kudos 25,150
Purpose:
Overview:
Picking and packing is very vital business process in a warehouse and complexity
happens when storage location is WM+HU managed and to pack the outbound delivery,
VL02N triggers an error saying Packing in HU+WM managed location takes place through
https://community.sap.com/t5/enterprise-resource-planning-blogs-by-members/picking-nested-handling-unit-through-pick-handling-unit/ba-p/13324013 1/20
9/13/24, 9:50 PM Picking Nested Handling unit through Pick Handling... - SAP Community
Lets understand what is Pick HU. In my own understanding Pick HU is a Blank or empty
HU in which some other HUS can be packed or materials can be packed.
If you want to understand the meaning of Pick HU in terms of Help.salp, here is the
definition.
Nested Handling units are kind of a concentric packaging layers in which multiple Sub
Handling units are assigned in a main handling units. Like in a container--->Pallets---
Boxes---Small boxes---Bottles. A 4 level nested HU. Nested HUs are created by handling
unit master transaction HU02 or can be created by HUPAST( Handling unit Packing
Station)
Suppose you have a mixed storage type where multiple storage units of same materials
are available in a storage bin or you have handling unit with several materials or
batches, business requirement is to conduct picking once Sales order is created,
Outbound delivery is done and picking orders needs to be created to pick the Source HU
as a destination HU from a inhomogeneous handling units. In this case you are
required to create a pick HU.
So, Picking a nested handling with a pick Handling unit can be better understood with
below diagram.
In the diagram shown, there is a nested HU which consists of 9 boxes and suppose in 9
boxes there are different bottles or understand this Storage unit has multiple batches of
same material, 9 batches. Both probability may happen with business.
https://community.sap.com/t5/enterprise-resource-planning-blogs-by-members/picking-nested-handling-unit-through-pick-handling-unit/ba-p/13324013 2/20
9/13/24, 9:50 PM Picking Nested Handling unit through Pick Handling... - SAP Community
To pick Box-1 which is available in a nested HU or multi batch SU, we need to create a
blank Picking Unit which is in our case is Pick handling unit. We cannot move the
complete Nested HU from destination storage Bin to 916 shipping area directly as this is
restricted in standard SAP.
https://community.sap.com/t5/enterprise-resource-planning-blogs-by-members/picking-nested-handling-unit-through-pick-handling-unit/ba-p/13324013 3/20
9/13/24, 9:50 PM Picking Nested Handling unit through Pick Handling... - SAP Community
3) Bin status report LX03. Observation can be made the storage type is mixed storage
type where multi Sus are present.
I created a transfer order and found that Quant is updated as 0 and blank SU. Since after
https://community.sap.com/t5/enterprise-resource-planning-blogs-by-members/picking-nested-handling-unit-through-pick-handling-unit/ba-p/13324013 4/20
9/13/24, 9:50 PM Picking Nested Handling unit through Pick Handling... - SAP Community
picking order creations, material will be moved to 916 interim storage type with
Outbound delivery as material coordinates( Bin number).( Dynamic bin numbering with
the requirement type of delivery is configured in backend)
Before we create a pick HU, lets understand what error SAP gives if we directly confirm
Transfer order in LT12.
https://community.sap.com/t5/enterprise-resource-planning-blogs-by-members/picking-nested-handling-unit-through-pick-handling-unit/ba-p/13324013 5/20
9/13/24, 9:50 PM Picking Nested Handling unit through Pick Handling... - SAP Community
This indicator suggests that during TO confirmation Source HU=Destination HU. But in
our case, destination HU is blank.
https://community.sap.com/t5/enterprise-resource-planning-blogs-by-members/picking-nested-handling-unit-through-pick-handling-unit/ba-p/13324013 6/20
9/13/24, 9:50 PM Picking Nested Handling unit through Pick Handling... - SAP Community
Technical perspective:
There is one way to find if Pick Handling unit will be created for Transfer order or not. To
determine if HU needs to be created for TO, the field LTAP-FHUTA must be set as 1. This
field is set after checking if there is a HU requirement on the storage location. If there is
none, then a pick HU is not required.
Lets check ours in LTAP table. We cab observe that the required field is set and hence
Pick HU creation is indispensable
https://community.sap.com/t5/enterprise-resource-planning-blogs-by-members/picking-nested-handling-unit-through-pick-handling-unit/ba-p/13324013 7/20
9/13/24, 9:50 PM Picking Nested Handling unit through Pick Handling... - SAP Community
The check happens a below source code(SE38). The below source code checks if the
storage location is HU managed or not.
In LH01, you need to assign the packaging material. The Pick HU is specific to Transfer
https://community.sap.com/t5/enterprise-resource-planning-blogs-by-members/picking-nested-handling-unit-through-pick-handling-unit/ba-p/13324013 8/20
9/13/24, 9:50 PM Picking Nested Handling unit through Pick Handling... - SAP Community
The destination storage type is referenced from Pick HU which we had earlier
created.Since Pick HU is specific to TO hence, it is defaulted in LT12 as destination SU.
https://community.sap.com/t5/enterprise-resource-planning-blogs-by-members/picking-nested-handling-unit-through-pick-handling-unit/ba-p/13324013 9/20
9/13/24, 9:50 PM Picking Nested Handling unit through Pick Handling... - SAP Community
An error is triggered saying HU is nested(Multi layered). This error occurs when you skip
a POP up screen which is displayed after clicking on Confirm Internally. My intention was
to show the error if you skip to fill the pop screen.
https://community.sap.com/t5/enterprise-resource-planning-blogs-by-members/picking-nested-handling-unit-through-pick-handling-unit/ba-p/133240… 10/20
9/13/24, 9:50 PM Picking Nested Handling unit through Pick Handling... - SAP Community
So you need to mention the lower level HU from from which Stock will be picked.
There is a catch here. 2 very important characteristics of this screen and 2 different
business function can be conducted from here
1. If indicator is unchecked HU withdrawal, only material will be packed into the pick
HU
2. If checkbox of HU withdrawal is marked, the Sub HU will be further packed into the
Pick HU.
The outer HU is shown in arrow and total of 6 quantities are packed. The outer HU
https://community.sap.com/t5/enterprise-resource-planning-blogs-by-members/picking-nested-handling-unit-through-pick-handling-unit/ba-p/13324013 11/20
9/13/24, 9:50 PM Picking Nested Handling unit through Pick Handling... - SAP Community
So, once TO confirmation is saved, 1 qty of SUB HU will be transferred to pick HU.
https://community.sap.com/t5/enterprise-resource-planning-blogs-by-members/picking-nested-handling-unit-through-pick-handling-unit/ba-p/133240… 12/20
9/13/24, 9:50 PM Picking Nested Handling unit through Pick Handling... - SAP Community
So, you can see now total quantity is decreased by 1 as 1 qty is packed into Pick HU.
Lets check the final screen of Confirmed Transfer order. The nested HU was our Source
storage unit from which picked a lower HU by Pick HU and same was referenced in
https://community.sap.com/t5/enterprise-resource-planning-blogs-by-members/picking-nested-handling-unit-through-pick-handling-unit/ba-p/133240… 13/20
9/13/24, 9:50 PM Picking Nested Handling unit through Pick Handling... - SAP Community
Hence the process of Pick HU creation and Nested HU picking end here. In my next blog
I will touch QM+HUM+WM interface, a very complex topic which is not too much
discussed in SCN and latter Serialization of Handling units.
references:
https://help.sap.com/erp2005_ehp_07/helpdata/en/41/34bb536b13b44ce10000000a174
cb4/frameset.htm
https://help.sap.com/saphelp_erp60_sp/helpdata/en/9d/8cbf53f106b44ce10000000a174
cb4/frameset.htm
Best regards
Shailesh Mishra
https://community.sap.com/t5/enterprise-resource-planning-blogs-by-members/picking-nested-handling-unit-through-pick-handling-unit/ba-p/133240… 14/20
9/13/24, 9:50 PM Picking Nested Handling unit through Pick Handling... - SAP Community
https://community.sap.com/t5/enterprise-resource-planning-blogs-by-members/picking-nested-handling-unit-through-pick-handling-unit/ba-p/133240… 15/20
9/13/24, 9:50 PM Picking Nested Handling unit through Pick Handling... - SAP Community
3 Comments
venu_ch8
Active Contributor
2017 Oct 06 6:16 AM
0 Kudos
Hello Misra,
Nice document, plz tell me how we can keep this document as PDF.
Thanks
rajiv_kanoria
Product and Topic Expert
2019 Oct 17 5:43 AM
https://community.sap.com/t5/enterprise-resource-planning-blogs-by-members/picking-nested-handling-unit-through-pick-handling-unit/ba-p/133240… 16/20
9/13/24, 9:50 PM Picking Nested Handling unit through Pick Handling... - SAP Community
0 Kudos
Nicely Explained.
former_member674550
Explorer
2020 Apr 24 1:16 PM
0 Kudos
Hi Shaliesh,
Best Regards
Manish
Comment
ABAP CDS Views - BW Extraction 1 ABAP CDS Views - CDC (Change Data Capture) 2
https://community.sap.com/t5/enterprise-resource-planning-blogs-by-members/picking-nested-handling-unit-through-pick-handling-unit/ba-p/133240… 17/20
9/13/24, 9:50 PM Picking Nested Handling unit through Pick Handling... - SAP Community
Data Analytics 1 Data Analytics & AI 1 Data Quality Management 1 Date required 1
https://community.sap.com/t5/enterprise-resource-planning-blogs-by-members/picking-nested-handling-unit-through-pick-handling-unit/ba-p/133240… 18/20
9/13/24, 9:50 PM Picking Nested Handling unit through Pick Handling... - SAP Community
Related Content
S/4HANA Finance for Group Reporting - Currency Translation Rounding Rules &
Errors:
in Enterprise Resource Planning Blogs by Members yesterday
SAP and Selected Partners Collaborate to Provide New PLM Integration Add-ons
in Enterprise Resource Planning Blogs by SAP Tuesday
https://community.sap.com/t5/enterprise-resource-planning-blogs-by-members/picking-nested-handling-unit-through-pick-handling-unit/ba-p/133240… 19/20
9/13/24, 9:50 PM Picking Nested Handling unit through Pick Handling... - SAP Community
Ruthvik_Chowdary 3
29ratul 3
Copyright Legal Disclosure
former_member213836 3
Trademark Support
https://community.sap.com/t5/enterprise-resource-planning-blogs-by-members/picking-nested-handling-unit-through-pick-handling-unit/ba-p/133240… 20/20