I_CURRENCYROLETEXT

CDS View

Currency Role - Text

I_CURRENCYROLETEXT is a CDS View in S/4HANA. Currency Role - Text. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_CurrencyTypesCorrespnc view left_outer COMPOSITE Currency Types for Correspondence
@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
  }

       
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"FINSC_CURTYPET"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/