I_CITStatisticalKeyTypeT
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)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_CITStatisticalKeyTypeVH | _Value | $projection.CITStatisticalKeyFigureType = _Value.CITStatisticalKeyFigureType |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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'
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