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

Implemented BADI/Exit Table

Former Member
0 Likes
1,993

Hi Experts,

How can i get Implemented Badi or Exits for a program or package or tcode.

I have try from se80 > Repository Information System > Enhancements.

but no any Exit or badi implemented.

any other way to find this or any table store the same information.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
849

You can fetch the records from table "SXC_ATTR" to get the list of implemented BADIs.

Regards

Vinod

Hi Experts,

How can i get Implemented Badi or Exits for a program or package or tcode.

I have try from se80 > Repository Information System > Enhancements.

but no any Exit or badi implemented.

any other way to find this or any table store the same information.

2 REPLIES 2
Read only

Former Member
0 Likes
850

You can fetch the records from table "SXC_ATTR" to get the list of implemented BADIs.

Regards

Vinod

Read only

Former Member
0 Likes
849

While running tcode, write /h in command field. Then when you're in debug mode click Breakpoints -> Breakpoint at -> Statement. Then write call customer-function in the field. After applying these steps you can start to debugging.