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: 

Batch Split , Picking and Packing WS_DELIVERY_UPDATE

Venkat_Sesha
Advisor
Advisor
0 Kudos

Hi All,

Can Anyone please tell me what are the parameters that need to be passed for the WS_DELIVERY_UPDATE to perform Batch Spli, Picking and Packing (all three at once).

Can We do all these three operations through this Function Module.

Please find the below work which I have done for doing this operation.

CALL FUNCTION 'WS_DELIVERY_UPDATE'

EXPORTING

VBKOK_WA = L_X_VBKOK

DELIVERY = P_DELIVERY

COMMIT = C_X

IF_DATABASE_UPDATE = C_1

IF_ERROR_MESSAGES_SEND_0 = C_X

TABLES

VBPOK_TAB = L_TB_VBPOK " Batch Split and Pick pack data

PROT = L_TB_PROT

VERKO_TAB = L_TB_VERKO " Pick Pack Data

VERPO_TAB = L_TB_VERPO. " Pick Pack Data

Please suggest what I am missing. When I Execute this code Batch Split is Done,

But Picking and packing is not done per delivery.

It is just telling Picking quantity is missing Even though I passed the pick quantity.

Thanks in Advance.

2 REPLIES 2

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi,

It is possible to update picking, packing and batch split via the FM mentioned. We are doing the same using the IDOC, which then uses "WS_DELIVERY_UPDATE_2" for posting the conformation. Your mentioned FM also uses the same FM internally. The parameters you are passing to the FM is correct, you need to check your content.

Regards,