A_CnsldtnCustomerGrpHierDir
Combined Customer Group Hierarchy Directory
A_CnsldtnCustomerGrpHierDir is a Basic CDS View that provides data about "Combined Customer Group Hierarchy Directory" in SAP S/4HANA. It reads from 1 data source (I_CnsldtnCustGroupHierDirEnhcd) and exposes 7 fields with key fields AdditionalMasterDataHierarchy, ValidityEndDate.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CnsldtnCustGroupHierDirEnhcd | I_CnsldtnCustGroupHierDirEnhcd | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ACSCUSTGRPHDE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| EndUserText.label | Combined Customer Group Hierarchy Directory | view | |
| AccessControl.authorizationCheck | #CHECK | 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: 'ACSCUSTGRPHDE'
@AbapCatalog.compiler.compareFilter: true
@EndUserText.label: 'Combined Customer Group Hierarchy Directory'
@AccessControl.authorizationCheck: #CHECK
@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_CnsldtnCustomerGrpHierDir as select from I_CnsldtnCustGroupHierDirEnhcd {
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_CNSLDTNCUSTGROUPHIERDIRENHCD"
],
"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