C_FactoryCalendarText

DDL: C_FACTORYCALENDARTEXT SQL: CCALENDARTXT Type: view CONSUMPTION

Text view for Factory calendar text

C_FactoryCalendarText is a Consumption CDS View that provides data about "Text view for Factory calendar text" 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 (12)

NameValueLevelField
AbapCatalog.sqlViewName CCALENDARTXT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey FactoryCalendar view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view
Search.searchable true view
VDM.viewType #CONSUMPTION view
EndUserText.label Text view for Factory calendar text view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY FactoryCalendar FactoryCalendar
KEY Language Language
FactoryCalendarName FactoryCalendarName
@AbapCatalog.sqlViewName: 'CCALENDARTXT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'FactoryCalendar'
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #S, dataClass: #ORGANIZATIONAL}
@Search.searchable: true
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'Text view for Factory calendar text'
define view C_FactoryCalendarText as select from I_FactoryCalendarText
  
 {
  @ObjectModel.text.element: 'FactoryCalendarName'
 key FactoryCalendar,
 @Semantics.language: true
 key Language,
 @Search: {defaultSearchElement: true, fuzzinessThreshold: 0.5}
 @Semantics.text: true
 FactoryCalendarName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_FACTORYCALENDARTEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/