I_BalExpsrKeyFigHierNode
Bal Sheet Exp Key Fig Hierarchy Node
I_BalExpsrKeyFigHierNode is a Basic CDS View that provides data about "Bal Sheet Exp Key Fig Hierarchy Node" in SAP S/4HANA. It reads from 1 data source (P_BalExpsrKeyFigHierNode) and exposes 6 fields with key field HierarchyNode. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_BalExpsrKeyFigHierNode | P_BalExpsrKeyFigHierNode | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_BalExpsrKeyFigHierNodeT | _Text | $projection.HierarchyNode = _Text.HierarchyNode and $projection.BalSheetExpsrKeyFigure = '' |
| [0..1] | I_BalSheetExpsrKeyFigure | _BalSheetExpsrKeyFigure | $projection.BalSheetExpsrKeyFigure = _BalSheetExpsrKeyFigure.BalSheetExpsrKeyFigure |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IBSEHIERN | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.dataCategory | #HIERARCHY | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| Hierarchy.parentChild.name | Exposure Hierarchy | view | |
| Hierarchy.parentChild.recurse.parent | ParentNode | view | |
| Hierarchy.parentChild.recurse.child | HierarchyNode | view | |
| EndUserText.label | Bal Sheet Exp Key Fig Hierarchy Node | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | HierarchyNode | HierarchyNode | ||
| ParentNode | ParentNode | |||
| HierarchyNodeText | HierarchyNodeText | |||
| BalSheetExpsrKeyFigure | BalSheetExpsrKeyFigure | |||
| _BalSheetExpsrKeyFigure | _BalSheetExpsrKeyFigure | |||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'IBSEHIERN'
@AccessControl.authorizationCheck: #NOT_REQUIRED --PRIVILEGED_ONLY
@VDM.viewType: #BASIC
@ObjectModel: { dataCategory: #HIERARCHY,
usageType.serviceQuality: #B,
usageType.sizeCategory: #L,
usageType.dataClass: #CUSTOMIZING }
@Hierarchy.parentChild:
{ name: 'Exposure Hierarchy',
recurse: { parent: 'ParentNode', child: 'HierarchyNode' }
// siblingsOrder: { by: 'HierarchyNode', direction: 'ASC' }
// directory: '_Hierarchy'
}
@EndUserText.label: 'Bal Sheet Exp Key Fig Hierarchy Node'
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
/*+[hideWarning] { "IDS" : [ "CALCULATED_FIELD_CHECK" ] } */
define view I_BalExpsrKeyFigHierNode
as select from P_BalExpsrKeyFigHierNode
association [0..*] to I_BalExpsrKeyFigHierNodeT as _Text on $projection.HierarchyNode = _Text.HierarchyNode
and $projection.BalSheetExpsrKeyFigure = ''
association [0..1] to I_BalSheetExpsrKeyFigure as _BalSheetExpsrKeyFigure on $projection.BalSheetExpsrKeyFigure = _BalSheetExpsrKeyFigure.BalSheetExpsrKeyFigure
{
@ObjectModel.text.association: '_Text'
key HierarchyNode,
ParentNode,
HierarchyNodeText,
@ObjectModel.foreignKey.association: '_BalSheetExpsrKeyFigure'
BalSheetExpsrKeyFigure,
_BalSheetExpsrKeyFigure,
_Text
}
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