I_PRODSTRUCVARIANTMATERIAL

CDS View

Product Structure Variant Material

I_PRODSTRUCVARIANTMATERIAL is a CDS View in S/4HANA. Product Structure Variant Material. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_ProductStructureVariant view left_outer COMPOSITE Product Structure Variant

Fields (4)

KeyField CDS FieldsUsed in Views
Material Material 1
MaterialAuthorizationGroup MaterialAuthorizationGroup 1
ProductStructureVariantQty ProductStructureVariantQty 1
ProductStructureVariantUnit ProductStructureVariantUnit 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.

-- Product Structure Variant Material
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_PRODSTRUCVARIANTMATERIAL (
    MATERIAL,
    MATERIALAUTHORIZATIONGROUP,
    PRODUCTSTRUCTUREVARIANTQTY,
    PRODUCTSTRUCTUREVARIANTUNIT
);