OO ABAP – Interfaces and Polymorphism
Interfaces are simply superclasses that cannot be instantiated, do not have an implementation part, and only have public components. This video will teach you how to define and implement interfaces to use polymorphism in ABAP.