I_AssetKeyFigureSet

DDL: I_ASSETKEYFIGURESET Type: view BASIC

Asset Key Figure Set

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

Data Sources (1)

SourceAliasJoin Type
faac_kfcset faac_kfcset from

Associations (1)

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

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IASSETKEYFIGUSET view
AbapCatalog.preserveKey true view
Analytics.dataCategory #DIMENSION view
EndUserText.label Asset Key Figure Set view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey AssetAccountingKeyFigureSet 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
Search.searchable true view
Metadata.ignorePropagatedAnnotations true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY AssetAccountingKeyFigureSet key_figure_set
AssetAcctgKeyFigSetAnlytlCntxt context
_Text _Text
@AbapCatalog: {sqlViewName: 'IASSETKEYFIGUSET', preserveKey: true}
@Analytics: {dataCategory: #DIMENSION }
@EndUserText.label: 'Asset Key Figure Set'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: { representativeKey: 'AssetAccountingKeyFigureSet',
                usageType.serviceQuality: #A,
                usageType.sizeCategory: #S,
                usageType.dataClass: #CUSTOMIZING,
                modelingPattern: #ANALYTICAL_DIMENSION,
                supportedCapabilities: [#ANALYTICAL_DIMENSION]
              }
@ClientHandling.algorithm: #SESSION_VARIABLE
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: true

define view I_AssetKeyFigureSet
  as select from faac_kfcset

  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 key_figure_set as AssetAccountingKeyFigureSet,

      context        as AssetAcctgKeyFigSetAnlytlCntxt,

      _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FAAC_KFCSET"
],
"ASSOCIATED":
[
"I_ASSETKEYFIGURESETTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/