I_EDCRECORDS
Electronic Document Consistency Document
I_EDCRECORDS is a CDS View in S/4HANA. Electronic Document Consistency Document. It contains 12 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_EDCDocumentList | view_entity | from | CONSUMPTION | EDC Consistency List |
Fields (12)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | EDCRecordUUID | EDCRecordUUID | 1 |
| EDCChangedByUser | EDCChangedByUser | 1 | |
| EDCChangedOnDateTime | EDCChangedOnDateTime | 1 | |
| EDCCheckDateTime | EDCCheckDateTime | 1 | |
| EDCCommercialKey | EDCCommercialKey | 1 | |
| EDCCompany | EDCCompany | 1 | |
| EDCCreatedByUser | EDCCreatedByUser | 1 | |
| EDCCreatedOnDateTime | EDCCreatedOnDateTime | 1 | |
| EDCMetaStatus | EDCMetaStatus | 1 | |
| EDCRunID | EDCRunID | 1 | |
| EDCSqncNmbr | EDCSqncNmbr | 1 | |
| EDCType | EDCType | 1 |
@EndUserText.label: 'Electronic Document Consistency Document'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@ObjectModel.usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #A,
sizeCategory: #XXL
}
define view entity I_EDCRecords as select from edcconsistency {
key conguid as EDCRecordUUID,
con_seqnr as EDCSqncNmbr,
runid as EDCRunID,
bukrs as EDCCompany,
common_key as EDCCommonKey,
commercial_key as EDCCommercialKey,
contype as EDCType,
concheckdat as EDCCheckDateTime,
conmetastat as EDCMetaStatus,
conval_status as EDCStatus,
created_by as EDCCreatedByUser,
created_on as EDCCreatedOnDateTime,
changed_by as EDCChangedByUser,
changed_on as EDCChangedOnDateTime
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"EDCCONSISTENCY"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/