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

BAdI system table name?

Former Member
0 Likes
2,774

Hi,

Does anyone know the System Table where BAdI's are stored?

I mean, I want to write a Function Module which accepts

an internal table of BAdI Definition names (SE18) and the

Function Module returns an internal table of interfaces

used by the BAdi...

Pls Help.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,389

Hi,

The BAdI database tables are

SXS_INTER -->Exit: Definition side: Interfaces

SXC_EXIT -->Exit: Implementation side: Assignment: Exit - Implementation

SXC_CLASS -->Exit, implementation side: Class assignment (multiple)

SXC_ATTR -->Exit: Implementation side: Attributes

These tables are always accessed by the views V_EXT_IMP and V_EXT_ACT.

Regards,

Tanveer.

<b>Please mark helpful answers</b>

Hey Anand, i remember abt that jco doc.. just have misplaced it.. will find it n shall mail u..

Message was edited by: Tanveer Shaikh

4 REPLIES 4
Read only

Former Member
0 Likes
1,390

Hi,

The BAdI database tables are

SXS_INTER -->Exit: Definition side: Interfaces

SXC_EXIT -->Exit: Implementation side: Assignment: Exit - Implementation

SXC_CLASS -->Exit, implementation side: Class assignment (multiple)

SXC_ATTR -->Exit: Implementation side: Attributes

These tables are always accessed by the views V_EXT_IMP and V_EXT_ACT.

Regards,

Tanveer.

<b>Please mark helpful answers</b>

Hey Anand, i remember abt that jco doc.. just have misplaced it.. will find it n shall mail u..

Message was edited by: Tanveer Shaikh

Read only

Former Member
0 Likes
1,389

Hi Anandaraja,

Please check this table <b>SXS_ATTR</b> for field <b>EXIT_NAME</b>.

Hope this will help.

Regards,

Ferry Lianto

Please reward points if helpful

Read only

Former Member
0 Likes
1,389

The table SXS_ATTR does not list the name of the interface of the BAdI!!!

Read only

Former Member
0 Likes
1,389

Hi Anandaraja,

Please check this table <b>SXS_INTER</b>.

This table contains BADI and it's corresponding Interface names.

Hope this will help.

Regards,

Ferry Lianto

Please reward points if helpful.