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

STOPING BADI PROCESS

Former Member
0 Likes
337

Hello,

Im working on this BADI ME_PURCHDOC_POSTED that is executed in tx ME23N and I´m implenting the method POST, I want to know how stop the process and avoid posting it .

Thanks,

Gabriel P.

1 ACCEPTED SOLUTION
Read only

suresh_datti
Active Contributor
0 Likes
319

Hi Gabriel,

As this BAdI doesn't have any exceptions, you can try to stop the process by using the following statement.

<b>message e037(mv).</b>

Regards,

Suresh Datti

1 REPLY 1
Read only

suresh_datti
Active Contributor
0 Likes
320

Hi Gabriel,

As this BAdI doesn't have any exceptions, you can try to stop the process by using the following statement.

<b>message e037(mv).</b>

Regards,

Suresh Datti