2009 Aug 26 11:07 AM
Hi,
Is there any BAdi or User Exit from where we can delete Items from MIRO (PO Reference Tab) ?
Regards,
Prabhjot Singh
2009 Aug 26 11:29 AM
2009 Aug 26 1:17 PM
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.