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

Problem while raising an error message

Former Member
0 Likes
622

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.

3 REPLIES 3
Read only

Former Member
0 Likes
541

Hi

Did you checkout in debugging, whether your code is getting executed when you set a deletion indicator?

Regards

Raj

Read only

0 Likes
541

hi Rajasekhar,

ya the control is coming to my code, when deletion indicator is set. But error is not triggering there...

Sankar.

Read only

Former Member
0 Likes
541

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