A_CnsldtnPartCostCtrHierDir

DDL: A_CNSLDTNPARTCOSTCTRHIERDIR SQL: ACSPCOSTCTRHDIR Type: view BASIC Package: FIN_CS_MD_API

Combined Partner Cost Center Hier Dir

A_CnsldtnPartCostCtrHierDir is a Basic CDS View that provides data about "Combined Partner Cost Center Hier Dir" in SAP S/4HANA. It reads from 1 data source (A_CnsldtnCostCenterHierDir) and exposes 7 fields with key fields AdditionalMasterDataHierarchy, ValidityEndDate. Part of development package FIN_CS_MD_API.

Data Sources (1)

SourceAliasJoin Type
A_CnsldtnCostCenterHierDir A_CnsldtnCostCenterHierDir from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName ACSPCOSTCTRHDIR view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
Metadata.ignorePropagatedAnnotations true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.representativeKey AdditionalMasterDataHierarchy view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
EndUserText.label Combined Partner Cost Center Hier Dir view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY AdditionalMasterDataHierarchy AdditionalMasterDataHierarchy
KEY ValidityEndDate ValidityEndDate
ValidityStartDate ValidityStartDate
LastChangedByUser LastChangedByUser
LastChangeDateTime LastChangeDateTime
MDHierType HierarchyType
HierarchyType HierarchyType
@AbapCatalog.sqlViewName: 'ACSPCOSTCTRHDIR'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@Metadata.ignorePropagatedAnnotations: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: {
  dataClass: #MASTER,
  serviceQuality: #A,
  sizeCategory: #S
}
@ObjectModel.representativeKey: 'AdditionalMasterDataHierarchy'
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@EndUserText.label: 'Combined Partner Cost Center Hier Dir'

define view A_CnsldtnPartCostCtrHierDir
  as select from A_CnsldtnCostCenterHierDir
{
  key AdditionalMasterDataHierarchy,

      @Semantics.businessDate.to: true
  key ValidityEndDate,

      ValidityStartDate,
      LastChangedByUser,
      LastChangeDateTime,
      HierarchyType as MDHierType,
      HierarchyType
}