I_MDChgProcessSearchQueryTP

DDL: I_MDCHGPROCESSSEARCHQUERYTP Type: view_entity TRANSACTIONAL

Master Data Change Process Search Query - TP

I_MDChgProcessSearchQueryTP is a Transactional CDS View that provides data about "Master Data Change Process Search Query - TP" in SAP S/4HANA. It reads from 1 data source (I_MDChgProcessSearchQuery) and exposes 8 fields with key fields MasterDataChgProcessSearch, MDChgProcessSrchQuery.

Data Sources (1)

SourceAliasJoin Type
I_MDChgProcessSearchQuery I_MDChgProcessSearchQuery from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Master Data Change Process Search Query - TP view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #TRANSACTIONAL view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY MasterDataChgProcessSearch MasterDataChgProcessSearch GUID
KEY MDChgProcessSrchQuery MDChgProcessSrchQuery Query GUID
MDChgProcessSrchQueryAttribute MDChgProcessSrchQueryAttribute Attribute
MDChgProcessSrchQuerySign MDChgProcessSrchQuerySign Sign
MDChgProcessSrchQueryOption MDChgProcessSrchQueryOption Option
MDChgProcessSrchQueryLowValue MDChgProcessSrchQueryLowValue Value
MDChgProcessSrchQueryHighValue MDChgProcessSrchQueryHighValue Value
_Search _Search

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view I_MDChgProcessSearchQueryTP.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW I_MDChgProcessSearchQueryTP AS
SELECT
  MasterDataChgProcessSearch,
  MDChgProcessSrchQuery,
  MDChgProcessSrchQueryAttribute,
  MDChgProcessSrchQuerySign,
  MDChgProcessSrchQueryOption,
  MDChgProcessSrchQueryLowValue,
  MDChgProcessSrchQueryHighValue
FROM I_MDChgProcessSearchQuery
;