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: 

Issue Delivery Packing thru FM

Former Member
0 Kudos

Hi Experts,

I want to create Outbound Delivery with Packing and with Serial Nos uploaded.Now i am able to create delivery thru BAPI_DELIVERYPROCESS_EXEC but post creation i am not able to pack the delivery.

Now for packing, 'm currently using BAPI_HU_CREATE(for creating HU ), BAPI_HU_PACK (for assigning HU to Delivery) and then SD_DELIVERY_UPDATE_PACKING_1 for updating the deilivery with assigned HU .

But during execution the delievery is not getting packed.Please suggests if i am missing something.

Thanx,

Akhil

Thanx,

Akhil

1 REPLY 1

Former Member
0 Kudos

Hi,

the HU BAPIs are meant to deal with free HUs only, that is HUs without any document assignments. With BAPI_HU_PACK you can not assign an HU to a delivery. Furthermore you can also not create HUs with the mentioned BAPIs into a HUM storage location. Maybe this can help you find the problem.

Regards,

Ely