‎2008 Mar 21 9:47 AM
 What is the table name to display all BADi names/definitions?
‎2008 Mar 22 3:20 PM
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.
‎2008 Mar 24 4:45 AM
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
‎2008 Mar 24 6:40 AM
to transaction code :BAPI found you bapi name and press F1
‎2008 Mar 25 10:22 PM
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