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: 

BADI Multiple Implementations

Former Member
0 Kudos

Hi Friends,

I have created one BADI and done allowed multiple implementations. I have created 2 implmentations, but when creating code for the methods, it is taking same code for Both of implementations.

Pls let me know where i am doing mistake, as i am trying this for very first time.

Regards Krishan Raheja

5 REPLIES 5

Former Member
0 Kudos

Hi,

We can create multiple implementations for badi .But i don't think the same code will get reflected for both implementations in method.For whichever method you need to implement activate that method and see that the other methods are in deactivate mode.

Regards,

Ram.

0 Kudos

Hi Sriram,

While making the code same method is getting opened for both of implmentations. If I shall make deactivae one implmentation, the same will get deactivated from second implementation.

According my understading, different method shall come with different implmentations.

Regards Krishan Raheja

0 Kudos

Hi,

It will not happn check whether both the implementations name are same or not. And one more thing ,you are taking the copy of 1st implementation it seems.Thats why the second implementation code reflecting from 1st implementation.

Regards,

G.Aditya

0 Kudos

Hi,

What is the badi you are using and the method.You will have the same method but you can implement different logic.And also while activating activate it at both method and interface level.

Regards,

Ram.

Former Member
0 Kudos

No Solved.