cancel
Showing results for 
Search instead for 
Did you mean: 

Packing List

Former Member
0 Kudos

Hi Experts,

I need to develop a packing list without HU. Please find the scenario below

For eg- M1- 1050 PCS.

M2- 150 pc

For every 100 pcs of M1 packed in full carton C1. This C1 accomodates 100 pcs of M1. Balance will be packed partially

For every 100 pcs of M2 packed in full carton C1. This C1 accommodated 100 pcs of M1. Balnce will be packed partially

Partial qty M1 and M2 will be packed in C1.

From above i need to generate packing list.

Packs 1-10 Material M1 - 100 pcs x10= 1000 pcs

Pack 11- Material M2-100pcs x1= 100 pc

Pack 12- Material M1-50 pcs & M2-50 Pcs

Can i achieve the reqmt without HU? May you please guide?

Thanks and regards,

Deepu Pillai

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

May i ask u one question. I don't know the packing list functionality in SAP. But why can't system supports packing with out HU.

Is there anybody have worked on?

Please guide

Regards,

Deepu Pillai

former_member274400
Active Participant
0 Kudos

Hello Deepu,

Handling unit management is nothing but packing functionality. Packing list is created when you have process of packing material. SAP has standard configuration document available in building block library for HU. Refer link and search for Handling unit management.

http://help.sap.com/bp_bblibrary/600/BBlibrary_start.htm

Regards,

Mukul

Lakshmipathi
Active Contributor
0 Kudos

May be you can think of creating a zee tcode in which, you can have the following fields

DA No   Material  Code    Total Qty   Pack No   Qty packed   Gr.Wt     Nt.Wt   Total Packs

The input field must be your DA number and the first two fieds should become grey so that users cannot change the data.

AAAAAA	M1      100	1-10        100	1000 KGS	950 KGS	     10
AAAAAA	M2      100	  11          100	1000 KGS	950 KGS	      1
AAAAAA	M1        50	  12            50	500 KGS	450 KGS	      
AAAAAA	M2        50	  12            50	500 KGS	450 KGS	      1	

Other columns users have to key in manaully. Once the data is saved, it should be stored in a zee table from where you need to fetch the packing details to your output.

thanks

G. Lakshmipathi

Former Member
0 Kudos

Hi Lakshmi,

Thank you for your reply. I would replicate the process in SAP.

Regards,

Deepu Pillai

former_member274400
Active Participant
0 Kudos

Hello Deepu,

What is the business reason for not using HU functionality of SAP? How you are determining packing material required for M1 and M2?

Regards,

Mukul