Application Development and Automation 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: 
Read only

class and method

Former Member
0 Likes
954

hi

how can i find class if i know some of his method?

maybe there is any transction that do it?

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
932

Hi,

what is the method?

regards

vijay

7 REPLIES 7
Read only

Former Member
0 Likes
933

Hi,

what is the method?

regards

vijay

Read only

0 Likes
932

i_record

thanks

Read only

0 Likes
932

Hi,

you can use table <b>SEOCOMPO</b> as sharath suggested .

give the method(CMPNAME) and get the class name(CLSNAME).

Regards

vijay

Read only

Former Member
0 Likes
932

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.

Read only

0 Likes
932

hi

thanks about the info

but it not help

maybe u have onther idea?

Read only

0 Likes
932

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

Read only

0 Likes
932

Hi

Table TMDIR

Frédéric