Application Development and Automation 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: 
Read only

FM/Method to find out BAdi implementations

venkat_raman
Associate
Associate
0 Likes
881

Hi Experts,

Is there any standard function module or method to find out all implementations for a BAdi definition.

I know the table, which I can query. But instead of creating my own function module/method, if there is any

standard function module, I can use it. Please help me out.

Thanks and regards,

venkat.

2 REPLIES 2
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
774

You can use SXC_EXIT_CHECK_ACTIVE

Read only

Former Member
0 Likes
774

Hi,

You can use the FM - "SXC_EXIT_CHECK_ACTIVE". Here pass the BADI name in EXIT_NAME import parameter. Pass the filter name, if available, into the import parameter FLT_VAL.

You will get all the active implementations in the tables parameter - ACTIVE_IMPS.