C_CnsldtnUnitValueHelp_2

DDL: C_CNSLDTNUNITVALUEHELP_2 SQL: CCSUNITVH2 Type: view CONSUMPTION

Consolidation Unit Value Help

C_CnsldtnUnitValueHelp_2 is a Consumption CDS View that provides data about "Consolidation Unit Value Help" in SAP S/4HANA. It reads from 1 data source (P_CnsldtnUnit_Combined) and exposes 2 fields with key field ConsolidationUnit.

Data Sources (1)

SourceAliasJoin Type
P_CnsldtnUnit_Combined P_CnsldtnUnit_Combined from

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName CCSUNITVH2 view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #CONSUMPTION view
Search.searchable true view
Consumption.ranked true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.semanticKey ConsolidationUnit view
ObjectModel.representativeKey ConsolidationUnit view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #S view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Consolidation Unit Value Help view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ConsolidationUnit ConsolidationUnit
ConsolidationUnitText Consolidation Unit Description
@AbapCatalog.sqlViewName: 'CCSUNITVH2'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #CONSUMPTION
@Search.searchable: true
@Consumption.ranked: true
@ObjectModel.dataCategory:#VALUE_HELP
@ObjectModel.semanticKey: 'ConsolidationUnit'
@ObjectModel.representativeKey: 'ConsolidationUnit'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.sizeCategory: #S
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Consolidation Unit Value Help'
define view C_CnsldtnUnitValueHelp_2
  as select from P_CnsldtnUnit_Combined
{

       @ObjectModel.text.element:  [ 'ConsolidationUnitText' ]
       @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8  }
  key  ConsolidationUnit,

       @Semantics.text: true
       //@Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.7 } //Raises short dump due to calculated field in underlying views

       @EndUserText.label: 'Consolidation Unit Description'
       @EndUserText.quickInfo: 'Consolidation Unit Description'

       _Text[1: Language=$session.system_language].ConsolidationUnitText
        
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_CNSLDTNUNIT_COMBINED",
"P_CNSLDTNUNIT_COMBINEDTEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/