cancel
Showing results for 
Search instead for 
Did you mean: 

How to find a BADI

Former Member
0 Kudos

Good afternoon,

We have a custom transaction that we have an issue with, I have been informed that this uses a standard SAP BADI,

How do I found out what it is?

Kind regards,

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Guy,

For the benefit of everyone, let me post one way to do it. You can go to transaction SE24, enter CL_EXITHANDLER as the class, then go to the method GET_INSTANCE and place a break-point there. Now, on another session, run the transaction you are interested in. The ABAP debugger will appear and it will stop at your break-point each time a BADI is called. You can then check the name of the BADI there.

Hope this helps everyone.

Former Member
0 Kudos

Hi,

We can get a clue if u let us know the function modules used in ur custom transaction.

Regards,

Siva.