C_SalesInsightCrcyVH

DDL: C_SALESINSIGHTCRCYVH SQL: CSICURRENCYVH Type: view CONSUMPTION

Sales Insight: Currency Value Help

C_SalesInsightCrcyVH is a Consumption CDS View that provides data about "Sales Insight: Currency Value Help" in SAP S/4HANA. It reads from 1 data source (I_Currency) and exposes 2 fields with key field Currency.

Data Sources (1)

SourceAliasJoin Type
I_Currency I_Currency from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName CSICURRENCYVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Sales Insight: Currency Value Help view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #CONSUMPTION view
Search.searchable true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Currency Currency
_Text _Text
@AbapCatalog.sqlViewName: 'CSICURRENCYVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED 
@EndUserText.label: 'Sales Insight: Currency Value Help'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #M
@ObjectModel.usageType.dataClass: #MASTER
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #CONSUMPTION
@Search.searchable: true

define view C_SalesInsightCrcyVH 

as select from I_Currency 
{
    @Search.defaultSearchElement: true
    @Search.fuzzinessThreshold: 0.7
    @ObjectModel.text.association: '_Text'
    key Currency,  
    
    _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CURRENCY"
],
"ASSOCIATED":
[
"I_CURRENCYTEXT"
],
"BASE":
[
"I_CURRENCY"
],
"VERSION":0
}
}*/