R_EDCTYPE
eDocument Consistency Type
R_EDCTYPE is a CDS View in S/4HANA. eDocument Consistency Type. It contains 2 fields. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_EDCDocumentList | view_entity | inner | CONSUMPTION | EDC Consistency List |
| C_EDCResultProcess | view_entity | from | CONSUMPTION | EDC Result Processes |
| C_EDCResultProcess | view_entity | union | CONSUMPTION | EDC Result Processes |
Fields (2)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | EDCType | EDCType | 1 |
| EDCCountry | EDCCountry | 1 |
@EndUserText.label: 'eDocument Consistency Type'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@ObjectModel.usageType: {
dataClass: #MASTER,
serviceQuality: #A,
sizeCategory: #S
}
define view entity R_EDCType
as select from edccontype
{
key contype as EDCType,
country as EDCCountry
}