I_EDCRelation

DDL: I_EDCRELATION Type: view_entity BASIC

eDocument Consistency Relation Record

I_EDCRelation is a Basic CDS View that provides data about "eDocument Consistency Relation Record" in SAP S/4HANA. It reads from 1 data source (edcconrelation) and exposes 5 fields with key fields EDCType, EDCRepresentationType, EDCRepresentationKey.

Data Sources (1)

SourceAliasJoin Type
edcconrelation edcconrelation from

Annotations (7)

NameValueLevelField
EndUserText.label eDocument Consistency Relation Record view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #XXL view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY EDCType contype
KEY EDCRepresentationType representation_type
KEY EDCRepresentationKey representation_key
EDCRecordUUID consistency_guid
EDCCommonKey common_key
@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
  }
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
   }
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"EDCCONRELATION"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/