C_Currencyvhtemp

DDL: C_CURRENCYVHTEMP SQL: CCURRENCYVH Type: view CONSUMPTION

Value Help for Purchase Order Currency

C_Currencyvhtemp is a Consumption CDS View that provides data about "Value Help for Purchase Order Currency" in SAP S/4HANA. It reads from 1 data source (I_Currency) and exposes 2 fields with key field Currency. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_Currency Currency from

Associations (1)

CardinalityTargetAliasCondition
[0..*] C_Currencytextvhtemp _Text $projection.Currency = _Text.Currency

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName CCURRENCYVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
ObjectModel.representativeKey Currency view
Search.searchable true view
EndUserText.label Value Help for Purchase Order Currency view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.dataCategory #VALUE_HELP view
Consumption.ranked true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Currency I_Currency Currency
_Text _Text
@AbapCatalog.sqlViewName: 'CCURRENCYVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@ObjectModel.representativeKey: 'Currency'
@Search.searchable: true
@EndUserText.label: 'Value Help for Purchase Order Currency'

@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.dataCategory: #VALUE_HELP
@Consumption.ranked: true

define view C_Currencyvhtemp
  as select from I_Currency as Currency

  association [0..*] to C_Currencytextvhtemp as _Text on $projection.Currency = _Text.Currency


{
      @Semantics.currencyCode: true
      @ObjectModel.text.association: '_Text'
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.75
      @Search.ranking: #HIGH
  key Currency.Currency,

//      @Search.defaultSearchElement: true

//      @Search.fuzzinessThreshold: 0.75

//      @Search.ranking: #HIGH

//      @EndUserText.label: 'Decimals'

//      COALESCE(Currency.Decimals, 2) as Decimals,      


//      @Search.defaultSearchElement: true

//     @Search.fuzzinessThreshold: 0.75

//     @Search.ranking: #HIGH

//    Currency.CurrencyISOCode,


      _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CURRENCY"
],
"ASSOCIATED":
[
"C_CURRENCYTEXTVHTEMP"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/