A_CnsldtnPartCostCtrHierDir
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)
| Source | Alias | Join Type |
|---|---|---|
| A_CnsldtnCostCenterHierDir | A_CnsldtnCostCenterHierDir | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| 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: '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
}
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