‎2008 Mar 21 9:48 AM
 How is it possible to have multiple implementations in a Badi and not in Customer Exits?
‎2008 Mar 21 10:21 AM
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
‎2008 Mar 21 10:21 AM
‎2008 Mar 25 10:28 PM
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.