I_StstclKeyFigureHierarchyT

DDL: I_STSTCLKEYFIGUREHIERARCHYT SQL: IFISTCLKEYFIGHT Type: view BASIC

Statistical Key Figure Hierarchy - Text

I_StstclKeyFigureHierarchyT is a Basic CDS View that provides data about "Statistical Key Figure Hierarchy - Text" in SAP S/4HANA. It reads from 1 data source (hrrp_dirt_n) and exposes 9 fields with key fields ControllingArea, StatisticalKeyFigureHierarchy, ValidityEndDate, Language. It has 3 associations to related views.

Data Sources (1)

SourceAliasJoin Type
hrrp_dirt_n hrrp_dirt_n from

Associations (3)

CardinalityTargetAliasCondition
[0..1] I_ControllingArea _ControllingAreaText $projection.ControllingArea = _ControllingAreaText.ControllingArea
[0..1] I_ControllingArea _ControllingArea $projection.ControllingArea = _ControllingArea.ControllingArea
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName IFISTCLKEYFIGHT view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
EndUserText.label Statistical Key Figure Hierarchy - Text view
ObjectModel.representativeKey StatisticalKeyFigureHierarchy view
Analytics.dataExtraction.enabled true view
ObjectModel.dataCategory #TEXT view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #XL view
Metadata.ignorePropagatedAnnotations true view
Analytics.internalName #LOCAL view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY ControllingArea hrrp_dirt_n hrycls
KEY StatisticalKeyFigureHierarchy hrrp_dirt_n hryid_42
KEY ValidityEndDate
KEY Language spras
ValidityStartDate
StatKeyFigureHierarchyName hrytxt
_Language _Language
_ControllingArea _ControllingArea
_ControllingAreaText _ControllingAreaText
@AbapCatalog.sqlViewName: 'IFISTCLKEYFIGHT'
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
@EndUserText.label: 'Statistical Key Figure Hierarchy - Text'
@ObjectModel.representativeKey: 'StatisticalKeyFigureHierarchy'
@Analytics: { dataExtraction.enabled: true }
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: {
  dataClass: #MASTER,
  serviceQuality: #A,
  sizeCategory: #XL
}
@Metadata.ignorePropagatedAnnotations:true
@Analytics.internalName:#LOCAL
@ObjectModel.supportedCapabilities: [ #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #LANGUAGE_DEPENDENT_TEXT, #EXTRACTION_DATA_SOURCE ]

define view I_StstclKeyFigureHierarchyT
  as select from hrrp_dirt_n
  //

  association [0..1] to I_ControllingArea as _ControllingAreaText on $projection.ControllingArea = _ControllingAreaText.ControllingArea
  //

  association [0..1] to I_ControllingArea as _ControllingArea     on $projection.ControllingArea = _ControllingArea.ControllingArea

  association [0..1] to I_Language        as _Language            on $projection.Language = _Language.Language

{
        //

        @Consumption.valueHelpDefinition: [
          { entity:  { name:    'I_ControllingAreaStdVH',
                       element: 'ControllingArea' }
          }]
        @ObjectModel.text.association: '_ControllingAreaText'
        //

        @ObjectModel.foreignKey.association: '_ControllingArea'
        //  key   hrrp_directoryt.hrycls                        as ControllingArea,

//  key   cast( hrrp_directory.hrycls as fis_kokrs )    as ControllingArea,

  key   hrrp_dirt_n.hrycls                         as ControllingArea,
  key   hrrp_dirt_n.hryid_42                         as StatisticalKeyFigureHierarchy,
        @Semantics.businessDate.to: true
  key   cast(hrrp_dirt_n.hryvalto as fis_datbi preserving type )   as ValidityEndDate,
        @Semantics.language
  key   spras                                         as Language,
        @Semantics.businessDate.from: true
        cast(hrrp_dirt_n.hryvalfrom as fis_datab preserving type ) as ValidityStartDate,
        @Semantics.text
        hrytxt                                        as StatKeyFigureHierarchyName,
        _Language,
        _ControllingArea,
        //

        @Consumption.hidden: true
        _ControllingAreaText
        //

}
where
  hrrp_dirt_n.hrytyp = '0104'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"HRRP_DIRT_N"
],
"ASSOCIATED":
[
"I_CONTROLLINGAREA",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/