Application Development 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: 

BAdI system table name?

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

ferry_lianto
Active Contributor
0 Kudos

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

Former Member
0 Kudos

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

ferry_lianto
Active Contributor
0 Kudos

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.