cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI for packing Outbound delivery

Former Member
0 Kudos

Hello experts,

Can someone suggest a BAPI or a function module to pack a delivery? Delivery will be picked and TO is confirmed. I need to perform packing and generate output.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

solved

Former Member
0 Kudos

HI,

Can you guide me how you can assign the inbound delivery number in the BAPI_HU_CREATE to assign the handling unit to the inbound delivery.

Regards

Prasad

Former Member
0 Kudos

Hi,

you can only create free HUs / HUs without object reference (HUs that are not assigned to any other object such as a delivery) with the mentioned bapi.

Please check note 581282 how it could be possible to create HUs for deliveries: you could use an idoc as explained or FM WS_DELIVERY_UPDATE.

Regards,

Ely

Former Member
0 Kudos

In case HU you can use BAPI_HU_PACK or BAPI_HU_CREATE

Former Member
0 Kudos

Using BAPI_HU_CREATE i am able to create a handling unit

For BAPI_HU_PACK, how do i assign the delivery # and the quantity?