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 Badi

Former Member
0 Likes
4,141

 What is the table name to display all BADi names/definitions?

4 REPLIES 4
Read only

vinod_vemuru2
Active Contributor
0 Likes
2,365

Hi Shake,

Check the table SXS_ATTRT. This will contain all BADI names, Languages it is maintained and Short description.

Hope this cleared ur doubt.

Thanks,

Vinod.

Read only

Former Member
0 Likes
2,365

Hi,

Check the table SXS_ATTR for the attributes of a BADI definition.

For getting the description of the BADI definition, check the table SXS_ATTRT.

For the methods in the BADI, check the table SXS_STAT.

Hope this helps.

Thanks,

Balaji

Read only

Former Member
0 Likes
2,365

to transaction code :BAPI found you bapi name and press F1

Read only

Former Member
0 Likes
2,365

hi,

below given are the tables that are used for storing all the baidis

The BAdI database tables are

SXS_INTER,

SXC_EXIT, SXC_CLASS and

SXC_ATTR.

These tables are always accessed by the views

V_EXT_IMP and

V_EXT_ACT

reward if usefull