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: 

Problem in updating Pick Qty using SD_DELIVERY_UPDATE_PICKING_1

Former Member
0 Kudos

Hi,

I am updating the picking quantity in a delivery document using function module SD_DELIVERY_UPDATE_PICKING_1.

However the document flow shows the picking request is still Open and not Completed. This does not happen when I do this online. Am I missing something in the parameters.

Please advise as the documentation of this function module is not very clear.

Thanks and Regards,

Aditya

1 ACCEPTED SOLUTION

suresh_datti
Active Contributor
0 Kudos

Hi Aditya,

PL put a COMMIT WORK statement immediately after the function call.

Regards,

Suresh Datti

7 REPLIES 7

suresh_datti
Active Contributor
0 Kudos

Hi Aditya,

PL put a COMMIT WORK statement immediately after the function call.

Regards,

Suresh Datti

0 Kudos

Hi Suresh,

It still doesn't work. The Pick Quantity is updating correctly but not the status in the document flow.

Do you know of any function module which accurately updates the Pick Quantity.

Doing a BDC on VL02N is my last option. So any other input would be very much appreciated

Thanks and Regards,

Aditya

0 Kudos

Hi Aditya,

Check this link out & see if it helps...it talks about the exact same problem...

http://www.ecediltd.com/la/sap-wm@yahoogroups.com/0208.html

Thanks,

Renjith

0 Kudos

Hi Aditya,

try this.. put this statement after the function call..

perform synchron(sapmv50a).

Regards,

Suresh Datti

0 Kudos

Hi Suresh,

Thanks for all your input. I also posted a message to SAP and they recommended SAP Notes 457925 and 491875.

I might go in for BDC as a last resort on VL02N since time is quite a constraint.

I really appreciate the inputs you have given.

Thanks and Regards,

Aditya

0 Kudos

Hi Ranjith,

Thanks for all your input. I also posted a message to SAP and they recommended SAP Notes 457925 and 491875.

I might go in for BDC as a last resort on VL02N since time is quite a constraint.

I really appreciate the inputs you have given.

Actually my customer system is running on mySAP ERP ECC 5.0 so it would certainly have all the note corrections mentioned in the several notes

Thanks and Regards,

Aditya

0 Kudos

Hi Aditya,

Did you set field TAQUI = 'X' in table VBPOK_TAB when using SD_DELIVERY_UPDATE_PICKING_1? This field controls the confimation of an item of the picking request.

Best regards, Ulrich