C_EDCUserInterfaceGroupField

DDL: C_EDCUSERINTERFACEGROUPFIELD Type: view_entity CONSUMPTION

EDC UI Group Field

C_EDCUserInterfaceGroupField is a Consumption CDS View that provides data about "EDC UI Group Field" in SAP S/4HANA. It reads from 1 data source (R_EDCUserInterfaceGroupField) and exposes 5 fields with key fields EDCType, EDCRepresentationType, EDCViewFieldName. It has 1 association to related views. It is exposed through 2 OData services (EDC_CHECK, EDC_PROCESS).

Data Sources (1)

SourceAliasJoin Type
R_EDCUserInterfaceGroupField R_EDCUserInterfaceGroupField from

Associations (1)

CardinalityTargetAliasCondition
[1..1] R_EDCRepresentationTypeText _RepresentationTypeText $projection.EDCRepresentationType = _RepresentationTypeText.EDCRepresentationType and $projection.EDCType = _RepresentationTypeText.EDCType and _RepresentationTypeText.Language = $session.system_language

Annotations (7)

NameValueLevelField
VDM.viewType #CONSUMPTION view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label EDC UI Group Field view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view

OData Services (2)

ServiceBindingVersionContractRelease
EDC_CHECK UI_EDC_CHECK_O2 V2 C1 NOT_RELEASED
EDC_PROCESS UI_EDC_PROCESS_O2 V2 C1 NOT_RELEASED

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY EDCType EDCType
KEY EDCRepresentationType EDCRepresentationType
KEY EDCViewFieldName EDCViewFieldName
ElectronicDocFunctionPos ElectronicDocFunctionPos
EDCRepresentationTypeText _RepresentationTypeText EDCRepresentationTypeText
@VDM.viewType:#CONSUMPTION
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'EDC UI Group Field'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
    serviceQuality: #X,
    sizeCategory: #S,
    dataClass: #MIXED
}
define view entity C_EDCUserInterfaceGroupField
  as select from R_EDCUserInterfaceGroupField
  association [1..1] to R_EDCRepresentationTypeText as _RepresentationTypeText on  $projection.EDCRepresentationType = _RepresentationTypeText.EDCRepresentationType
                                                                               and $projection.EDCType               = _RepresentationTypeText.EDCType
                                                                               and _RepresentationTypeText.Language  = $session.system_language
{
  key EDCType,
  key EDCRepresentationType,
  key EDCViewFieldName,
      ElectronicDocFunctionPos,
      _RepresentationTypeText.EDCRepresentationTypeText
}