I_Mdchgprocessworklistfeed
Master Data Change Process Worklist Feed
I_Mdchgprocessworklistfeed is a Basic CDS View that provides data about "Master Data Change Process Worklist Feed" in SAP S/4HANA. It reads from 1 data source (mdc_worklistfeed) and exposes 2 fields with key fields MasterDataChgProcessWorklist, MDChgProcessWorklistSource.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| mdc_worklistfeed | WorklistFeed | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMDCNGPROCWLFEED | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Master Data Change Process Worklist Feed | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #M | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MasterDataChgProcessWorklist | mdc_worklistfeed | worklist_guid | |
| KEY | MDChgProcessWorklistSource | mdc_worklistfeed | source_id |
@AbapCatalog.sqlViewName: 'IMDCNGPROCWLFEED'
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Master Data Change Process Worklist Feed'
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.sizeCategory: #M
define view I_Mdchgprocessworklistfeed
as select from mdc_worklistfeed as WorklistFeed
{
key WorklistFeed.worklist_guid as MasterDataChgProcessWorklist,
key WorklistFeed.source_id as MDChgProcessWorklistSource
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA