C_FactoryCalWeekendPostingVH

DDL: C_FACTORYCALWEEKENDPOSTINGVH SQL: CFCALWKNDPSTGVH Type: view CONSUMPTION

Factory Calendar VH Excl Spcl Rules

C_FactoryCalWeekendPostingVH is a Consumption CDS View that provides data about "Factory Calendar VH Excl Spcl Rules" 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 CFCALWKNDPSTGVH view
VDM.viewType #CONSUMPTION view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Factory Calendar VH Excl Spcl Rules view
ObjectModel.representativeKey FactoryCalendar view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view
ClientHandling.algorithm #SESSION_VARIABLE view
Search.searchable true view
ObjectModel.dataCategory #VALUE_HELP view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY FactoryCalendar FactoryCalendar
FactoryCalendarName
_Text _Text
@AbapCatalog.sqlViewName: 'CFCALWKNDPSTGVH'
@VDM.viewType: #CONSUMPTION
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Factory Calendar VH Excl Spcl Rules'
@ObjectModel.representativeKey: 'FactoryCalendar'
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #S, dataClass: #ORGANIZATIONAL}
@ObjectModel.semanticKey: ['FactoryCalendar']
@ClientHandling.algorithm: #SESSION_VARIABLE
@Search.searchable: true
@ObjectModel.dataCategory: #VALUE_HELP

define view C_FactoryCalWeekendPostingVH 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 
}
where I_FactoryCalendar.FactoryCalSpclRulesAreExisting = ' '
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_FACTORYCALENDAR",
"I_FACTORYCALENDARTEXT"
],
"ASSOCIATED":
[
"I_FACTORYCALENDARTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/