C_MDChgProcStepValidationKPI
MD Change Process Step Validation KPI
C_MDChgProcStepValidationKPI is a Consumption CDS View that provides data about "MD Change Process Step Validation KPI" in SAP S/4HANA. It reads from 1 data source (I_MDChgProcStepValidationKPI) and exposes 23 fields with key field MDChgProcessStepUUID. It is exposed through 1 OData service (MASTERDATACHANGEPROCESSSD).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MDChgProcStepValidationKPI | I_MDChgProcStepValidationKPI | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CMDCHNGPRCVALKPI | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | MD Change Process Step Validation KPI | view | |
| Metadata.allowExtensions | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| MASTERDATACHANGEPROCESSSD | MASTERDATACHANGEPROCESSSB | V2 | C1 | NOT_RELEASED |
Fields (23)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MDChgProcessStepUUID | MDChgProcessStepUUID | ||
| MasterDataChangeProcess | MasterDataChangeProcess | |||
| MDChgProcessStep | MDChgProcessStep | |||
| MDChgProcessTypeID | MDChgProcessTypeID | |||
| MDChgProcessGoal | MDChgProcessGoal | |||
| MDChgProcessSrceObjectTypeCode | MDChgProcessSrceObjectTypeCode | |||
| MDChgProcessStepAdapter | MDChgProcessStepAdapter | |||
| MDChgProcessStepType | MDChgProcessStepType | |||
| MDChgProcessStepStartDateTime | MDChgProcessStepStartDateTime | |||
| MDChgProcessStepFinishDateTime | MDChgProcessStepFinishDateTime | |||
| MDNrOfNewSuccssflSingleRecords | MDNrOfNewSuccssflSingleRecords | |||
| MDNrOfNewSuccssflBestRecords | MDNrOfNewSuccssflBestRecords | |||
| MDNrOfNewSuccssflUpdtdRecords | MDNrOfNewSuccssflUpdtdRecords | |||
| MDNrOfSuccssflDeletedRecords | MDNrOfSuccssflDeletedRecords | |||
| MDNrOfNewSingleRecordsWarnings | MDNrOfNewSingleRecordsWarnings | |||
| MDNrOfNewBestRecordsWarnings | MDNrOfNewBestRecordsWarnings | |||
| MDNrOfUpdatedRecordsWarnings | MDNrOfUpdatedRecordsWarnings | |||
| MDNrOfDeletedRecordsWarnings | MDNrOfDeletedRecordsWarnings | |||
| MDNrOfNewSingleRecordsErrors | MDNrOfNewSingleRecordsErrors | |||
| MDNrOfNewBestRecordsErrors | MDNrOfNewBestRecordsErrors | |||
| MDNrOfUpdatedRecordsErrors | MDNrOfUpdatedRecordsErrors | |||
| MDNrOfDeletedRecordsErrors | MDNrOfDeletedRecordsErrors | |||
| MDNrOfRemovedRecords | MDNrOfRemovedRecords |
@AbapCatalog.sqlViewName: 'CMDCHNGPRCVALKPI'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'MD Change Process Step Validation KPI'
@Metadata.allowExtensions: true
@VDM.viewType: #CONSUMPTION
@ObjectModel.alternativeKey: [{
id : 'MASTERDATACHANGEPROCESS',
uniqueness : #UNIQUE_IF_NOT_INITIAL,
element : ['MASTERDATACHANGEPROCESS']
},{
id : 'MDCHGPROCESSSTEP',
uniqueness : #UNIQUE_IF_NOT_INITIAL,
element : ['MDCHGPROCESSSTEP']
}]
@ObjectModel: {
usageType.serviceQuality: #B,
usageType.sizeCategory : #L,
usageType.dataClass: #MIXED
}
define view C_MDChgProcStepValidationKPI
as select from I_MDChgProcStepValidationKPI
{
//I_MDChgProcStepValidationKPI
key MDChgProcessStepUUID,
MasterDataChangeProcess,
MDChgProcessStep,
MDChgProcessTypeID,
MDChgProcessGoal,
MDChgProcessSrceObjectTypeCode,
MDChgProcessStepAdapter,
MDChgProcessStepType,
MDChgProcessStepStartDateTime,
MDChgProcessStepFinishDateTime,
MDNrOfNewSuccssflSingleRecords,
MDNrOfNewSuccssflBestRecords,
MDNrOfNewSuccssflUpdtdRecords,
MDNrOfSuccssflDeletedRecords,
MDNrOfNewSingleRecordsWarnings,
MDNrOfNewBestRecordsWarnings,
MDNrOfUpdatedRecordsWarnings,
MDNrOfDeletedRecordsWarnings,
MDNrOfNewSingleRecordsErrors,
MDNrOfNewBestRecordsErrors,
MDNrOfUpdatedRecordsErrors,
MDNrOfDeletedRecordsErrors,
MDNrOfRemovedRecords
}
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