NSDM_E_MARC_AGG

CDS View

MARC Compatibility View: Aggregation

NSDM_E_MARC_AGG is a CDS View in S/4HANA. MARC Compatibility View: Aggregation. It contains 3 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
nsdm_e_marc_diff view from MARC Compatibility View: Differentiation
P_MARCDIFF view from COMPOSITE

Fields (3)

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

-- MARC Compatibility View: Aggregation
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE NSDM_E_MARC_AGG (
    MANDT,
    MATNR,
    WERKS,
    PRIMARY KEY (MANDT, MATNR, WERKS)
);