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

How to get classes which implement the interface in program

Former Member
0 Likes
589

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

1 ACCEPTED SOLUTION
Read only

Kiran_Valluru
Active Contributor
0 Likes
496

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

1 REPLY 1
Read only

Kiran_Valluru
Active Contributor
0 Likes
497

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