C_MDChgProcStepFilterRemoveKPI

DDL: C_MDCHGPROCSTEPFILTERREMOVEKPI SQL: CMDCHNGPRCFARKPI Type: view CONSUMPTION Package: MDC_PROCESS_OBJECT

Master Data Change Process Step Filter&Remove KPI

C_MDChgProcStepFilterRemoveKPI is a Consumption CDS View that provides data about "Master Data Change Process Step Filter&Remove KPI" in SAP S/4HANA. It reads from 1 data source (I_MDChgProcStepFilterRemoveKPI) and exposes 15 fields with key field MDChgProcessStepUUID. It is exposed through 3 OData services (MASTERDATACHANGEPROCESSSD, MASTERDATACHANGEPROCESSSD, MASTERDATACHANGEPROCESSSD). Part of development package MDC_PROCESS_OBJECT.

Data Sources (1)

SourceAliasJoin Type
I_MDChgProcStepFilterRemoveKPI I_MDChgProcStepFilterRemoveKPI from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName CMDCHNGPRCFARKPI 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 Filter&Remove KPI view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view

OData Services (3)

ServiceBindingVersionContractRelease
MASTERDATACHANGEPROCESSSD C_MASTERDATACHANGEPROCESS_V4 V4 C1 C1
MASTERDATACHANGEPROCESSSD MASTERDATACHANGEPROCESSSB V2 C1 NOT_RELEASED
MASTERDATACHANGEPROCESSSD MDCHANGEPROCESSSB_2 V2 C1 NOT_RELEASED

Fields (15)

KeyFieldSource TableSource FieldDescription
KEY MDChgProcessStepUUID MDChgProcessStepUUID
MasterDataChangeProcess MasterDataChangeProcess
MDChgProcessStep MDChgProcessStep
MDChgProcessTypeID MDChgProcessTypeID
MDChgProcessGoal MDChgProcessGoal
MDChgProcessSrceObjectTypeCode MDChgProcessSrceObjectTypeCode
MDChgProcessStepAdapter MDChgProcessStepAdapter
MDChgProcessStepType MDChgProcessStepType
MDChgProcessStepStartDateTime MDChgProcessStepStartDateTime
MDChgProcessStepFinishDateTime MDChgProcessStepFinishDateTime
MDNrOfMovedOpenMatchingGroups MDNrOfMovedOpenMatchingGroups
MDNrOfMovedBstRecdCalcRecords MDNrOfMovedBstRecdCalcRecords
MDNrOfMovedValidationRecords MDNrOfMovedValidationRecords
MDNrOfMovedValdtnToWlRecords MDNrOfMovedValdtnToWlRecords
MDNrOfDeletedValidationRecords MDNrOfDeletedValidationRecords
@AbapCatalog.sqlViewName: 'CMDCHNGPRCFARKPI'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Master Data Change Process Step Filter&Remove 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: #B,
  usageType.sizeCategory : #L,
  usageType.dataClass: #MIXED
}

define view C_MDChgProcStepFilterRemoveKPI
  as select from I_MDChgProcStepFilterRemoveKPI
{
      //I_MDChgProcStepFilterRemoveKPI

  key MDChgProcessStepUUID,
      MasterDataChangeProcess,
      MDChgProcessStep,

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

      MDNrOfMovedOpenMatchingGroups,
      MDNrOfMovedBstRecdCalcRecords,
      MDNrOfMovedValidationRecords,
      MDNrOfMovedValdtnToWlRecords,
      MDNrOfDeletedValidationRecords

}