I_MDCHGPROCINTMDMATCHGRP

CDS View

MD Cons Match Group Intermediate

I_MDCHGPROCINTMDMATCHGRP is a CDS View in S/4HANA. MD Cons Match Group Intermediate. It contains 10 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
I_MDChgProcessMatchGroupRecord view inner COMPOSITE MD Consolidation Match Group Record
I_MDChgProcessMatchGroupRecord view union COMPOSITE MD Consolidation Match Group Record
I_MDChgProcMatchGrpHistorical view union COMPOSITE MD Consolidation Historical Match Group
P_MDChgProcOpenMatchGroupHistl view union COMPOSITE MD Cons: Historical Open Match Groups

Fields (10)

KeyField CDS FieldsUsed in Views
KEY MasterDataChangeProcess MasterDataChangeProcess 1
KEY MDChgProcessMatchGroupID MDChgProcessMatchGroupID 1
KEY MDChgProcessSrceObject MDChgProcessSrceObject 1
KEY MDChgProcessSrceObjectTypeCode MDChgProcessSrceObjectTypeCode 1
KEY MDChgProcessSrceSystem MDChgProcessSrceSystem 1
MDChgProcMatchGroupApprover MDChgProcMatchGroupApprover 1
MDChgProcMatchGroupOriginalID MDChgProcMatchGroupOriginalID 1
MDChgProcMatchGrpApprvlDteTime MDChgProcMatchGrpApprvlDteTime 1
MDChgProcMatchGrpApprvlStatus MDChgProcMatchGrpApprvlStatus 1
MDChgProcMatchGrpIsBestRecord MDChgProcMatchGrpIsBestRecord 1
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'MD Cons Match Group Intermediate'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@VDM.viewType: #BASIC
define view entity I_MDChgProcIntmdMatchGrp
  as select from mdc_match_grouxs
{
  key process_id              as MasterDataChangeProcess,
  key match_group_id          as MDChgProcessMatchGroupID,
  key source_system           as MDChgProcessSrceSystem,
  key source_id               as MDChgProcessSrceObject,
  key bo_type                 as MDChgProcessSrceObjectTypeCode,
      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_GROUXS"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/