OIU_CM_MAT_PRCD

Transparent Table Customizing Table

Material and Product Code (processing) Xref

OIU_CM_MAT_PRCD is an SAP database table in S/4HANA. Material and Product Code (processing) Xref. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_PRAMatlMjrProdMappg view from BASIC Material and Product Code Xref

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY matnr matnr Material
majpd_cd oiu_majpd_cd Major Product
pd_cd oiu_pd_cd Product code

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 and Product Code (processing) Xref
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE OIU_CM_MAT_PRCD (
    MANDT,     -- Client [mandt]
    MATNR,     -- Material [matnr]
    MAJPD_CD,  -- Major Product [oiu_majpd_cd]
    PD_CD,     -- Product code [oiu_pd_cd]
    PRIMARY KEY (MANDT, MATNR)
);