C_InvoiceDatesTextVHTemp

DDL: C_INVOICEDATESTEXTVHTEMP SQL: CINVOICEDTESTEXT Type: view CONSUMPTION

C_InvoiceDatesTextVHTemp is a Consumption CDS View in SAP S/4HANA. It reads from 1 data source (I_FactoryCalendarText) and exposes 3 fields with key fields FactoryCalendar, Language.

Data Sources (1)

SourceAliasJoin Type
I_FactoryCalendarText I_FactoryCalendarText from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName CINVOICEDTESTEXT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey FactoryCalendar view
Search.searchable true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY FactoryCalendar FactoryCalendar
KEY Language Language
FactoryCalendarName FactoryCalendarName Invoice Dates Description
@AbapCatalog.sqlViewName: 'CINVOICEDTESTEXT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'FactoryCalendar'
@Search.searchable: true

@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER

define view C_InvoiceDatesTextVHTemp as select from I_FactoryCalendarText {
 key FactoryCalendar,
  @Semantics.language:true
  key Language,
  @Semantics.text: true
  @EndUserText.label: 'Invoice Dates Description'
  @Search.defaultSearchElement: true
  @Search.fuzzinessThreshold: 0.8
  @Search.ranking: #LOW
   FactoryCalendarName
}    
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_FACTORYCALENDARTEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/