2006 Mar 07 1:50 PM
hi
how can i find class if i know some of his method?
maybe there is any transction that do it?
thanks
2006 Mar 07 1:56 PM
Please go to transaction SE84, click folder for ABAP Objects, click folder for Components of classes, click Methods. Enter the name of your method, and click execute. I enterd GUI_DOWNLOAD, the next screen shows that this method resides in class CL_GUI_FRONTEND_SERVICES.
Regards,
Rich Heilman
2006 Mar 07 1:56 PM
2006 Mar 07 1:59 PM
2006 Mar 07 2:12 PM
Hi,
you can use table <b>SEOCOMPO</b> as sharath suggested .
give the method(CMPNAME) and get the class name(CLSNAME).
Regards
vijay
2006 Mar 07 2:03 PM
you can get the info from table SEOCOMPO from SE16.
give the method name to field CMPNAME and u will get the list of class having this method as component.
Hope this help.
2006 Mar 07 2:08 PM
hi
thanks about the info
but it not help
maybe u have onther idea?
2006 Mar 07 2:12 PM
2006 Mar 07 2:13 PM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |