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 read source code of global classes' methods

Former Member
0 Likes
1,022

hi,

Is it possible to read source code of global classes' methods?

Can the include name of the method be found using some system tables?( then 'Read report' can be used)

Is the code of methods stored in some tables itself.

regards,

nirmal

hi,

Is it possible to read source code of global classes' methods?

Can the include name of the method be found using some system tables?( then 'Read report' can be used)

Is the code of methods stored in some tables itself.

regards,

nirmal

3 REPLIES 3
Read only

Former Member
0 Likes
742

Hi ,

You can get list to methods based on class from table vseomethod .

Try to use this function module .

SEOM_CREATE_OBJECT_PATTERN

which internally calls

SEO_METHOD_SIGNATURE_GET

Please reward if useful.

Read only

Former Member
0 Likes
742

Nirmal,

First create the reference variable of that class.

Then create the OBject for that class.

Note: The reference variable name and object name should be same.

call the method of class by class .

Ex : Say class name is "cl_extract_data"

cl_object type ref to cl_extract_data.

create object cl_object ....

cl_object --> method.

Pls. mark if useful

Read only

0 Likes
742

Thanks, this was useful.

Rebecca Levings

Systems Project Analyst

FL Dept of Revenue

ISP Program, Suntax

CRM Lead Development

[email protected]