‎2011 Jul 06 9:54 AM
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
‎2011 Jul 06 10:16 AM
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.
‎2011 Jul 06 9:59 AM
Hi Jon
Maybe you can try like this:
MESSAGE w000(fb) WITH 'Warning displayed like error' DISPLAY LIKE 'E'.
regards
PrinceIsaac
‎2011 Jul 06 10:16 AM
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.
‎2011 Jul 06 11:01 AM