I_BOOVERSIONBOMASSIGNMENT

CDS View

Bill of Operations Version BOM Assignment

I_BOOVERSIONBOMASSIGNMENT is a CDS View in S/4HANA. Bill of Operations Version BOM Assignment. It contains 13 fields. 5 CDS views read from this table.

CDS Views using this table (5)

ViewTypeJoinVDMDescription
C_ChgImpactRoutingMBOM view from CONSUMPTION MBOMs list for the Routing
I_ChgImpactMBOMRoutingLink view from COMPOSITE Manufacturing BOMs Linked with Routing
I_MfgWorkInstrnBOMAssgmtTP view from TRANSACTIONAL Embedded WI: Assigned MBOMs
I_ProdnModelComponentInstance view_entity inner COMPOSITE Production Model Component Instance
I_ProductionModelComponent view_entity inner COMPOSITE Production Model Component

Fields (13)

KeyField CDS FieldsUsed in Views
KEY BillOfMaterial BillOfMaterial 1
KEY BillOfMaterialCategory BillOfMaterialCategory 1
KEY BillOfMaterialVariant BillOfMaterialVariant 1
KEY BillOfMaterialVariantUsage BillOfMaterialVariantUsage 1
KEY BillOfMaterialVersion BillOfMaterialVersion 3
KEY BillOfOperationsGroup BillOfOperationsGroup 1
KEY BillOfOperationsType BillOfOperationsType 1
KEY BillOfOperationsVariant BillOfOperationsVariant 1
KEY BillOfOperationsVersion BillOfOperationsVersion 3
KEY ProdnRtgVersBOMInternalID ProdnRtgVersBOMInternalID 1
_BillOfOperations _BillOfOperations 1
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.

-- Bill of Operations Version BOM Assignment
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_BOOVERSIONBOMASSIGNMENT (
    BILLOFMATERIAL,
    BILLOFMATERIALCATEGORY,
    BILLOFMATERIALVARIANT,
    BILLOFMATERIALVARIANTUSAGE,
    BILLOFMATERIALVERSION,
    BILLOFOPERATIONSGROUP,
    BILLOFOPERATIONSTYPE,
    BILLOFOPERATIONSVARIANT,
    BILLOFOPERATIONSVERSION,
    PRODNRTGVERSBOMINTERNALID,
    _BILLOFOPERATIONS,
    MATERIAL,
    PLANT,
    PRIMARY KEY (BILLOFMATERIAL, BILLOFMATERIALCATEGORY, BILLOFMATERIALVARIANT, BILLOFMATERIALVARIANTUSAGE, BILLOFMATERIALVERSION, BILLOFOPERATIONSGROUP, BILLOFOPERATIONSTYPE, BILLOFOPERATIONSVARIANT, BILLOFOPERATIONSVERSION, PRODNRTGVERSBOMINTERNALID)
);