I_EDCRELATION
eDocument Consistency Relation Record
I_EDCRELATION is a CDS View in S/4HANA. eDocument Consistency Relation Record. It contains 7 fields. 22 CDS views read from this table.
CDS Views using this table (22)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_EDCAccountingDocRelation | view_entity | from | BASIC | EDC Accounting Document Relation |
| I_EDCBillingDocumentRelation | view_entity | from | BASIC | EDC Billing Document Relation |
| I_EDCPurchaseDocumentRelation | view_entity | from | BASIC | EDC Purchase Document Relation |
| I_EDCSalesDocumentRelation | view_entity | from | BASIC | EDC Sales Order Doc Relation |
| I_EDCSupplierInvoiceRelation | view_entity | from | BASIC | EDC Supplier Invoice Relation |
| I_EDCTaxAuthDocRecords | view_entity | from | BASIC | EDC Tax Authority Document Records |
| I_ES_EDCElectronicDocRelation | view_entity | from | COMPOSITE | Spain eDoc and Source Doc Relationship |
| I_ES_TaxAuthDocumentRelation | view_entity | from | COMPOSITE | Spain Tax Authority Documents Relation |
| I_IN_EDocRets2Rltn | view_entity | from | COMPOSITE | GSTR2 EDocument Relation |
| I_IN_GSTR2BTaxAuthorityStatus | view_entity | from | COMPOSITE | Tax Authority 2B |
| I_IN_GSTRetsSalesRegRelation | view_entity | from | COMPOSITE | India GSTR Sales Register Relation |
| I_IN_Rets2EDocHdrRltn | view_entity | from | COMPOSITE | eDocument GSTR2 Header Relation |
| I_IN_Rets2TaxAuthDocHdrRltn | view_entity | from | COMPOSITE | Tax Auth Doc GSTR2 Header Relation |
| I_IN_TaxAuthDocEInvcHdrItmRltn | view_entity | from | COMPOSITE | Tax Auth Doc eInvc Header Item Relation |
| I_IN_TaxAuthDocEInvcHdrRltn | view_entity | from | COMPOSITE | Tax Auth Doc eInvoice Header Relation |
| I_IN_TxAuthRets2Rltn | view_entity | from | COMPOSITE | Relation tax authority hdr item aggrgn |
| I_KR_EDCTotOfIncgTxAuthTxItm | view_entity | from | COMPOSITE | KFC Aggrg of Incoming Tax Authority Tax Items |
| I_KR_EDCTotOfOutgTxAuthTxItm | view_entity | from | COMPOSITE | KFC Aggrg of Outgoing Tax Authority Tax Items |
| R_ES_EDCTaxAuthSIIExempt | view_entity | from | COMPOSITE | Spain SII Consistency Tax Authority Exempt items |
| R_ES_EDCTaxAuthSIINonTax | view_entity | from | COMPOSITE | Spain SII Tax Authority Non Taxable items |
| R_ES_EDCTaxAuthSIITaxable | view_entity | from | COMPOSITE | Spain SII Tax Auth Item for Taxable |
| R_IN_GSTSlsRegMisgInSrceDocTP | view_entity | inner | TRANSACTIONAL | MSR Missing in Source Header |
Fields (7)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | EDCCompany | CompanyCode,EDCCompany | 18 |
| KEY | EDCRepresentationKey | EDCRepresentationKey | 18 |
| KEY | EDCRepresentationType | EDCRepresentationType | 21 |
| KEY | EDCType | EDCType | 20 |
| EDCCommonKey | EDCCommonKey | 16 | |
| EDCCreatedOnDateTime | EDCCreatedOnDateTime | 10 | |
| EDCRecordUUID | EDCRecordUUID | 21 |
@EndUserText.label: 'eDocument Consistency Relation Record'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@ObjectModel.usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #A,
sizeCategory: #XXL
}
@ObjectModel.supportedCapabilities: [ #CDS_MODELING_DATA_SOURCE ]
@Metadata.ignorePropagatedAnnotations: true
define view entity I_EDCRelation as select from edcconrelation {
key contype as EDCType,
key representation_type as EDCRepresentationType,
key representation_key as EDCRepresentationKey,
consistency_guid as EDCRecordUUID,
common_key as EDCCommonKey,
bukrs as EDCCompany,
created_on as EDCCreatedOnDateTime
}