I_MAST

CDS View

Material to BOM Link

I_MAST is a CDS View in S/4HANA. Material to BOM Link. It contains 5 fields. 6 CDS views read from this table.

CDS Views using this table (6)

ViewTypeJoinVDMDescription
I_ConstructionTypeBoM view_entity left_outer BASIC Bill of Material of a Construction Type
I_EquipmentConstructionMatBom view_entity inner BASIC BoM of Equipment Const. Type
I_FlocConstMaterialBom view_entity inner BASIC BoM of Functional Location Const. Type
I_FlocConstTypeBoM view_entity left_outer BASIC Construction Material BOM - FLOC
P_PmBillOfMaterialUnion view union COMPOSITE Plant Maintenance Bill of Material Union
P_ProjMatBOMAssembly view from BASIC Private view for Bom assembly

Fields (5)

KeyField CDS FieldsUsed in Views
KEY BillOfMaterialCategory BillOfMaterialCategory 2
KEY BillOfMaterialVariant BillOfMaterialVariant 5
BillOfMaterial BillOfMaterial 4
BillOfMaterialVariantUsage BillOfMaterialVariantUsage 3
Material Material 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.

-- Material to BOM Link
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_MAST (
    BILLOFMATERIALCATEGORY,
    BILLOFMATERIALVARIANT,
    BILLOFMATERIAL,
    BILLOFMATERIALVARIANTUSAGE,
    MATERIAL,
    PRIMARY KEY (BILLOFMATERIALCATEGORY, BILLOFMATERIALVARIANT)
);