cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with BAPI_OUTB_DELIVERY_CONFIRM_DEC

Former Member
0 Kudos

Dear friends.

We are using the function module BAPI_OUTB_DELIVERY_CONFIRM_DEC for doing Post goods issue the project. Now we have a locking issue when multiple operators try to ship the same material in Parallel. So we are thinking of coming out with the solution to not to do the Post goods issue and do that in background later. The issue is this function module takes the serial number also and saves it in delivery. Please check if there is any other function module or option in this function module to save only the delivery with serial number and not to do the Post goods issue .

Please help.

Thanks!

Kumar.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kumar,

have a look at function SERNR_ADD_TO_LS. With this you add a list of serial numbers to a delivery.

Please call SERIAL_LISTE_POST_LS once you have finished and wish to commit the assignments.

On the other hand function WS_DELIVERY_UPDATE_2 has the parameter IT_SERNR_UPDATE, which indicates that it can assign serial numbers to a delivery as well.

Regards

Alan