on 2011 Jul 06 10:48 AM
Hello All, do you have any solution for how to create Handling Unit according to packaging instruction in ABAP code or in Module Function. I am looking for any solution since 3 weeks and I can not find anything, similar as it is in MFP21MFHU or COP21COWBHUWE.
HI,
Did you try BAPI's:
HU_BASIC_BAPIS Basic BAPIs for HUs
BAPI_HU_CHANGE_HEADER
BAPI_HU_CREATE Create handling unit with items
BAPI_HU_DELETE BAPI for Deleting Handling Units
BAPI_HU_DELETE_FROM_DEL Delete Handling Unit for Delivery
BAPI_HU_DISPLAY_HISTORY Displays HU History
BAPI_HU_GETLIST Read Handling Units from the Database
BAPI_HU_GET_LIST_MSG Select handling unit output
BAPI_HU_PACK BAPI for Packing an Item into an HU
BAPI_HU_PROCESS_MSG HU output processing
BAPI_HU_PROCESS_MSG_DIRECT Select and process handling-unit outputs
BAPI_HU_REPACK Repack HUs and HU items
BAPI_HU_UNPACK BAPI for Unpacking an Item from an HU
VHU_BASIC_BAPIS Basic BAPIs for Packing Instructions
BAPI_HU_PI_CHANGE Change Packing Instruction
BAPI_HU_PI_CREATE Create Packing Instruction
BAPI_HU_PI_READ Read Packing Instruction from DB
Regards,
Santosh sarda
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, I can use this one BAPI_HU_CREATE only to create HU, but I am looking for one step before. So how to make a proposal of HU structure, so I have got material number, packaging instruction number and quantity to be packed, so based on that how I can make packing proposal (how I can simulate it) in ABAP code or as a module function as it is in MPF21 or COP21
User | Count |
---|---|
102 | |
8 | |
6 | |
6 | |
5 | |
4 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.