A_CnsldtnMatlGrpHierDir
Combined Material Group Hierarchy Directory
A_CnsldtnMatlGrpHierDir is a Basic CDS View that provides data about "Combined Material Group Hierarchy Directory" in SAP S/4HANA. It reads from 1 data source (I_CnsldtnMatlGrpHierDir) and exposes 3 fields with key field AdditionalMasterDataHierarchy.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CnsldtnMatlGrpHierDir | I_CnsldtnMatlGrpHierDir | from |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ACSMATGRPHD | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Combined Material Group 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 | |
| OData.entitySet.name | MaterialGroupHierDir | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AdditionalMasterDataHierarchy | AdditionalMasterDataHierarchy | ||
| LastChangedByUser | LastChangedByUser | |||
| LastChangeDateTime | LastChangeDateTime |
@AbapCatalog.sqlViewName: 'ACSMATGRPHD'
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Combined Material Group 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
@OData.entitySet.name: 'MaterialGroupHierDir'
@Metadata.ignorePropagatedAnnotations: true
define view A_CnsldtnMatlGrpHierDir
as select from I_CnsldtnMatlGrpHierDir
{
key AdditionalMasterDataHierarchy,
LastChangedByUser,
LastChangeDateTime
// TODO: add navigation to hierarchy nodes
// TODO: add navigation to hierarchy directory text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CNSLDTNMATLGRPHIERDIR"
],
"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