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: 

Reg. ws_delivery_update fm

Former Member
0 Kudos

Hi friends

i am using ws_delivery_update fm in custom bapi for PGI after s.o and delivery. What my problem is if any other user opens the delivery it shows the error msg and terminate the program. I want to continue my program without termination. I throw the error to third party. How can i solve my problem. and how can i trace the error without termination.

Thanks & Regards

Krishna

1 REPLY 1

Former Member
0 Kudos

Hello,

Before calling the FM WS_DELIVERY_UPDATE to update the Delivery, use the FMs ENQUE_**** for the LIKP table and then call your FM to update the Delivery. After the Update is Complete, then call the FM DEQUEUE_**** to Unlock the Delivery.

Hope it was helpful.

Thanks and Regards,

Venkat Phani Prasad Konduri