I_ENGSNPSHTOBJREF

CDS View

Engineering Snapshot Object Reference

I_ENGSNPSHTOBJREF is a CDS View in S/4HANA. Engineering Snapshot Object Reference. It contains 7 fields. 6 CDS views read from this table.

CDS Views using this table (6)

ViewTypeJoinVDMDescription
I_EngSnpshtObjRefBOM view_entity from COMPOSITE Engineering Snapshot Reference Obj BOMs
I_EngSnpshtRefBOMForHndovr view_entity from COMPOSITE Snapshot BOMs for Handover
I_EngSnpshtRefDoc view from COMPOSITE Engineering Snapshot Ref Obj Document
I_EngSnpshtRefEngBOM view from COMPOSITE Engineering Snapshot Reference Obj EBOM
I_EngSnpshtRefMfgBOM view from COMPOSITE Engineering Snapshot Reference Obj MBOM
I_EngSnpshtRefPlngBOM view_entity from COMPOSITE Snapshot Reference Obj PBOM

Fields (7)

KeyField CDS FieldsUsed in Views
KEY EngSnapshotRefUUID EngSnapshotRefUUID 6
CreatedByUser CreatedByUser 5
CreationDateTime CreationDateTime 5
EngSnapshotUUID EngSnapshotUUID 6
EngSnpshtRefType EngSnpshtRefType 6
LastChangeDateTime LastChangeDateTime 5
LastChangedByUser LastChangedByUser 5

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.

-- Engineering Snapshot Object Reference
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_ENGSNPSHTOBJREF (
    ENGSNAPSHOTREFUUID,
    CREATEDBYUSER,
    CREATIONDATETIME,
    ENGSNAPSHOTUUID,
    ENGSNPSHTREFTYPE,
    LASTCHANGEDATETIME,
    LASTCHANGEDBYUSER,
    PRIMARY KEY (ENGSNAPSHOTREFUUID)
);