A_FundedProgramHierNodeT
Funded Program Hierarchy Node Text
A_FundedProgramHierNodeT is a Consumption CDS View that provides data about "Funded Program Hierarchy Node Text" in SAP S/4HANA. It reads from 1 data source (I_FundedProgramHierarchyNodeT) and exposes 8 fields with key fields FinancialManagementArea, FundedProgramHierarchy, HierarchyNode, ValidityEndDate, Language. It is exposed through 1 OData service (API_FUNDEDPROGRAMHIERARCHY). Part of development package PSM_FM_API.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_FundedProgramHierarchyNodeT | I_FundedProgramHierarchyNodeT | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | AFPHRYNT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Funded Program Hierarchy Node Text | view | |
| VDM.viewType | #CONSUMPTION | 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_FundedProgramHierarchyNodeText_Type | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_FUNDEDPROGRAMHIERARCHY | API_FUNDEDPROGRAMHIERARCHY | V2 | C2 | C1 |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FinancialManagementArea | FinancialManagementArea | ||
| KEY | FundedProgramHierarchy | FundedProgramHierarchy | ||
| KEY | HierarchyNode | HierarchyNode | ||
| KEY | ValidityEndDate | ValidityEndDate | ||
| KEY | Language | Language | ||
| HierarchyNodeText | HierarchyNodeText | |||
| HierarchyNodeShortText | HierarchyNodeShortText | |||
| ValidityStartDate | ValidityStartDate |
@AbapCatalog.sqlViewName: 'AFPHRYNT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck:#CHECK
@EndUserText.label: 'Funded Program Hierarchy Node Text'
@VDM.viewType:#CONSUMPTION
@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_FundedProgramHierarchyNodeText_Type'
@Metadata.ignorePropagatedAnnotations:true
define view A_FundedProgramHierNodeT
as select from I_FundedProgramHierarchyNodeT
{
key FinancialManagementArea,
key FundedProgramHierarchy,
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