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: 

MIRO BAdi

Former Member
0 Kudos

Hi,

Is there any BAdi or User Exit from where we can delete Items from MIRO (PO Reference Tab) ?

Regards,

Prabhjot Singh

2 REPLIES 2

Former Member
0 Kudos

check below link

0 Kudos

1. GO to the transaction SE24 u2013 ( Transaction for classes ) .

2. Enter the class name CL_EXITHANDLER.

3. Double-click the method GET_INSTANCE.

5. Set a break-point at command line CASE sy-subrc ( line 25).

6. Execute the transaction that you want to analyse. It will stop at the break-point you have just set on class CL_EXITHANDLER whenever it finds any BADI method/Exit call.

7. On the debug screen, type the field name u2018exit_nameu2019. This field contains the BADI method/Exit name which is being called in the program at that time.

8. Press F8 to see the next calls.