SAP Managed Tags: ABAP Development Multiple Inheritance is not possible in ABAP objects. But you can achieve this using Interfaces, Yes one class can extend multiple interfaces. Regards, Anji Reply sreeramkumar_madisetty Active Contributor 2007 Feb 16 10:00 AM 0 Kudos 1,143 SAP Ma...
Multiple inheritance is an idea where more than one class can be a superclass of a class. ABAP objects doesn’t support multiple inheritance using more than one class. In ABAP Objects, you can o, Whether Multiple Inheritance is used in SAP.. or no
The only reason I can think of that code would be in multiple packages with different super-package inheritance trees is if it is used (or intended to be used in the future) by multiple applications, like a library. But you generally would not want a library in your application repository...