I_AssetBalancesKeyFigureSetVH
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. Part of development package FINS_FAA_CFG_DB.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_AssetKeyFigureSet | I_AssetKeyFigureSet | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_AssetKeyFigureSetText | _Text | $projection.AssetAccountingKeyFigureSet = _Text.AssetAccountingKeyFigureSet |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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'
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