R_ProfitCenterTextTP
Profit Center - Text TP
R_ProfitCenterTextTP is a Transactional CDS View that provides data about "Profit Center - Text TP" in SAP S/4HANA. It reads from 1 data source (I_ProfitCenterText) and exposes 8 fields with key fields Language, ControllingArea, ProfitCenter, ValidityEndDate.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ProfitCenterText | I_ProfitCenterText | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Profit Center - Text TP | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | Language | ||
| KEY | ControllingArea | ControllingArea | ||
| KEY | ProfitCenter | ProfitCenter | ||
| KEY | ValidityEndDate | ValidityEndDate | ||
| LanguageForEdit | Language | |||
| ProfitCenterName | ProfitCenterName | |||
| ProfitCenterLongName | ProfitCenterLongName | |||
| _ProfitCenterTP | _ProfitCenterTP |
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Profit Center - Text TP'
@ObjectModel: {
dataCategory: #TEXT,
usageType: {
serviceQuality: #A,
sizeCategory: #M,
dataClass: #MASTER
}
}
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type:#SAP_INTERNAL_API
}
@Metadata.ignorePropagatedAnnotations: true
define view entity R_ProfitCenterTextTP
as select from I_ProfitCenterText
association to parent R_ProfitCenterTP as _ProfitCenterTP on $projection.ControllingArea = _ProfitCenterTP.ControllingArea
and $projection.ProfitCenter = _ProfitCenterTP.ProfitCenter
and $projection.ValidityEndDate = _ProfitCenterTP.ValidityEndDate
{
@Semantics.language: true
key Language,
key ControllingArea,
key ProfitCenter,
@Semantics.businessDate.to: true
key ValidityEndDate,
@ObjectModel.editableFieldFor: 'Language'
Language as LanguageForEdit,
@Semantics.text: true
ProfitCenterName,
ProfitCenterLongName,
/* Associations */
_ProfitCenterTP
}
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