R_StatisticalKeyFigureTextTP
Statistical Key Figure - Text TP
R_StatisticalKeyFigureTextTP is a Transactional CDS View that provides data about "Statistical Key Figure - Text TP" in SAP S/4HANA. It reads from 1 data source (I_StatisticalKeyFigureText) and exposes 8 fields with key fields Language, ControllingArea, StatisticalKeyFigure. Part of development package RAP_FIN_CO_STAT_KEY_FIGURE.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_StatisticalKeyFigureText | I_StatisticalKeyFigureText | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| EndUserText.label | Statistical Key Figure - Text TP | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #ORGANIZATIONAL | view | |
| ObjectModel.representativeKey | StatisticalKeyFigure | 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 | StatisticalKeyFigure | StatisticalKeyFigure | ||
| LanguageForEdit | Language | |||
| StatisticalKeyFigureName | ||||
| _ControllingArea | _ControllingArea | |||
| _Language | _Language | |||
| _StatisticalKeyFigureTP | _StatisticalKeyFigureTP |
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #NOT_REQUIRED
@EndUserText.label: 'Statistical Key Figure - Text TP'
@ObjectModel: {
dataCategory: #TEXT,
usageType: {
serviceQuality: #A,
sizeCategory: #M,
dataClass: #ORGANIZATIONAL
},
semanticKey: [ 'Language', 'ControllingArea', 'StatisticalKeyFigure' ]
}
@ObjectModel.representativeKey: 'StatisticalKeyFigure'
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@Metadata.ignorePropagatedAnnotations: true
define view entity R_StatisticalKeyFigureTextTP
as select from I_StatisticalKeyFigureText
association to parent R_StatisticalKeyFigureTP as _StatisticalKeyFigureTP on $projection.ControllingArea = _StatisticalKeyFigureTP.ControllingArea
and $projection.StatisticalKeyFigure = _StatisticalKeyFigureTP.StatisticalKeyFigure
{
@Semantics.language: true
key Language,
key ControllingArea,
key StatisticalKeyFigure,
@ObjectModel.editableFieldFor: 'Language'
Language as LanguageForEdit,
@Semantics.text: true
cast (StatisticalKeyFigureName as fis_ui_stagr_text) as StatisticalKeyFigureName,
/* Associations */
_ControllingArea,
_Language,
_StatisticalKeyFigureTP
}
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