‎2007 Apr 16 10:53 AM
Hi,
I am using MB_DOCUMENT_BADI to do some checking of the material document before saving.
How do I stop the transaction from saving if there is an error? I have tried using an error message, but it short dumps.
Thanks
Lindy
‎2007 Apr 16 1:54 PM
‎2007 Apr 16 3:26 PM
Which method of this interface are you using? You cannot use error message in all methods. Read the definition documentation and also the method documentation.
‎2007 Oct 09 4:20 PM
Hi Lindy,
Try this exit.
Function -> exit_saplmbmb_001
Project -> MB_CF001.
It is called after its BADI, and can itself be used messages.
B.H.
MarcusFarias