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

How to find methods

Former Member
0 Likes
59,933

Hi,

is there a possibility to find methods whether i don´t know the class?

kind regards

Thorsten

1 ACCEPTED SOLUTION
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
24,852

Hello Thorsten,

SE84(Repository Info browser) --> Class Library --> Methods

BR,

Suhas

6 REPLIES 6
Read only

Former Member
0 Likes
24,852

Hi Thorsten Herter,

I dont think you can directly find methods without knowing the class.

because different classes have different methods and may be having method with same names.

So we need to know the class name to get a method.

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
24,853

Hello Thorsten,

SE84(Repository Info browser) --> Class Library --> Methods

BR,

Suhas

Read only

Former Member
0 Likes
24,852

Hi Thorsten,

You can get the details from table SEOCOMPO. You can give the method name in CMPNAME

and CMPTYPE as 1.

Regards

Arshad

Read only

Former Member
0 Likes
24,852

Hi.,

Check out the table entries in SEOREDEF table. Enter MTDNAME (method name) ., it will give all classes where it is present(REFCLSNAME) and also where it is redefined (CLSNAME).

hope this helps u.,

Regards,

Manish

Read only

Former Member
0 Likes
24,852

Hi,

Refer to Data base view VSEOMETHOD to search methods.

use DESCRIPT field and give some description until you found.

Regards,

Supriya.

Read only

former_member226225
Contributor
0 Likes
24,852

Hi ,

This is Raghu

With out classes also we can see the methods by using database view vseomethod. If we execute the database view

it will ask the OBJECTTYPENAME, for this provide the classname and component as method name .

so we can see the method with out going to classes.

Thanks & Regards,

Raghunadh Kodali.