I_AssetBalancesKeyFigureSetVH

DDL: I_ASSETBALANCESKEYFIGURESETVH Type: view COMPOSITE

Asset Balances Key Figure Group

I_AssetBalancesKeyFigureSetVH is a Composite CDS View that provides data about "Asset Balances Key Figure Group" 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 (14)

NameValueLevelField
AbapCatalog.sqlViewName IFIASTBALKFGVH view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
EndUserText.label Asset Balances Key Figure Group 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
ObjectModel.modelingPattern #VALUE_HELP_PROVIDER view
ClientHandling.algorithm #SESSION_VARIABLE view
Search.searchable true view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY AssetAccountingKeyFigureSet AssetAccountingKeyFigureSet
_Text _Text
@AbapCatalog: {sqlViewName: 'IFIASTBALKFGVH', preserveKey: true}
@AbapCatalog.compiler.compareFilter: true
@EndUserText.label: 'Asset Balances Key Figure Group'
@VDM.viewType: #COMPOSITE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: { usageType.serviceQuality: #A,
                usageType.sizeCategory: #S,
                usageType.dataClass: #CUSTOMIZING,
                dataCategory: #VALUE_HELP,
                modelingPattern: #VALUE_HELP_PROVIDER,
                supportedCapabilities: [#VALUE_HELP_PROVIDER] }
@ClientHandling.algorithm: #SESSION_VARIABLE
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: true

define view I_AssetBalancesKeyFigureSetVH
  as select from I_AssetKeyFigureSet

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

{
      @ObjectModel.text.association: '_Text'
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
  key AssetAccountingKeyFigureSet,

      _Text
}
where
  AssetAcctgKeyFigSetAnlytlCntxt = '02'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ASSETKEYFIGURESET"
],
"ASSOCIATED":
[
"I_ASSETKEYFIGURESETTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/