2008 Dec 08 7:54 PM
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.
2008 Dec 08 8:28 PM
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 ).
2008 Dec 08 8:06 PM
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
2008 Dec 08 8:28 PM
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 ).