I_EDCCONTENTCHECKFIELDGROUP
EDC Content Mismatch Group
I_EDCCONTENTCHECKFIELDGROUP is a CDS View in S/4HANA. EDC Content Mismatch Group. It contains 5 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_EDCResultProcess | view_entity | inner | CONSUMPTION | EDC Result Processes |
| I_EDCCntntChkFldConfign | view_entity | inner | COMPOSITE | EDC Content Mismatch Check Configuration |
Fields (5)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | EDCContentCheckFieldGroupName | EDCContentCheckFieldGroupName | 1 |
| KEY | EDCResultProcess | EDCResultProcess | 2 |
| KEY | EDCValidationType | EDCValidationType | 1 |
| EDCContentCheckFieldGroupLevel | EDCContentCheckFieldGroupLevel | 1 | |
| EDCContentCheckFormula | EDCContentCheckFormula | 1 |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'EDC Content Mismatch Group'
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType:#BASIC
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #XL,
dataClass: #CUSTOMIZING
}
define view entity I_EDCContentCheckFieldGroup
as select from edcconmisgroup
{
key edcconmisgroup.contype as EDCType,
key edcconmisgroup.convaltype as EDCValidationType,
key edcconmisgroup.check_id as EDCCheckID,
key edcconmisgroup.check_number as EDCContentCheckNumber,
key edcconmisgroup.comparison_field_group as EDCContentCheckFieldGroupName,
edcconmisgroup.field_group_level as EDCContentCheckFieldGroupLevel,
edcconmisgroup.check_formula as EDCContentCheckFormula,
edcconmisgroup.result_process as EDCResultProcess
}