I_Group5AssetEvaluationKey

DDL: I_GROUP5ASSETEVALUATIONKEY Type: view BASIC

Group 5 Asset Evaluation Key

I_Group5AssetEvaluationKey is a Basic CDS View (Dimension) that provides data about "Group 5 Asset Evaluation Key" in SAP S/4HANA. It reads from 1 data source (t087g) and exposes 2 fields with key field Group5AssetEvaluationKey. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
t087g t087g from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_Group5AssetEvaluationKeyText _Text $projection.Group5AssetEvaluationKey = _Text.Group5AssetEvaluationKey

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IFIGR5ASTEVALKY view
AbapCatalog.preserveKey true view
Analytics.dataCategory #DIMENSION view
EndUserText.label Group 5 Asset Evaluation Key view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey Group5AssetEvaluationKey view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Group5AssetEvaluationKey t087g gdlgrp
_Text _Text
@AbapCatalog: {sqlViewName: 'IFIGR5ASTEVALKY', preserveKey: true}
@Analytics: {dataCategory: #DIMENSION }
@EndUserText.label: 'Group 5 Asset Evaluation Key'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: { representativeKey: 'Group5AssetEvaluationKey',
                usageType.serviceQuality: #A,
                usageType.sizeCategory: #S,
                usageType.dataClass: #CUSTOMIZING,
                modelingPattern: #ANALYTICAL_DIMENSION,
                supportedCapabilities: [#ANALYTICAL_DIMENSION]
              }
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true

define view I_Group5AssetEvaluationKey
  as select from t087g
  association [0..*] to I_Group5AssetEvaluationKeyText as _Text on $projection.Group5AssetEvaluationKey = _Text.Group5AssetEvaluationKey
{
      @ObjectModel.text.association: '_Text'
  key t087g.gdlgrp as Group5AssetEvaluationKey,
      _Text

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T087G"
],
"ASSOCIATED":
[
"I_GROUP5ASSETEVALUATIONKEYTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/