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: 

How to get classes which implement the interface in program

Former Member
0 Kudos
307

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

Kiran_Valluru
Active Contributor
0 Kudos
214

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

Kiran_Valluru
Active Contributor
0 Kudos
215

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