A_CostCenterText_2
Cost Center Text
A_CostCenterText_2 is a Composite CDS View that provides data about "Cost Center Text" in SAP S/4HANA. It reads from 1 data source (R_CostCenterTextTP) and exposes 6 fields with key fields Language, ControllingArea, CostCenter, ValidityEndDate. It is exposed through 1 OData service (API_COST_CENTER).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_CostCenterTextTP | R_CostCenterTextTP | projection |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| VDM.viewType | #COMPOSITE | view | |
| EndUserText.label | Cost Center Text | view | |
| ObjectModel.modelingPattern | #TRANSACTIONAL_QUERY | view | |
| ObjectModel.sapObjectNodeType.name | CostCenterText | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| OData.entityType.name | CostCenterText_Type | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_COST_CENTER | API_COST_CENTER | V4 | C2 | C1 |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | Language | ||
| KEY | ControllingArea | ControllingArea | ||
| KEY | CostCenter | CostCenter | ||
| KEY | ValidityEndDate | ValidityEndDate | ||
| CostCenterName | CostCenterName | |||
| CostCenterDescription | CostCenterDescription |
@AccessControl.authorizationCheck: #MANDATORY
@VDM:{
lifecycle.contract.type: #PUBLIC_REMOTE_API,
viewType: #COMPOSITE
}
@EndUserText.label: 'Cost Center Text'
@ObjectModel:{
modelingPattern: #TRANSACTIONAL_QUERY,
sapObjectNodeType.name: 'CostCenterText',
supportedCapabilities: [#TRANSACTIONAL_PROVIDER],
dataCategory: #TEXT,
usageType: {
serviceQuality: #A,
sizeCategory: #L,
dataClass: #MASTER
}
}
@Metadata.ignorePropagatedAnnotations: true
@OData: {
entityType.name: 'CostCenterText_Type'
}
define view entity A_CostCenterText_2
as projection on R_CostCenterTextTP
{
@Semantics.language: true
key Language,
key ControllingArea,
key CostCenter,
key ValidityEndDate,
@Semantics.text: true
CostCenterName,
CostCenterDescription,
/* Associations */
_CostCenterTP as _CostCenter: redirected to parent A_CostCenter_2
}
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