Application Development 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: 

Active BADI Implementation not working now

Former Member
0 Kudos

Hi,

I have created a Implementaion for BADI ME_PROCESS_PO_CUST., and written my code. It was working fine.

Now, after a long gap when today I run the process the BADI ME_PROCESS_PO_CUST implementaion is not working.I have kept debug point in all methods for the implementation.But, still its not getting triggered.

Am in a fix. What possibly could be the problem?There is no multiple implementations for this BADI too..

Please help me.

Thanks,

Shivaaa........

2 REPLIES 2

Former Member
0 Kudos

I am assuming you have checked if your implementation is still active? In SE19, display your implementation and check the status right after the name on the top line.

Starting with the simple.

-Mark

Former Member
0 Kudos

Check that BADI is active or not.

Also remember that for all input data a badi will not be triggred.It depends on entry conditions based on input values.

May be that you input data is different.

Edited by: Harsh Bhalla on Nov 25, 2009 11:19 PM