2011 Aug 16 6:34 AM
Hi,
I created an interface and some classes are implementing it. I want to know in which classes the interface is implemented through program. I mean in which table the interface implemented details stores.
please helps regarding this.
Thanks,
Regards,
Priya
2011 Aug 16 6:38 AM
Hi.,
Read the database view VSEOIMPLEM with where condition., REFCLSNAME = <Interface Name> and Version = 1.
This gives the class names which implement the interface.,
hope this helps u.,
Thanks & Regards,
Kiran
2011 Aug 16 6:38 AM
Hi.,
Read the database view VSEOIMPLEM with where condition., REFCLSNAME = <Interface Name> and Version = 1.
This gives the class names which implement the interface.,
hope this helps u.,
Thanks & Regards,
Kiran