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
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.
Check out the SEO* tables.
Raja
Add a comment