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

BADI and message type E

Former Member
0 Likes
767

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.

4 REPLIES 4
Read only

Former Member
0 Likes
666

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.

Read only

Former Member
0 Likes
666

>

> 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

Read only

Former Member
0 Likes
666

cancelled

Thank you for your replies.

Read only

0 Likes
666

Hi jay,

How do you cancelled.I have the same issue