Application Development 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: 

In which table superclass details are stored for a class ?

Former Member
0 Kudos

Hi,

i have a class name cl_BBB (anything) whose super class is cl_AAA .

i want to know in which database table this information is stored.

Thanks & Regards

Vinay.BR

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello Vinay,

Here's the answer -

select single *

from SEOMETAREL

where clsname = 'CL_BBBB'

and reltype = '2'.

The class for which you want to find the superslass will be the field CLSNAME, the superclass itself will be REFCLSNAME and this inheritance relationship is specified through the parameter RELTYPE.

I don't think any further explanation is necessary.

Regards,

Anand MAndalika.

p.s. Please do reward the points if this answer has helped you.

5 REPLIES 5

athavanraja
Active Contributor
0 Kudos

Check out the SEO* tables.

Raja

Former Member
0 Kudos

Hello Vinay,

Here's the answer -

select single *

from SEOMETAREL

where clsname = 'CL_BBBB'

and reltype = '2'.

The class for which you want to find the superslass will be the field CLSNAME, the superclass itself will be REFCLSNAME and this inheritance relationship is specified through the parameter RELTYPE.

I don't think any further explanation is necessary.

Regards,

Anand MAndalika.

p.s. Please do reward the points if this answer has helped you.

0 Kudos

Thanks Anand.

Former Member
0 Kudos

Hi,

I'm new to ABAP and hopefully someone can help me to understand the statement below.

What's the usage for the statement below?

TABLES: *ZTABLE.

SELECT SINGLE FROM *ZTABLE WHERE ...

Thanks.

Rgds,

Michael M. Woo

0 Kudos

Hello Michael,

Seems like you are new to SDN as well (you have joined today). First let me welcome you to SDN.

Secondly, the question you have posted here doen not fall under the current discuaaion thread. Could you please create a new thread for the question ? This will really help the other users from getting confused.

Regards,

Anand MAndalika.

Dear Mr.Moderator,

Could you please create a new thread for this topic?

Thanks very much.