I_EDCCONTENTCHECKFIELDVALUE
EDC Content Mismatch Field Value
I_EDCCONTENTCHECKFIELDVALUE is a CDS View in S/4HANA. EDC Content Mismatch Field Value. It contains 4 fields. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_EDCCntntChkRsltFldGrp | view_entity | inner | CONSUMPTION | EDC Content Mismatch Result |
| C_EDCContentCheckFieldValue | view_entity | inner | CONSUMPTION | EDC Content Mismatch Field Value |
| I_EDCCntntChkExecSqncNmbr | view_entity | from | COMPOSITE | Content Check Execution Sequence Number |
Fields (4)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | EDCContentCheckFieldLevel | EDCContentCheckFieldLevel | 1 |
| KEY | EDCContentCheckFieldName | EDCContentCheckFieldName | 1 |
| EDCContentCheckFieldValue | EDCContentCheckFieldValue | 1 | |
| EDCContentCheckIsKeyField | EDCContentCheckIsKeyField | 1 |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'EDC Content Mismatch Field Value'
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType:#BASIC
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #XXL,
dataClass: #TRANSACTIONAL
}
define view entity I_EDCContentCheckFieldValue
as select from edcconmisresult
{
key resultguid as EDCResultUUID,
key res_seqnr as EDCResultSqncNmbr,
key field_level as EDCContentCheckFieldLevel,
key field_name as EDCContentCheckFieldName,
field_value as EDCContentCheckFieldValue,
@Semantics.booleanIndicator: true
iskey as EDCContentCheckIsKeyField
}