cancel
Showing results for 
Search instead for 
Did you mean: 

Auto packing in shipment

Former Member
0 Kudos

Hi all,

I have question related to auto pack function in shipment.

I create packing instruction include 3 level:

1. Pack in carto n

2. Then pack to case

3. Pack to container

when I carrried out auto  pack in shipment it pack parts  tn to carton, then pack carton in case, and pac case in container at 1 time.

But in fact, customer do those pack stages in different timing. Then how do I make auto pack just carriout each level by level at 1 timeon

Ex: 1st day: I pack in to carton

Next day: I pack cartons in to case

Last day: I pack case to container

Customer don't wanrt manual packing because they have standard packing instruction for each parts

Please help

Thanksall

Phuong

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

1) create procedure for packing instruction (OFP4) with Cond. type SHIP

2)Create Pack instr. in T.code POP1. (the way you want it packed)

3) Maintain recordes for SHIP for your material in T.code POF1

4)Maintain packing transaction profile in T.code OVHU2.

In the profile 0006 'Outbound Shipment', give the detr. procedure that you had created earlier.

This will enable automatic packing

thanks

Former Member
0 Kudos

Thanks Syed,

But I want it carry out auto packing for 1 level at 1 time only.

With setting you mention above when I press auto pack, system will generate a HU (with outer most is container, inside is case and then carton).

But I want event I make Packing instruction for 3 level (carton, case & container) but when I press carriout auto pack the first time, system only pack parts inton cartons

Former Member
0 Kudos

Hi

I think we have to go for user exit to fulfill for your required here am sharing the link please look after  this might be helpful

Automatic Packing - Goods Receipt Process for Inbound Deliveries - SAP Library


Automatic Packing - Goods Receipt Process for Inbound Deliveries - SAP Library


thanks