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