I_CITStatisticalKeyTypeT

DDL: I_CITSTATISTICALKEYTYPET Type: view_entity BASIC Package: GLO_FIN_CIT

CIT Statistical Key Type - Text

I_CITStatisticalKeyTypeT is a Basic CDS View that provides data about "CIT Statistical Key Type - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, CITStatisticalKeyFigureType. It has 1 association to related views. Part of development package GLO_FIN_CIT.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

CardinalityTargetAliasCondition
[1..1] I_CITStatisticalKeyTypeVH _Value $projection.CITStatisticalKeyFigureType = _Value.CITStatisticalKeyFigureType

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label CIT Statistical Key Type - Text view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #TEXT view
Analytics.technicalName ICITSTATKEYTYPET view
ObjectModel.representativeKey CITStatisticalKeyFigureType view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language
KEY CITStatisticalKeyFigureType
DomainValue dd07t domvalue_l
DomainText Stat Key Figure Type Description
_Value _Value
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'CIT Statistical Key Type - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #TEXT
@Analytics.technicalName: 'ICITSTATKEYTYPET'
@ObjectModel.representativeKey: 'CITStatisticalKeyFigureType'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
define view entity I_CITStatisticalKeyTypeT 
  as select from dd07t
  association [1..1] to I_CITStatisticalKeyTypeVH as _Value on $projection.CITStatisticalKeyFigureType = _Value.CITStatisticalKeyFigureType
{
      @Semantics.language: true
  key cast( dd07t.ddlanguage as spras preserving type ) as Language,
  
      @ObjectModel.foreignKey.association: '_Value'
      @ObjectModel.text.element: ['DomainText']
  key cast( dd07t.domvalue_l as ficite_keyfiguretype )  as CITStatisticalKeyFigureType,
  
      @Consumption.hidden: true
      dd07t.domvalue_l                                  as DomainValue,
      
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      @Semantics.text: true
      @EndUserText.label: 'Stat Key Figure Type Description'
      cast( dd07t.ddtext as val_text preserving type )  as DomainText,
      
      @ObjectModel.association.type: [#TO_COMPOSITION_PARENT, #TO_COMPOSITION_ROOT]
      _Value
}
where
      dd07t.domname  = 'FICITD_KEYFIGURETYPE'
  and dd07t.as4local = 'A'
  and dd07t.as4vers  = '0000'