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, EDCUserInterfaceGroup, EDCViewFieldName.

Data Sources (1)

SourceAliasJoin Type
R_EDCUserInterfaceGroupField R_EDCUserInterfaceGroupField from

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

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY EDCType EDCType
KEY EDCUserInterfaceGroup EDCUserInterfaceGroup
KEY EDCViewFieldName EDCViewFieldName
EDCUserInterfaceGroupText R_EDCUserInterfaceGroupText EDCUserInterfaceGroupText
ElectronicDocFunctionPos ElectronicDocFunctionPos
@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_EDCUserInterfaceGroupText on  $projection.EDCUserInterfaceGroup    = R_EDCUserInterfaceGroupText.EDCUserInterfaceGroup
                                                    and R_EDCUserInterfaceGroupText.Language = $session.system_language
{
  key EDCType,
  key EDCUserInterfaceGroup,
  key EDCViewFieldName,
      R_EDCUserInterfaceGroupText.EDCUserInterfaceGroupText,
      ElectronicDocFunctionPos
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_EDCUSERINTERFACEGROUPFIELD",
"R_EDCUSERINTERFACEGROUPTEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/