I_MDCHGPROCESSMATCHGROUP

CDS View

MD Consolidation Match Group

I_MDCHGPROCESSMATCHGROUP is a CDS View in S/4HANA. MD Consolidation Match Group. It contains 1 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
I_MDChgProcessMatchGroupRecord view from COMPOSITE MD Consolidation Match Group Record
I_MDChgProcessMatchGroupRecord view inner COMPOSITE MD Consolidation Match Group Record
I_MDChgProcessMatchScore view_entity inner COMPOSITE MDC Match Score for matching pairs
P_MDChgProcessOpenMatchGroup view_entity from COMPOSITE MD Consolidation Open Match Groups

Fields (1)

KeyField CDS FieldsUsed in Views
KEY MDChgProcessMatchGroupID MDChgProcessMatchGroupID 1
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'MD Consolidation Match Group'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@VDM.viewType: #BASIC
define view entity I_MDChgProcessMatchGroup
  as select from mdc_match_group
{
  key process_id              as MasterDataChangeProcess,
  key match_group_id          as MDChgProcessMatchGroupID,
  key source_system           as MDChgProcessSrceSystem,
  key source_id               as MDChgProcessSrceObject,
      best_record             as MDChgProcMatchGrpIsBestRecord,
      approval_status         as MDChgProcMatchGrpApprvlStatus,
      approver                as MDChgProcMatchGroupApprover,
      approved_at             as MDChgProcMatchGrpApprvlDteTime,
      original_match_group_id as MDChgProcMatchGroupOriginalID
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"MDC_MATCH_GROUP"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/