I_MASTERRECIPEMATERIALASSGMT

CDS View

Master Recipe Material Assignment Details

I_MASTERRECIPEMATERIALASSGMT is a CDS View in S/4HANA. Master Recipe Material Assignment Details. It contains 2 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_MasterRecipeComponentAlloc view inner COMPOSITE Master Recipe Component Allocation Details
I_MasterRecipeMaterialAssgmtTP view_entity from TRANSACTIONAL Master Recipe - Material Assignment

Fields (2)

KeyField CDS FieldsUsed in Views
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.

-- Master Recipe Material Assignment Details
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_MASTERRECIPEMATERIALASSGMT (
    MATERIAL,
    PLANT
);