I_STATISTICALKEYFIGURE
Statistical Key Figure
I_STATISTICALKEYFIGURE is a CDS View in S/4HANA. Statistical Key Figure. It contains 4 fields. 14 CDS views read from this table.
CDS Views using this table (14)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_StatisticalKeyFigure | view | from | BASIC | Statistical Key Figure |
| C_StatisticalKeyFigureQ0001 | view | from | CONSUMPTION | Statistical Key Figure |
| C_StatisticalKeyFigureVH | view | from | CONSUMPTION | Statistical Key Figure Value Help |
| C_WhereUsedStatKeyFigStdVH | view | from | CONSUMPTION | Where Used List Statistical Key Figures Value Help |
| FAC_CDS_UH_STATKEYFIGURE | view | from | Statistical Key Figure Master Data | |
| I_StatisticalKeyFigureStdVH | view | from | COMPOSITE | Statistical Key Figure |
| I_StatKeyFigCostAllocCyc | view | inner | BASIC | Cost Allocation Cycles |
| I_StatKeyFigCostAllocSgmt | view | inner | BASIC | Cost Allocation Segments |
| P_FinStatisticalKeyFigureItem1 | view_entity | inner | COMPOSITE | Statistical Keyfigures per period - Union |
| P_MstrProjStstclKeyFigRnge | view | inner | BASIC | Master Project Statistical Keyfigure Group Range |
| P_StatisticalKeyFigure | view | from | COMPOSITE | Statistical Key Figure |
| P_StatisticalKeyFigureItem | view_entity | inner | COMPOSITE | Statistical Key Figure Items |
| R_StatisticalKeyFigureEvent | view_entity | from | TRANSACTIONAL | Statistical Key Figure Business Event |
| R_StatisticalKeyFigureTP | view_entity | from | TRANSACTIONAL | Statistical Key Figure - TP |
Fields (4)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | ControllingArea | ControllingArea | 1 |
| KEY | StatisticalKeyFigure | StatisticalKeyFigure | 1 |
| _StatisticalKeyFigureCat | _StatisticalKeyFigureCat | 1 | |
| StstcKeyFigCategory | StatisticalKeyFigureCategory | 1 |
@ObjectModel.representativeKey: 'StatisticalKeyFigure' //Inserted by VDM CDS Suite Plugin
@EndUserText.label: 'Statistical Key Figure'
@AbapCatalog.sqlViewName: 'IFISTSTCKEYFIG'
@ObjectModel.sapObjectNodeType.name: 'StatisticalKeyFigure'
@VDM.viewType: #BASIC
@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: true }
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.type: #CLIENT_DEPENDENT
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@AbapCatalog.buffering: {type: #GENERIC, numberOfKeyFields: 1, status: #ACTIVE}
@Metadata.ignorePropagatedAnnotations: true
@AbapCatalog.compiler.compareFilter: true
@Metadata.allowExtensions: true
@ObjectModel.supportedCapabilities: [ #ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #EXTRACTION_DATA_SOURCE ]
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
define view I_StatisticalKeyFigure as select from tka03
association [0..*] to I_StatisticalKeyFigureText as _Text
on $projection.ControllingArea = _Text.ControllingArea
and $projection.StatisticalKeyFigure = _Text.StatisticalKeyFigure
association[0..1] to I_ControllingArea as _ControllingArea
on $projection.ControllingArea = _ControllingArea.ControllingArea
association [0..1] to I_StatisticalKeyFigureCat as _StatisticalKeyFigureCat
on $projection.StstcKeyFigCategory = _StatisticalKeyFigureCat.StstcKeyFigCategory
association [0..1] to I_UnitOfMeasure as _UnitOfMeasure
on $projection.StstcKeyFigQuantityUnit = _UnitOfMeasure.UnitOfMeasure
association [0..*] to I_StstclKeyFigureHierNode as _StstclKeyFigureHierNode on $projection.ControllingArea = _StstclKeyFigureHierNode.ControllingArea
and $projection.StatisticalKeyFigure = _StstclKeyFigureHierNode.StatisticalKeyFigure
association [0..1] to I_UserContactCard as _UserCrtedContactCard on $projection.StstclKeyFigureCreatedByUser = _UserCrtedContactCard.ContactCardID
association [0..1] to I_UserContactCard as _LastChangedByUserContactCard on $projection.StstclKeyFigLastChangedByUser = _LastChangedByUserContactCard.ContactCardID
{
@ObjectModel.hierarchy.association: '_StstclKeyFigureHierNode'
@ObjectModel.text.association: '_Text'
key cast(stagr as fis_stagr preserving type ) as StatisticalKeyFigure,
@ObjectModel.foreignKey.association: '_ControllingArea' //Inserted by VDM CDS Suite Plugin
key cast(kokrs as fis_kokrs preserving type ) as ControllingArea,
@ObjectModel.foreignKey.association: '_UnitOfMeasure'
msehi as StstcKeyFigQuantityUnit,
@ObjectModel.foreignKey.association: '_StatisticalKeyFigureCat'
grtyp as StstcKeyFigCategory,
@Semantics.systemDateTime.createdAt: true
created_on as StstclKeyFigCreatedAtDateTime,
@Semantics.systemDateTime.lastChangedAt: true
last_changed_on as StstclKeyFigLastChgdAtDteTme,
@ObjectModel.foreignKey.association: '_UserCrtedContactCard'
@Semantics.user.createdBy: true
created_by as StstclKeyFigureCreatedByUser,
@ObjectModel.foreignKey.association: '_LastChangedByUserContactCard'
@Semantics.user.lastChangedBy: true
last_changed_by as StstclKeyFigLastChangedByUser,
hktyp as StstclKeyFigureOrigin,
struct as LogsInformationSystemTable,
kennz as LogsInfoSystemKeyFigure,
w_flag as StstclKeyFigureIsCurrency,
m_plan as StstclKeyFigProcgPlndValType,
m_ist as StstclKeyFigProcgActlValType,
_Text,
_ControllingArea,
_StatisticalKeyFigureCat,
_UnitOfMeasure,
_StstclKeyFigureHierNode,
_UserCrtedContactCard,
_LastChangedByUserContactCard
}