2007 Feb 16 6:54 AM
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
2007 Feb 16 7:33 AM
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.
2007 Feb 16 8:29 AM
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
2007 May 01 4:49 PM
Thanks, this was useful.
Rebecca Levings
Systems Project Analyst
FL Dept of Revenue
ISP Program, Suntax
CRM Lead Development
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |