cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI for HU creation and proposal packing as in MFP21 or COP21

0 Kudos

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.

View Entire Topic
Former Member
0 Kudos

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

0 Kudos

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

Former Member
0 Kudos

Hi,

Check BADI:

BADI_HU_AUTOPACK : It has two HU methods Prepare and Prospse.

check if it is useful.

Regards,

Santosh Sarda