I_AssetKeyFigureSet
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)
| Source | Alias | Join Type |
|---|---|---|
| faac_kfcset | faac_kfcset | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_AssetKeyFigureSetText | _Text | $projection.AssetAccountingKeyFigureSet = _Text.AssetAccountingKeyFigureSet |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA