2012 Jan 19 8:37 AM
Hi,
is there a possibility to find methods whether i don´t know the class?
kind regards
Thorsten
2012 Jan 19 9:02 AM
Hello Thorsten,
SE84(Repository Info browser) --> Class Library --> Methods
BR,
Suhas
2012 Jan 19 8:56 AM
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.
2012 Jan 19 9:02 AM
Hello Thorsten,
SE84(Repository Info browser) --> Class Library --> Methods
BR,
Suhas
2012 Jan 19 9:04 AM
Hi Thorsten,
You can get the details from table SEOCOMPO. You can give the method name in CMPNAME
and CMPTYPE as 1.
Regards
Arshad
2012 Jan 24 5:16 AM
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
2012 Jan 24 9:33 AM
Hi,
Refer to Data base view VSEOMETHOD to search methods.
use DESCRIPT field and give some description until you found.
Regards,
Supriya.
2012 Jan 25 4:48 AM
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.