Object type from which another object type (subtype) has inherited all object type components. Changes to the object type components of the supertype only affect the object type components of the subtype if the components have not been changed for the subtype.
----------------------分隔线上面是 SAP 标准文档中提供的说明
分隔线下面是我的翻译
----------------------
一个被其他对象类型(子类型)集成了所有对象类型组件的对象类型。修改超类型的对象类型组件只会影响到没有修改过这些组件类型的子类型。
本文探讨了软件工程中的超类型与子类型概念。解释了一个对象类型如何作为另一个对象类型的超类型,使得后者继承前者的所有组件。并讨论了当修改超类型组件时,这种改变如何仅影响那些未在子类型中进行自定义修改的组件。
310





