SAP INHERITANCE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

inheritance
Generalization-specialization relationship between classes. Inheritance means that new subclasses are derived by adopting all components from superclasses. A subclass can also be made more specific by declaring new components and redefining methods.
ABAP_MORE_INFO