A_CnsldtnMatlGrpHierDir

DDL: A_CNSLDTNMATLGRPHIERDIR SQL: ACSMATGRPHD Type: view BASIC

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)

SourceAliasJoin Type
I_CnsldtnMatlGrpHierDir I_CnsldtnMatlGrpHierDir from

Annotations (14)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/