‎2009 Jan 23 4:14 PM
Hello All,
Can any one point me to the Transparent table in SAP where all the active implementations of a BADI methods are stored .
I found TMDIR , but it contains all the the methods.
Your help is appreciated.
Thanks.
Regards,
Sohail
‎2009 Jan 23 5:41 PM
Hello,
The tables are sxs_attr and sxc_exit.
Thanks!
‎2009 Jan 23 6:31 PM
Hello ,
I am looking only the active methods implemented in these tables i get class names with all methods.
Thanks.
Sohail
‎2009 Aug 04 6:30 PM
Hi,
check table SXC_ATTR with passing field ACTIVE = 'X".
Prabhudas