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

Table for Active BADI implementations.

Former Member
0 Likes
15,826

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

3 REPLIES 3
Read only

Former Member
0 Likes
6,697

Hello,

The tables are sxs_attr and sxc_exit.

Thanks!

Read only

Former Member
0 Likes
6,697

Hello ,

I am looking only the active methods implemented in these tables i get class names with all methods.

Thanks.

Sohail

Read only

0 Likes
6,697

Hi,

check table SXC_ATTR with passing field ACTIVE = 'X".

Prabhudas