‎2010 May 14 6:48 AM
Hello experts,
I use a BADI to control delivery and in the BADI, I use message type E.
The code is "MESSAGE 'Missing Actual GI Date!!' TYPE 'E'."
Currently, after showing an error message, if a user hit the enter key, showing an error message again and again.
What I want to do is that
after showing an error message, if a user hit the enter key, the screen comes back to the status before showing the error message and stop there.
Please, give me an advice. Thank you.
‎2010 May 14 6:55 AM
you can use EIXT statement after the error message , i think it will solve your problem or you can try leave to screen 0 , leave to transaction sy-tcode etc .. , to come back to original screen after the message.
‎2010 May 14 7:51 AM
>
> I use a BADI to control delivery and in the BADI, I use message type E.
> The code is "MESSAGE 'Missing Actual GI Date!!' TYPE 'E'."
>
> Currently, after showing an error message, if a user hit the enter key, showing an error message again and again.
>
Normally we get the error message on status bar every time user press enter with out entering the missing data.
--
Reddy
‎2010 May 14 9:35 AM
‎2013 Feb 06 5:00 AM