Supply Chain Management Blogs by SAP
Expand your SAP SCM knowledge and stay informed about supply chain management technology and solutions with blog posts by SAP. Follow and stay connected.
cancel
Showing results for 
Search instead for 
Did you mean: 
shailesh_mishra5
Product and Topic Expert
Product and Topic Expert

Automatic Packing in Outbound:

With S/4 HANA 2022 & higher version, it is now possible to conduct 'Automatic Packing' against Outbound delivery in EWM work center. The automatic packing functionality was available for Inbound process receiving against the Inbound delivery, same concept is extended to outbound process using more robust packaging algorithm through Unified package builder( UPB)

Long Packing Process-Earlier it was a tedious job to select every product/item manually and create HU’s to pack them in EWM work center,

Current State -To make this process easier for the customers, auto pack functionality is introduced- where the customer can simply choose the product to be packed and click on “Auto pack” button which will identify the appropriate packaging materials of the products and create the handling units automatically.

Scope
• User can mark one or several stock items or a HU in the tree of the outbound work center
• The systems calls the Packing Instructions (PI) or Pack Specification (PS) via UPB for the directly marked stock and for the stock in a marked HU.
• If a PI or PS has been found the systems creates the Hus accordingly.
• If no PI or PS has been found the stock remains where it is.

picX1.png

In below example, a delivery is already picked and confirmed via Pick HU( Non Homogeneous HU).

PICX2.pngPerform the Auto Packing Activity. Ensure to enter the default storage Bin.

PICX3.png

The system automatically packs using the packaging specification defined for condition 0OBD for product combination. UPB engine, sequence and packaging specification gets determined.

PICX4.png

The product gets packed into 2 Shipping HUs as per the condition record 0OBD.

picx5.png

More robust packaging specification can be create using Product, Product Ship to, ODO with Consolidation Group & W/O consolidation group.

picx6.png

SAP has enabled a new method 'AUTOPACK' in Packing super class /SCWM/CL_WM_PACKING. This new method( Public) can be leveraged to built a Z report which could conduct automatic packing based on Picked ODO. You can use class /SCWM/CL_WM_PACKING method  passing parameters  IV_BIN (storage bin- Mandatory), ODO IV_PRDO, WC,IV_WORKSTATION. Please read all the import parameter in the class what are optional and mandatory

picx7.png

This Packing super class can also be used in Custom RF packing process for automatic Packing. In the code, we always create the Shipping HUs only for picked deliveries. There are also few exception related to serial numbers and Catch weight products.

This functionality is enabled from S/4HANA 2022 & higher version. The note 3301323 -Automatic packing for outbound delivery  introduces a check in FM /SCWM/CALL_PACK_OBDL to trigger automatic packing based on below condition.  ls_workstty-tr_004 must be set to X, this is Packing work center layout which must facilitate 'Pack Automatically'

PICX8.png

picx9.png

Configuration:

UPB setting: Doc type OUTB: Extended Warehouse Management-->Goods Issue Process-->Outbound Delivery-->Define Document Types for Outbound Delivery Process

picx10.png

UPB Setting:

Extended Warehouse Management-->Cross-Process Settings-->Handling Units-->Unified Package Building-->Define Unified Package Building Profile

picx11.png

Work center:

Extended Warehouse Management-->Master Data-->Work Center-->Specify Work Center Layout

picz1.png

 

Exceptions & condition for Automatic Packing

1) Only Picked delivery is relevant for Automatic Packing. /SCWM/PRDO will fail to trigger packing if it_stock and iv_prdo are initial .

2) Only picked stock with Serial Number( A & B) are supported. Serial number with C are not supported and kept out of scope from Automatic Packing.

3) Only picked stock´s without using catch weight are allowed for automatic packing 

Thanks for reading. All tests have been performed in S/4 HANA 2022 Embedded EWM sandbox system.

2 Comments
arunravisap
Explorer
0 Kudos

Thanks for sharing this Shailesh!

harshnama
Explorer
0 Kudos

Awesome blog Shailesh!!