Application Development Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
JerryWang
Advisor
Advisor

I would like to get a list of all classes which have methods registered to the event NEW_FOCUS of CL_BSP_WD_COLLECTION_WRAPPER.


When I try to use "where used list", I  wait more than ten minutes and could not get search result. It seems the number of hits are too large.


http://farm8.staticflickr.com/7395/11306057494_806372ba8b_o.png


So I schedule the search as background job by clicking button "In the Background". However it still took long time for me to get the result.


then I try repository information system in SE80:


http://farm6.staticflickr.com/5521/11306104493_0a3eaeb335_o.png


Unfortunately it just return the class which defines that event.


http://farm3.staticflickr.com/2836/11305995385_d7da8ea6dc_o.png


I know I can use ST05 to find the transparent table which stores the definition of class method. However there is a more rapid way.


Use tcode SM50, then I found the long-running process for where used list function. It clearly shows that the process is reading on view VSEOCOMPDF.


http://farm3.staticflickr.com/2821/11306057334_8f13a398a4_o.png


Have a look at this view in SE11:


http://farm6.staticflickr.com/5497/11306104303_499c27f352_o.png


Then I try with table SEOCOMPODF:


http://farm4.staticflickr.com/3712/11306057214_e47db85d03_o.png


Then I got the list:


http://farm8.staticflickr.com/7303/11306057264_04efc8250e_o.png

2 Comments