I_MDCHGPROCESSSEARCH

CDS View

Master Data Change Process Search

I_MDCHGPROCESSSEARCH is a CDS View in S/4HANA. Master Data Change Process Search. It contains 1 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_MDChgProcessSearchTP view_entity from TRANSACTIONAL Master Data Change Process Search - TP
I_MDChgProcSrchWlAssgmtTP view_entity from TRANSACTIONAL MDC Process Search to Worklist Assignment - TP

Fields (1)

KeyField CDS FieldsUsed in Views
KEY MasterDataChgProcessSearch MasterDataChgProcessSearch 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 Data Change Process Search
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_MDCHGPROCESSSEARCH (
    MASTERDATACHGPROCESSSEARCH,
    PRIMARY KEY (MASTERDATACHGPROCESSSEARCH)
);