I_AssetTransKeyFigureSetVH

DDL: I_ASSETTRANSKEYFIGURESETVH Type: view_entity COMPOSITE

Asset Transactions Key Figure Set Value Help

I_AssetTransKeyFigureSetVH is a Composite CDS View that provides data about "Asset Transactions Key Figure Set Value Help" in SAP S/4HANA. It reads from 1 data source (I_AssetKeyFigureSet) and exposes 2 fields with key field AssetAccountingKeyFigureSet. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_AssetKeyFigureSet I_AssetKeyFigureSet from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_AssetKeyFigureSetText _Text $projection.AssetAccountingKeyFigureSet = _Text.AssetAccountingKeyFigureSet

Annotations (10)

NameValueLevelField
EndUserText.label Asset Transactions Key Figure Set Value Help view
VDM.viewType #COMPOSITE view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.dataCategory #VALUE_HELP view
Consumption.ranked true view
Search.searchable true view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY AssetAccountingKeyFigureSet AssetAccountingKeyFigureSet
AssetAcctgKeyFigureSetName
@EndUserText.label: 'Asset Transactions Key Figure Set Value Help'
@VDM.viewType: #COMPOSITE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: { usageType.serviceQuality: #A,
                usageType.sizeCategory: #S,
                usageType.dataClass: #CUSTOMIZING,
                dataCategory: #VALUE_HELP }
@Consumption.ranked: true
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: true

define view entity I_AssetTransKeyFigureSetVH
  as select from I_AssetKeyFigureSet

  association [0..*] to I_AssetKeyFigureSetText as _Text on $projection.AssetAccountingKeyFigureSet = _Text.AssetAccountingKeyFigureSet

{
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      @ObjectModel.text.element: ['AssetAcctgKeyFigureSetName']
  key AssetAccountingKeyFigureSet,

      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      _Text[1:Language = $session.system_language].AssetAcctgKeyFigureSetName
}
where
  AssetAcctgKeyFigSetAnlytlCntxt = '04'