‎2007 Jul 12 6:01 AM
Hi,
I written some code in one BADI, PROCESS_ITEM method. This is for doing some validations in ME23n transaction. If i put a deletion indicator for any line item, it should show an error message there itself, depending upon my requirement. But error is coming while saving. i need that error message there itself, immediately. Can you please help me....
Thanks in Advance.
Siva Sankar.
‎2007 Jul 12 6:06 AM
Hi
Did you checkout in debugging, whether your code is getting executed when you set a deletion indicator?
Regards
Raj
‎2007 Jul 12 6:42 AM
hi Rajasekhar,
ya the control is coming to my code, when deletion indicator is set. But error is not triggering there...
Sankar.
‎2007 Jul 12 6:08 AM
hI,
It seem to remember that all errors are being appended to a specific table that is then reevaluated before update and the update is rejected in case of an entry...
<b>Reward points</b>
Regards