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

Multple implementation

Former Member
0 Likes
367

 How is it possible to have multiple implementations in a Badi and not in Customer Exits?

3 REPLIES 3
Read only

Former Member
0 Likes
345

IN SE19, you can create as many implementations for a particular BADI definition.

Every active implementation of the BADI will be executed when the corresponding transaction is executed.

Hope this helps.

Thanks,

Balaji

Read only

Former Member
0 Likes
345

That is the basic advantage of BADIs over Exits.

Regards,

CS

Read only

Former Member
0 Likes
345

hi,

teh advantage with badis is that they can have multiple implementations,

but for the customer exits once they are defined they can be implemented only once but where as in badis if once they are defined thay can be used multiple times.

this is because the badi is first defined and after that it is assighned fro implementaion.

reward if usefull.