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

Error message BADI

Former Member
0 Likes
609

Hi guys i have implemented a badi to add a new check no a MP, i have added a error message to control this check, but when the error is thrown the dynpro fields are shown blocked, how can i avoid this.

Best regards

Jon

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
566

Hi,

BADI is an add on to the existing standard code.

Inside BADI its not possible to give error message like you said. Because it is part of the standard existing code and this message will interupt its running. So it won't allow this.

3 REPLIES 3
Read only

prince_isaac
Active Participant
0 Likes
566

Hi Jon

Maybe you can try like this:


MESSAGE w000(fb) WITH 'Warning displayed like error' DISPLAY LIKE 'E'.

regards

PrinceIsaac

Read only

Former Member
0 Likes
567

Hi,

BADI is an add on to the existing standard code.

Inside BADI its not possible to give error message like you said. Because it is part of the standard existing code and this message will interupt its running. So it won't allow this.

Read only

0 Likes
566

Thanks!! i have done it with a popup.