I_EDCRESULTPROCESS

CDS View

EDC Result Processes

I_EDCRESULTPROCESS is a CDS View in S/4HANA. EDC Result Processes. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_EDCResultProcessAction view_entity from CONSUMPTION EDC Result Process Action

Fields (2)

KeyField CDS FieldsUsed in Views
KEY EDCResultProcess EDCResultProcess 1
KEY EDCType EDCType 1
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'EDC Result Processes'
@Metadata.ignorePropagatedAnnotations: true
//@VDM.viewType:#BASIC

@VDM.viewType: #COMPOSITE
@ObjectModel.usageType:{
  serviceQuality: #C,
  sizeCategory: #S,
  dataClass: #MIXED
}
define view entity I_EDCResultProcess
  //  as select from            R_EDCType                     as _ConsistencyType

  //    left outer to many join R_EDCComparisonTypeDefinition as _ComparisonType on _ConsistencyType.EDCType = _ComparisonType.EDCType

  //    inner join              R_EDCExistenceCheckDefinition as EDCExistCheck   on  _ConsistencyType.EDCType          = EDCExistCheck.EDCType

  //                                                                             and _ComparisonType.EDCValidationType = EDCExistCheck.EDCValidationType

  //{

  //  key _ConsistencyType.EDCType        as EDCType,

  //  key EDCExistCheck.EDCValidationType as EDCValidationType,

  //  key EDCExistCheck.EDCResultProcess  as EDCResultProcess

  //}

  //union select from         R_EDCType                     as _ConsistencyType

  //  left outer to many join R_EDCComparisonTypeDefinition as _ComparisonType on _ConsistencyType.EDCType = _ComparisonType.EDCType

  //  inner join              R_EDCStatusCheckDefinition    as EDCStatusCheck  on  _ConsistencyType.EDCType          = EDCStatusCheck.EDCType

  //                                                                           and _ComparisonType.EDCValidationType = EDCStatusCheck.EDCValidationType

  //{

  //  key _ConsistencyType.EDCType         as EDCType,

  //  key EDCStatusCheck.EDCValidationType as EDCValidationType,

  //  key EDCStatusCheck.EDCResultProcess  as EDCResultProcess

  //}

  //union select from         R_EDCType                     as _ConsistencyType

  //  left outer to many join R_EDCComparisonTypeDefinition as _ComparisonType on _ConsistencyType.EDCType = _ComparisonType.EDCType

  //  inner join              I_EDCContentCheckFieldGroup   as EDCContentCheck on  _ConsistencyType.EDCType          = EDCContentCheck.EDCType

  //                                                                           and _ComparisonType.EDCValidationType = EDCContentCheck.EDCValidationType

  //{

  //  key _ConsistencyType.EDCType          as EDCType,

  //  key EDCContentCheck.EDCValidationType as EDCValidationType,

  //  key EDCContentCheck.EDCResultProcess  as EDCResultProcess

  //}

  as select distinct from I_EDCResult as _EDCResult
{
  key _EDCResult.EDCType    as EDCType,
  key _EDCResult.EDCValidationType as EDCValidationType,
  key _EDCResult.EDCResultProcess    as EDCResultProcess
}