Skip to Content
0
Former Member
Jun 10, 2009 at 07:28 AM

Discover interface at runtime

51 Views

Hello there,

is there a better way to discover wether an object implements an interface,

rather than just downcasting it and catching any resulting exception? (i. e. what

is the ABAP code equivalent for the runtime check that the ?= operator performs?).

-- Sebastian