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: 

Call diferent methods from a BADI

Former Member
0 Kudos
71

Hi to all,

I would like to know if I am calling diferent methods from a badi, how should I do it . Thank you for your help.

1 ACCEPTED SOLUTION

former_member181995
Active Contributor
0 Kudos
53

Each Methods in BADi desinged for their specific Functionality.So once you implement them, they will trigger at runtime as per their functionality and sequence.generally the methods are define in BADi in same sequence as they get trigger(but not in all case ).

2 REPLIES 2

Former Member
0 Kudos
53

Hi David,

Activate Break-point in all the methods of that BADI and then run your transaction. Then check which all methods are getting hit.

Thanks

former_member181995
Active Contributor
0 Kudos
54

Each Methods in BADi desinged for their specific Functionality.So once you implement them, they will trigger at runtime as per their functionality and sequence.generally the methods are define in BADi in same sequence as they get trigger(but not in all case ).