I_CHGRECDREFBOMITM

CDS View

Change Record Reference BIT

I_CHGRECDREFBOMITM is a CDS View in S/4HANA. Change Record Reference BIT. It contains 11 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
I_ChangeRecordRefBOMItmTP view from TRANSACTIONAL Change Record Reference Object BOM Item
I_ChangeRecordRefBOMItmTP_2 view from TRANSACTIONAL Change Record Reference Object BOM Item
P_ChgRecdRefBOMItmNonVirt view from TRANSACTIONAL

Fields (11)

KeyField CDS FieldsUsed in Views
BillOfMaterial BillOfMaterial 1
BillOfMaterialComponent BillOfMaterialComponent 1
BillOfMaterialItemNumber BillOfMaterialItemNumber 1
BillOfMaterialVariant BillOfMaterialVariant 1
BillOfMaterialVariantUsage BillOfMaterialVariantUsage 1
CreatedByUser CreatedByUser 3
CreationDateTime CreationDateTime 3
LastChangeDateTime LastChangeDateTime 3
LastChangedByUser LastChangedByUser 3
Material Material 1
Plant Plant 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.

-- Change Record Reference BIT
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CHGRECDREFBOMITM (
    BILLOFMATERIAL,
    BILLOFMATERIALCOMPONENT,
    BILLOFMATERIALITEMNUMBER,
    BILLOFMATERIALVARIANT,
    BILLOFMATERIALVARIANTUSAGE,
    CREATEDBYUSER,
    CREATIONDATETIME,
    LASTCHANGEDATETIME,
    LASTCHANGEDBYUSER,
    MATERIAL,
    PLANT
);