I_MDChgProcessWorklistFeedTP

DDL: I_MDCHGPROCESSWORKLISTFEEDTP Type: view_entity TRANSACTIONAL

Master Data Change Process Worklist Feed - TP

I_MDChgProcessWorklistFeedTP is a Transactional CDS View that provides data about "Master Data Change Process Worklist Feed - TP" in SAP S/4HANA. It reads from 1 data source (I_Mdchgprocessworklistfeed) and exposes 3 fields with key fields MasterDataChgProcessWorklist, MDChgProcessWorklistSource.

Data Sources (1)

SourceAliasJoin Type
I_Mdchgprocessworklistfeed I_Mdchgprocessworklistfeed from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Master Data Change Process Worklist Feed - 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 (3)

KeyFieldSource TableSource FieldDescription
KEY MasterDataChgProcessWorklist MasterDataChgProcessWorklist Worklist GUID
KEY MDChgProcessWorklistSource MDChgProcessWorklistSource UUID
_Worklist _Worklist

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_MDChgProcessWorklistFeedTP.
-- 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_MDChgProcessWorklistFeedTP AS
SELECT
  MasterDataChgProcessWorklist,
  MDChgProcessWorklistSource
FROM I_Mdchgprocessworklistfeed
;