R_StatisticalKeyFigureEvent
Statistical Key Figure Business Event
R_StatisticalKeyFigureEvent is a Transactional CDS View that provides data about "Statistical Key Figure Business Event" in SAP S/4HANA. It reads from 1 data source (I_StatisticalKeyFigure) and exposes 13 fields with key fields StatisticalKeyFigure, ControllingArea.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_StatisticalKeyFigure | I_StatisticalKeyFigure | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Statistical Key Figure Business Event | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.sapObjectNodeType.name | StatisticalKeyFigure | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view |
Fields (13)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | StatisticalKeyFigure | StatisticalKeyFigure | ||
| KEY | ControllingArea | ControllingArea | ||
| StstcKeyFigQuantityUnit | StstcKeyFigQuantityUnit | |||
| StstcKeyFigCategory | StstcKeyFigCategory | |||
| StstclKeyFigureOrigin | StstclKeyFigureOrigin | |||
| StstclKeyFigureIsCurrency | StstclKeyFigureIsCurrency | |||
| StstclKeyFigProcgPlndValType | StstclKeyFigProcgPlndValType | |||
| StstclKeyFigProcgActlValType | StstclKeyFigProcgActlValType | |||
| _ControllingArea | _ControllingArea | |||
| _StatisticalKeyFigureCat | _StatisticalKeyFigureCat | |||
| _StstclKeyFigureHierNode | _StstclKeyFigureHierNode | |||
| _Text | _Text | |||
| _UnitOfMeasure | _UnitOfMeasure |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Statistical Key Figure Business Event'
@VDM.viewType: #TRANSACTIONAL
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.sapObjectNodeType.name: 'StatisticalKeyFigure'
@VDM.lifecycle.contract.type:#SAP_INTERNAL_API
define root view entity R_StatisticalKeyFigureEvent as select from I_StatisticalKeyFigure
{
key StatisticalKeyFigure,
key ControllingArea,
StstcKeyFigQuantityUnit,
StstcKeyFigCategory,
StstclKeyFigureOrigin,
StstclKeyFigureIsCurrency,
StstclKeyFigProcgPlndValType,
StstclKeyFigProcgActlValType,
/* Associations */
_ControllingArea,
_StatisticalKeyFigureCat,
_StstclKeyFigureHierNode,
_Text,
_UnitOfMeasure
}
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