SAP INHERITANCE - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

inheritance
Generalized/specialized relationship between classes. Inheritance means that new subclasses are derived by adopting all components of superclasses. A subclass can also be made more specific by declaring new components and redefining methods.
ABAP_MORE_INFO