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: 

Multiple BADI implementaations

Former Member
0 Kudos

Hello,

If there are multiple implementations of the BADI (multiple use allowed) how do you know the order in which implementations will be executed? Is there a table I can check to see the order?

Thanks,

-Leon

1 REPLY 1

suresh_datti
Active Contributor
0 Kudos

Hi Leon,

The order is arbitrary but all of the implementations will be called.. there is no way to figure out the sequence.. here is what SAP has to say..

"Multiple use for BADI definitions means that there can be several active BADI implementations. When there is a call, they are all called up - however, in an unpredictable sequence. If you have multiple-use BADI definitions, the sequence must not play any role therefore. "

Regards,

Suresh Datti