I_CLFNOBJECTCLASS

CDS View

Classification Class of Object

I_CLFNOBJECTCLASS is a CDS View in S/4HANA. Classification Class of Object. It contains 14 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
I_ClfnObjectClassForKeyDate view from COMPOSITE Clfn Class of Object for Key Date
I_ProductClassAssignmentGov view_entity union_all COMPOSITE Product Class Assignment Governance
R_ClfnHistlObjectClassTP view_entity from TRANSACTIONAL Clfn Historical Object Class - TP
R_ClfnObjectTP view_entity from TRANSACTIONAL Classification Object - TP

Fields (14)

KeyField CDS FieldsUsed in Views
KEY ChangeNumber ChangeNumber 2
KEY ClassInternalID ClassInternalID 2
KEY ClassType ClassType 2
KEY ClfnObjectID ClfnObjectID 3
KEY ClfnObjectTable ClfnObjectTable 1
BOMIsRecursive BOMIsRecursive 1
ClassIsStandardClass ClassIsStandardClass 2
ClassPositionNumber ClassPositionNumber 2
ClfnObjectInternalID ClfnObjectInternalID 2
ClfnStatus ClfnStatus 2
IsDeleted IsDeleted 1
LastChangeDateTime LastChangeDateTime 2
ValidityEndDate ValidityEndDate 2
ValidityStartDate ValidityStartDate 2

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 of Object
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CLFNOBJECTCLASS (
    CHANGENUMBER,
    CLASSINTERNALID,
    CLASSTYPE,
    CLFNOBJECTID,
    CLFNOBJECTTABLE,
    BOMISRECURSIVE,
    CLASSISSTANDARDCLASS,
    CLASSPOSITIONNUMBER,
    CLFNOBJECTINTERNALID,
    CLFNSTATUS,
    ISDELETED,
    LASTCHANGEDATETIME,
    VALIDITYENDDATE,
    VALIDITYSTARTDATE,
    PRIMARY KEY (CHANGENUMBER, CLASSINTERNALID, CLASSTYPE, CLFNOBJECTID, CLFNOBJECTTABLE)
);