R_EDCEXISTENCECHECKDEFINITION

CDS View

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)

ViewTypeJoinVDMDescription
C_EDCResultProcess view_entity inner CONSUMPTION EDC Result Processes

Fields (1)

KeyField CDS FieldsUsed 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

}