C_FactoryCalendarValueHelp

DDL: C_FACTORYCALENDARVALUEHELP SQL: CFACTORYCALVH Type: view CONSUMPTION

Factory Calendar Value help

C_FactoryCalendarValueHelp is a Consumption CDS View that provides data about "Factory Calendar Value help" in SAP S/4HANA. It reads from 1 data source (I_FactoryCalendar) and exposes 3 fields with key field FactoryCalendar. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_FactoryCalendar I_FactoryCalendar from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_FactoryCalendarText _Text $projection.FactoryCalendar = _Text.FactoryCalendar

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName CFACTORYCALVH view
VDM.viewType #CONSUMPTION view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Factory Calendar Value help view
ObjectModel.representativeKey FactoryCalendar view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view
ObjectModel.semanticKey FactoryCalendar view
Search.searchable true view
ObjectModel.dataCategory #VALUE_HELP view
Consumption.ranked true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY FactoryCalendar FactoryCalendar
FactoryCalendarName
_Text _Text
@AbapCatalog.sqlViewName: 'CFACTORYCALVH'
@VDM.viewType: #CONSUMPTION
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Factory Calendar Value help'
@ObjectModel.representativeKey: 'FactoryCalendar'
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #S, dataClass: #ORGANIZATIONAL}
@ObjectModel.semanticKey: 'FactoryCalendar'
@Search.searchable: true
@ObjectModel.dataCategory: #VALUE_HELP
@Consumption.ranked: true

define view C_FactoryCalendarValueHelp as select from I_FactoryCalendar 

 association [0..*] to I_FactoryCalendarText as _Text              on $projection.FactoryCalendar   = _Text.FactoryCalendar
{
 
  @Search.defaultSearchElement: true
  @Search.fuzzinessThreshold: 0.8
  @ObjectModel.text.element: ['FactoryCalendarName']
  @Search.ranking: #HIGH
  key FactoryCalendar,
      @Semantics.text: true
      _Text[1:Language = $session.system_language].FactoryCalendarName,
  _Text
 
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_FACTORYCALENDAR",
"I_FACTORYCALENDARTEXT"
],
"ASSOCIATED":
[
"I_FACTORYCALENDARTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/