I_CurrencyRoleText
Currency Role - Text
I_CurrencyRoleText is a Basic CDS View that provides data about "Currency Role - Text" in SAP S/4HANA. It reads from 1 data source (finsc_curtypet) and exposes 4 fields with key fields CurrencyRole, Language. It has 1 association to related views. Part of development package FINS_CURRENCY_TYPE_VDM.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| finsc_curtypet | finsc_curtypet | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Currency Role - Text | view | |
| VDM.viewType | #BASIC | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Analytics.dataExtraction.delta.changeDataCapture.automatic | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | CurrencyRole | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AbapCatalog.sqlViewName | IFICURRENCYROLET | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| AbapCatalog.preserveKey | true | view | |
| Search.searchable | true | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CurrencyRole | curtype | ||
| KEY | Language | langu | ||
| CurrencyRoleName | ||||
| _Language | _Language |
@EndUserText.label: 'Currency Role - Text'
@VDM.viewType: #BASIC
@Analytics:{
dataExtraction: {
enabled: true,
delta.changeDataCapture: {
automatic: true
}
}
}
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'CurrencyRole'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'IFICURRENCYROLET'
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #S
}
@AbapCatalog.preserveKey:true
@Search.searchable: true
@ObjectModel.supportedCapabilities:[#CDS_MODELING_DATA_SOURCE,#LANGUAGE_DEPENDENT_TEXT,#EXTRACTION_DATA_SOURCE]
define view I_CurrencyRoleText as select from finsc_curtypet
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
key curtype as CurrencyRole,
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language:true
key langu as Language,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
// short_name as CurrencyRoleName,
@Semantics.text:true
cast( name as fac_crcyrole_txt preserving type ) as CurrencyRoleName,
_Language
}
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