SAP SINGLE INHERITANCE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

single inheritance
Inheritance method where, unlike multiple inheritance, a class can have multiple subclasses but only one direct superclass. See also inheritance hierarchy.