Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

FM to create Pallet HU's with Object reference

Former Member
0 Kudos

Hi all,

Is there any FM which can be used to create a Pallet HU and assign it to Delivery or shipment. I am able to create Pallet HUs using the BAPI: "BAPI_HU_CREATE" but then I am unable to assign them to shipment or delivery. I tried using "HU_ASSIGN_HUS_TO_OBJECT" but with no luck.

Let me know a way to create Handling Units with reference object.

regards,

Suri.

2 REPLIES 2

Manohar2u
Active Contributor
0 Kudos

Refer to these threads

Regds

Manohar

Former Member
0 Kudos

Hi,

I got a solution for the problem.

Use the function module 'BAPI_HU_CREATE' to create pallet Hus and then use the function module 'BAPI_HU_CHANGE_HEADER' to assign the handling unit to either delivery or shipment.

regards,

Suri.