R_EDCEXISTENCECHECKDEFINITION
EDC: Existence Check Definition
R_EDCEXISTENCECHECKDEFINITION is a CDS View in S/4HANA. EDC: Existence Check Definition. It contains 1 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_EDCResultProcess | view_entity | inner | CONSUMPTION | EDC Result Processes |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | EDCValidationType | EDCValidationType | 1 |
@EndUserText.label: 'EDC: Existence Check Definition'
@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_EDCExistenceCheckDefinition
as select from edcconexist
{
key contype as EDCType,
key convaltype as EDCValidationType,
key check_id as EDCCheckID,
result_process as EDCResultProcess
}