I_EDCType

DDL: I_EDCTYPE Type: view_entity BASIC Package: GLO-EDO-EDC

Electronic Document Consistency Type

I_EDCType is a Basic CDS View that provides data about "Electronic Document Consistency Type" in SAP S/4HANA. It reads from 1 data source (edccontype) and exposes 3 fields with key field EDCType. It has 1 association to related views. Part of development package GLO-EDO-EDC.

Data Sources (1)

SourceAliasJoin Type
edccontype edccontype from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_EDCTypeText _EDCTypeText $projection.EDCType = _EDCTypeText.EDCType

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Electronic Document Consistency Type view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
VDM.viewType #BASIC view
ObjectModel.representativeKey EDCType view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY EDCType contype
EDCCountry country
_EDCTypeText _EDCTypeText
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Electronic Document Consistency Type'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #A,
  sizeCategory: #S,
  dataClass: #CUSTOMIZING
}
@VDM.viewType:#BASIC
@ObjectModel.representativeKey: 'EDCType'
define view entity I_EDCType
  as select from edccontype
  association [0..*] to I_EDCTypeText as _EDCTypeText on $projection.EDCType = _EDCTypeText.EDCType
{
  @ObjectModel.text.association: '_EDCTypeText'
  key contype as EDCType,
      country as EDCCountry,

      _EDCTypeText
}