‎2007 Oct 22 7:31 AM
Hi Experts,
I am trying to raise error message in the implementation of BADI WORKORDER_UPDATE. The moment error message triggered it is giving the shortdump saying that commit work should not be interrupted.
Can anybody please let me know how to resolve this issue.
Thanks,
Suneel
‎2007 Oct 22 7:37 AM
‎2007 Oct 22 1:14 PM
I found the wayout for this problem.
Instead of using the method before_update use the method at_save.
In this method we can raise error messages using raising error_with_message'.
Please let me know if there is any other alternative for this.