A_FundCoreHierarchyNodeText
Fund Hierarchy Node Text
A_FundCoreHierarchyNodeText is a Composite CDS View that provides data about "Fund Hierarchy Node Text" in SAP S/4HANA. It reads from 1 data source (I_FundHierarchyNodeText) and exposes 7 fields with key fields FundHierarchy, HierarchyNode, ValidityEndDate, Language. It is exposed through 1 OData service (API_FUNDCOREHIERARCHY). Part of development package PSM_S4C_API.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_FundHierarchyNodeText | I_FundHierarchyNodeText | from |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | AFUNDCOREHRYNT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Fund Hierarchy Node Text | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| OData.entityType.name | A_FundCoreHierarchyNodeText_Type | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_FUNDCOREHIERARCHY | API_FUNDCOREHIERARCHY | V2 | C2 | C1 |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FundHierarchy | FundHierarchy | ||
| KEY | HierarchyNode | HierarchyNode | ||
| KEY | ValidityEndDate | ValidityEndDate | ||
| KEY | Language | Language | ||
| HierarchyNodeText | HierarchyNodeText | |||
| HierarchyNodeShortText | HierarchyNodeShortText | |||
| ValidityStartDate | ValidityStartDate |
@AbapCatalog.sqlViewName: 'AFUNDCOREHRYNT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Fund Hierarchy Node Text'
@VDM.viewType:#COMPOSITE
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:{
usageType: {
dataClass: #MASTER,
serviceQuality: #A,
sizeCategory: #XL
}
}
@ObjectModel.dataCategory: #TEXT
@OData.entityType.name: 'A_FundCoreHierarchyNodeText_Type'
@Metadata.ignorePropagatedAnnotations:true
define view A_FundCoreHierarchyNodeText
as select from I_FundHierarchyNodeText
{
key FundHierarchy,
key HierarchyNode,
@Semantics.businessDate.to: true
key ValidityEndDate,
@Semantics.language:true
key Language,
@Semantics.text: true
HierarchyNodeText,
@Semantics.text: true
HierarchyNodeShortText,
@Semantics.businessDate.from: true
ValidityStartDate
}
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