I_ASSETKEYFIGURESET
Asset Key Figure Set
I_ASSETKEYFIGURESET is a CDS View in S/4HANA. Asset Key Figure Set. 5 CDS views read from this table.
CDS Views using this table (5)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_AssetBalancesKeyFigureSetVH | view | from | COMPOSITE | Asset Balances Key Figure Group |
| I_AssetHistSheetKeyFigureSetVH | view | from | COMPOSITE | Asset History Sheet Key Figure Group |
| I_AssetSortedKeyFigureSetSpec | view | inner | BASIC | Sorted Fixed Asset Key Figure Set Specification |
| I_AssetTransKeyFigureSetVH | view_entity | from | COMPOSITE | Asset Transactions Key Figure Set Value Help |
| P_FixedAssetDepreciationListKF | view | inner | COMPOSITE |
@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
}