NSDM_E_MSTE_DIFF

CDS View

MSTE Compatibility View: Differentiation

NSDM_E_MSTE_DIFF is a CDS View in S/4HANA. MSTE Compatibility View: Differentiation. It contains 5 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
nsdm_e_mste view from MSTE Compatibility View

Fields (5)

KeyField CDS FieldsUsed in Views
KEY charg charg 1
KEY mandt mandt 1
KEY matnr matnr 1
KEY werks werks 1
ersda ersda 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.

-- MSTE Compatibility View: Differentiation
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE NSDM_E_MSTE_DIFF (
    CHARG,
    MANDT,
    MATNR,
    WERKS,
    ERSDA,
    PRIMARY KEY (CHARG, MANDT, MATNR, WERKS)
);