A_CNSLDTNCUSTOMERGRPHIERDIR
Combined Customer Group Hierarchy Directory
A_CNSLDTNCUSTOMERGRPHIERDIR is a CDS View in S/4HANA. Combined Customer Group Hierarchy Directory. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_CnsldtnCustomerGroupHierT | view | inner | BASIC | Combined Customer Group Hierarchy Text |
@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":""
}
}*/