cancel
Showing results for 
Search instead for 
Did you mean: 

User exit update del failed when Preceding Doc. of the del in change mode

Former Member
0 Kudos

We are use a user exit to update some field back to delivery when complete the shipment. But we found one issue for not update successful when the Preceding document of the delivery - STO in change mode.

Is there any solution for this update failure? or OSS note?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If the user-exit is triggered in dialog session, a simple solution I can think of is to implement a exception handling mechanism in the exit to check the preceding document, if it's locked (in change mode), throw a error message to user "STO xxxx is locked by xxx".

Answers (0)