I_AssetKeyFigureSetText
Asset Key Figure Set - Text
I_AssetKeyFigureSetText is a Basic CDS View that provides data about "Asset Key Figure Set - Text" in SAP S/4HANA. It reads from 1 data source (faac_kfcsett) and exposes 4 fields with key fields AssetAccountingKeyFigureSet, Language. It has 1 association to related views. Part of development package FINS_FAA_CFG_DB.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| faac_kfcsett | faac_kfcsett | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IASSETKEYFIGSETT | view | |
| AbapCatalog.preserveKey | true | view | |
| EndUserText.label | Asset Key Figure Set - Text | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | AssetAccountingKeyFigureSet | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Search.searchable | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AssetAccountingKeyFigureSet | faac_kfcsett | kkey_figure_set | |
| KEY | Language | faac_kfcsett | langu | |
| AssetAcctgKeyFigureSetName | faac_kfcsett | description | ||
| _Language | _Language |
@AbapCatalog: {sqlViewName: 'IASSETKEYFIGSETT', preserveKey: true}
@EndUserText.label: 'Asset Key Figure Set - Text'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: { representativeKey: 'AssetAccountingKeyFigureSet',
dataCategory: #TEXT,
usageType.serviceQuality: #A,
usageType.sizeCategory: #S,
usageType.dataClass: #CUSTOMIZING,
modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
supportedCapabilities: [#LANGUAGE_DEPENDENT_TEXT]
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: true
define view I_AssetKeyFigureSetText
as select from faac_kfcsett
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
key faac_kfcsett.kkey_figure_set as AssetAccountingKeyFigureSet,
@Semantics.language
@ObjectModel.foreignKey.association: '_Language'
key faac_kfcsett.langu as Language,
@Semantics.text: true
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
faac_kfcsett.description as AssetAcctgKeyFigureSetName,
_Language
}
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