Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 10519

Re: How to check where the BADI is triggered?

$
0
0

Hi Arun Rajan,

 

Try like this

http://wiki.sdn.sap.com/wiki/display/ABAP/Find+a+BADI+in+a+minute

  1. Go to Transaction SE24 
  2. Enter the Object Type CL_EXITHANDLER and click on Display. 
  3. Double Click on method "GET_INSTANCE". 
  4. Put a Break-point on  Call method cl_exithandler=>get_class_name_by_interface 
  5. Run any Transaction for which you need enhancements. 
  6. The execution will stop at the break point. Check the values of variable 'exit_name', it will give you the BADI name called at that time.

 

For more information see this link

http://****************/Tutorials/ExitsBADIs/VL02/page1.htm

 

 

Regards,

Ramesh.T


Viewing all articles
Browse latest Browse all 10519

Trending Articles