‎2012 Feb 08 9:36 AM
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.
‎2012 Feb 08 10:08 AM
‎2012 Feb 08 1:16 PM
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.