A_CnsldtnProjectHierDir
Combined Project Hierarchy Directory
A_CnsldtnProjectHierDir is a Basic CDS View that provides data about "Combined Project Hierarchy Directory" in SAP S/4HANA. It reads from 1 data source (I_CnsldtnProjectHierDirEnhcd) and exposes 7 fields with key fields AdditionalMasterDataHierarchy, ValidityEndDate.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CnsldtnProjectHierDirEnhcd | I_CnsldtnProjectHierDirEnhcd | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ACSPROJECTHDIR | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Combined Project Hierarchy Directory | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.representativeKey | AdditionalMasterDataHierarchy | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AdditionalMasterDataHierarchy | AdditionalMasterDataHierarchy | ||
| KEY | ValidityEndDate | ValidityEndDate | ||
| ValidityStartDate | ValidityStartDate | |||
| LastChangedByUser | LastChangedByUser | |||
| LastChangeDateTime | LastChangeDateTime | |||
| MDHierType | HierarchyType | |||
| HierarchyType | HierarchyType |
@AbapCatalog.sqlViewName: 'ACSPROJECTHDIR'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Combined Project Hierarchy Directory'
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'AdditionalMasterDataHierarchy'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: {
dataClass: #MASTER,
serviceQuality: #A,
sizeCategory: #S
}
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@Metadata.ignorePropagatedAnnotations: true
define view A_CnsldtnProjectHierDir as select from I_CnsldtnProjectHierDirEnhcd {
key AdditionalMasterDataHierarchy,
@Semantics.businessDate.to: true
key ValidityEndDate,
ValidityStartDate,
LastChangedByUser,
LastChangeDateTime,
@Consumption.hidden: true
HierarchyType as MDHierType,
@Consumption.hidden: true
HierarchyType
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CNSLDTNPROJECTHIERDIRENHCD"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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