Repack
If quantities are to be repacked from one handling unit (HU) to another(or if entire HUs are to be repacked), you can either access theHU_UNPACK und HU_PACK methods separately or accomplish the same thingin one step by using this method. However, it is not possible to change
the packed quantites with this method; you can only change the packing structure. Example Example 1:The handling unit PALLET 1 contains 9 boxes and PALLET 2 contains 7boxes. You can use this method to repack one box from PALLET 1 to PALLET 2:
Fill in the HUKEY parameter with the destination HU (PALLET 2). The REPACK table will then contain an entry that looks like this: 1. SOURCE_HU: BOX 1 2. FLAG_PACKHU: 'X' Example 2: PALLET 1 contains 20 pieces of material MAT1. PALLET 2 is empty. 5 pieces are to be repacked.
Fill in the HUKEY parameter with the destination HU (PALLET 2). The REPACK table will then contain an entry that looks like this: 1. SOURCE_HU: PALLET 1 2. FLAG_PACKHU: ' ' 3. PACK_QTY: 5 4. BASE_UOM: PC 5. MATERIAL: MAT1
The other stock categories of the material should also be specified, where necessary. NotesWhen you repack handling units, the HU that is to be repacked is alwaysentered in the SOURCE_HU field. The system can tell whether this HU is
already packed and then unpacks it from its higher-level HU before it is packed in the destination HU (HUKEY). If the handling unit in question is to become a highest-level handlingunit rather than be repacked into another handling unit, the entry inthe destination HU field should be the identical to the source HU field.
If you want to repack into a handling unit that does not exist yet,fill in the HEADERPROPOSAL parameter and enter either "$1" or the HUidentification as the destination handling unit, under which the HU is to be created.
|