Hi Experts,
I have a standard BADI and I have multiple implementations for this BADI, for suppose if there are 5 implementations and if I want to control the order of 5 implementations.
Like 5 implementations are present and I want one implementation to be executed first and remaining 4 implementations to be executed next. How can I control the order for implementations.
As far as my knowledge I dont think we can control the order for implementation for a BADI.
Thanks,
RG
Depending on BAdI type:
Regards,
Raymond
By Applying Sort Method you can execute the BADI'S in any order.
GO to SE18 transaction code and Utilities>Sort, where in Interface Tab we can give the list of implementations in a
order.
What ever the order we are maintaining in that order the BADI implementations will execute.
I hope this will solve your problem.
Thanks for the reply