R_HierRuntimeRprstnInnerNode
Hierarchy Inner Node
R_HierRuntimeRprstnInnerNode is a Basic CDS View that provides data about "Hierarchy Inner Node" in SAP S/4HANA. It reads from 1 data source (R_HierRuntimeRprstnNode) and exposes 13 fields with key fields UniversalHierarchy, HierarchyVersion, ValidityEndDate, HierarchyNode, HierarchyNodeClass. Part of development package FINS_FI_HIERARCHY_VH.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_HierRuntimeRprstnNode | R_HierRuntimeRprstnNode | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Hierarchy Inner Node | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view |
Fields (13)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | UniversalHierarchy | HierarchyID | ||
| KEY | HierarchyVersion | HierarchyVersion | ||
| KEY | ValidityEndDate | ValidityEndDate | ||
| KEY | HierarchyNode | HierarchyNode | ||
| KEY | HierarchyNodeClass | HierarchyNodeClass | ||
| KEY | HierarchyParentNode | ParentNode | ||
| ValidityStartDate | ValidityStartDate | |||
| NodeType | NodeType | |||
| HierarchyNodeVal | HierarchyNodeVal | |||
| HierarchyNodeLevel | HierarchyNodeLevel | |||
| HierarchyType | HierarchyType | |||
| _Text | _Text | |||
| _Hierarchy | _Hierarchy |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Hierarchy Inner Node'
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type:#SAP_INTERNAL_API
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
dataClass: #MASTER,
serviceQuality: #C,
sizeCategory: #XXL
}
define view entity R_HierRuntimeRprstnInnerNode
as select from R_HierRuntimeRprstnNode
{
key HierarchyID as UniversalHierarchy,
key HierarchyVersion,
@Semantics.businessDate.to: true
key ValidityEndDate,
@ObjectModel.text.association: '_Text'
key HierarchyNode,
key HierarchyNodeClass,
key ParentNode as HierarchyParentNode,
@Semantics.businessDate.from: true
ValidityStartDate,
NodeType,
HierarchyNodeVal,
HierarchyNodeLevel,
HierarchyType,
_Text,
_Hierarchy
}
where ( NodeType = 'R' or NodeType = 'N' )
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