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

TABLE for Class the methods

Former Member
21,343

Hi ALL,

Can anyone tell me the DB table where all the Classs and its methods are stored..?

Also if one could tell me that for any enhancement class implementation where are the OVERWRITE exit methods stored..

Regards

Rajivb Kanoria

1 ACCEPTED SOLUTION
Read only

Former Member
10,218

Hello

SEOCLASS - classes

TMDIR - classes and its methods

8 REPLIES 8
Read only

Former Member
10,219

Hello

SEOCLASS - classes

TMDIR - classes and its methods

Read only

0 Likes
10,218

Hi Maroz,

Thanks for Ur reply.

It would be great if u could help me know the table where all the overwrite methods for an Enhancement implementaion class are stored.That would be of great help.

Or are there any more tables where class and its methods are stored as i need more information than just the names.

Regards,

Rajiv

Read only

0 Likes
10,218

Hello

For enhancements: table SXS_ATTR

Also look all tables SXS*

Read only

former_member242255
Active Contributor
0 Likes
10,218

VSEOCLASS is data base view which will have all the details of the classes and methods...

Read only

0 Likes
10,218

Hi Sravan,

I still cannot get the methods in this..

also each enhancement implementation class if considered is a normal class and i have the table which have the entries for all the classes and its methods .

However I need a way somehow to know if the method of the class is an overwrite exit method or not..?

Read only

0 Likes
10,218

you mean to say you want to know the methods of a class whether they are redefined or not?...

Read only

0 Likes
10,218

Class and methods are in SEOCOMPO.

Read only

0 Likes
10,218

Hi Ill give u the complete steps for what im looking for...

Go to sfw1(switch transaction).

enter a switch like MILL_EHP_01A and execute.

A new transaction in which we get the package for the switch.

double click on the package name 'MILL_EHP_01A_SWITCH'.

traverse to Utilities->display_object list.

u will go to package builder.

click on dropdown 'enhancement' on the browser window,

click on 'Enhancement implementations' dropdown.U will get all the implementations name.

Double click on any one.

Now in the Right side u will see a class name on the button in the attributes tab.

click on the overwrite methods tab.

U will see the overwrite method dere( I want the tables where these methods are stored).

Click on the button with the class name.GO TO METHODS TAB.

u will reach the class builder.

There is a overwrite-EXIT column.

In that some methods will have a botton for overwrite exit , some will not.

Where this info is stored about Overwrite Exits./?

Regards

Rajiv Kanoria