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: 

what is the sequence of badi implementation triggering?

i have multiple implementation for badi defination. what is the sequence the implementation triggers?

3 REPLIES 3

GK817
Active Contributor
0 Kudos

Hi,

There is no defined sequence of BAdI implementation trigger, in case of multiple implementation BAdI. So, your code in each implementation shouldn't be dependent on logic in any of the other implementations.

Regards

GK

Edit 1: As Sandra commented, to define the sequence, here is more information:

https://blogs.sap.com/2016/10/02/sorting-classic-badi/

Sandra_Rossi
Active Contributor

Question already asked in the forum. There's a "meta" BAdI which allows you to define the sequence of calls of BAdIs.

former_member1716
Active Contributor

Hello Basavaraj kusoji,

You have To BADI_SORTER to sequence the BADI implementations, there are number of blogs on the same.

Kindly follow the below Blogs to understand on the concept.

https://blogs.sap.com/2016/10/02/sorting-classic-badi/

https://blogs.sap.com/2016/10/02/badisorter-with-kernel-badi-and-other-sorting-options/

Best Solution is to use BADI_SORTER

Regards