C_MDChgProcStepEditKPI

DDL: C_MDCHGPROCSTEPEDITKPI SQL: CMDCHNGPRCEDIKPI Type: view CONSUMPTION

Master Data Change Process Step Edit KPI

C_MDChgProcStepEditKPI is a Consumption CDS View that provides data about "Master Data Change Process Step Edit KPI" in SAP S/4HANA. It reads from 1 data source (I_MDChgProcStepEditKPI) and exposes 17 fields with key fields MDChgProcessStepUUID, MDChangeProcessStepTable.

Data Sources (1)

SourceAliasJoin Type
I_MDChgProcStepEditKPI I_MDChgProcStepEditKPI from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName CMDCHNGPRCEDIKPI view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Master Data Change Process Step Edit KPI view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view

Fields (17)

KeyFieldSource TableSource FieldDescription
KEY MDChgProcessStepUUID MDChgProcessStepUUID
KEY MDChangeProcessStepTable MDChangeProcessStepTable
MasterDataChangeProcess MasterDataChangeProcess
MDChgProcessStep MDChgProcessStep
MDChgProcessTypeID MDChgProcessTypeID
MDChgProcessGoal MDChgProcessGoal
MDChgProcessSrceObjectTypeCode MDChgProcessSrceObjectTypeCode
MasterDataObjectTypeCode MasterDataObjectTypeCode
MDChgProcessStepAdapter MDChgProcessStepAdapter
MDChgProcessStepType MDChgProcessStepType
MDChgProcessStepStartDateTime MDChgProcessStepStartDateTime
MDChgProcessStepFinishDateTime MDChgProcessStepFinishDateTime
MDChgProcStpNmbrOfTotalRecords MDChgProcStpNmbrOfTotalRecords
MDChgProcStpNrOfModifdRecords MDChgProcStpNrOfModifdRecords
MDChgProcStpNrOfNotChgdRecords MDChgProcStpNrOfNotChgdRecords
MDChgProcStpNrOfInsertRecords MDChgProcStpNrOfInsertRecords
MDChgProcStpNrOfDeletedRecords MDChgProcStpNrOfDeletedRecords
@AbapCatalog.sqlViewName: 'CMDCHNGPRCEDIKPI'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Master Data Change Process Step Edit KPI'
@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: #C,
  usageType.sizeCategory : #L,
  usageType.dataClass: #MIXED
}

define view C_MDChgProcStepEditKPI
  as select from I_MDChgProcStepEditKPI
{
      //I_MDChgProcStepEditKPI

  key MDChgProcessStepUUID,
  key MDChangeProcessStepTable,
      MasterDataChangeProcess,
      MDChgProcessStep,

      MDChgProcessTypeID,
      MDChgProcessGoal,
      MDChgProcessSrceObjectTypeCode,
      MasterDataObjectTypeCode,
      MDChgProcessStepAdapter,
      MDChgProcessStepType,
      MDChgProcessStepStartDateTime,
      MDChgProcessStepFinishDateTime,

      MDChgProcStpNmbrOfTotalRecords,
      MDChgProcStpNrOfModifdRecords,
      MDChgProcStpNrOfNotChgdRecords,
      MDChgProcStpNrOfInsertRecords,
      MDChgProcStpNrOfDeletedRecords
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MDCHGPROCSTEPEDITKPI"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/