Application Development and Automation 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: 
Read only

BADI WORKORDER_UPDATE, Error SYSTEM_ON_COMMIT_INTERRUPTED

Former Member
0 Likes
924

Hi,

I need that in the implementation of the badi WORKORDER_UPDATE in the method BEFORE_UPDATE, i will to display a message error type E.

After the message error display, appears a dump SYSTEM_ON_COMMIT_INTERRUPTED

Regards

Dayana

1 REPLY 1
Read only

Former Member
0 Likes
479

This method does not handle exception, so it may not be possible to raise exception... You can try other methods indicated in this thread to see if it would meet your needs.