I_CLFNCLASSHIERARCHY

CDS View

Classification Class Hierarchy

I_CLFNCLASSHIERARCHY is a CDS View in S/4HANA. Classification Class Hierarchy. It contains 1 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_ClfnClassSuperiorForKeyDate view inner COMPOSITE Clfn Cl Superior Hierarchy for Key Date
I_VMSVehicleCharacteristic view inner BASIC View for vehicle Characteristics

Fields (1)

KeyField CDS FieldsUsed in Views
KEY DescendantClassInternalID ClassInternalID 1

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- Classification Class Hierarchy
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CLFNCLASSHIERARCHY (
    DESCENDANTCLASSINTERNALID,
    PRIMARY KEY (DESCENDANTCLASSINTERNALID)
);