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: 

Need steps to create shipment for delivery

vallamuthu_madheswaran2
Active Contributor
0 Kudos

Hi Friends,

My requirement is that first need to do the packing and then do the shipment for delivery.

what are all the steps(function modules) we need?

Thanks with Regards,

Vallamuthu M,

1 ACCEPTED SOLUTION

vallamuthu_madheswaran2
Active Contributor
0 Kudos
5 REPLIES 5

DominikTylczyn
Active Contributor
0 Kudos

Hello vallamuthu.madheswaran2

You can pack outbound delivery in VL02N transaction. Here automatic packing based on packing instructions or BADI_HU_AUTOPACK is available.

A shipment can be created with VT01N transaction.

You may also use function module WS_DELIVERY_UPDATE to pack a delivery and SD_SHIPMENT_PROCESS to manage shipments.

Best regards

Dominik Tylczynski

0 Kudos

Hi Dominik Tylczynski,

Thanks for your update.

Kindly provide the function module for HU auto pack.

Thanks with Regards,

Vallamuthu M.

DominikTylczyn
Active Contributor
0 Kudos

Hello vallamuthu.madheswaran2

I've already provided the enhancement that you can use to drive automatic packing, it's BADI_HU_AUTOPACK.

You can trigger automatic packing in VL02N, packing screen:

You can also have the automatic packing triggered immediately during delivery creation. You activate that in delivery type configuration - transaction 0VLK:

Best regards

Dominik Tylczynski

vallamuthu_madheswaran2
Active Contributor
0 Kudos

Hi Dominik Tylczynski

I am developing the customized program so need function module.

Thanks with Regards,

Vallamuthu M.

vallamuthu_madheswaran2
Active Contributor
0 Kudos