I_FACTORYCALENDARTEXT

CDS View

Factory Calendar - Text

I_FACTORYCALENDARTEXT is a CDS View in S/4HANA. Factory Calendar - Text. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
C_FactoryCalendarText view from CONSUMPTION Text view for Factory calendar text
C_InvoiceDatesTextVHTemp view from CONSUMPTION
I_SetlMgmtSchedgWlCalendarIDT view_entity from BASIC Schedg Worklist Calendar ID - Text
@AbapCatalog.sqlViewName: 'IPPFACTORYCALTXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true 
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'FactoryCalendar'
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #M, dataClass: #ORGANIZATIONAL}
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
@EndUserText.label: 'Factory Calendar - Text'
@AccessControl.personalData.blocking: #NOT_REQUIRED
@ClientHandling.type: #INHERITED
@AbapCatalog.buffering.type: #FULL
@Analytics:{ dataExtraction: { enabled : true  }}
@ObjectModel.supportedCapabilities: [ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE ]


define view I_FactoryCalendarText
  as select from tfact as txt
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
      @ObjectModel.text.element: 'FactoryCalendarName'
  key cast(txt.ident as cr_wfcid preserving type)   as FactoryCalendar,
      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key cast(txt.spras as spras preserving type)      as Language,
      @Search: {defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
      @Semantics.text: true
      cast(txt.ltext as pph_fktext preserving type) as FactoryCalendarName,

      // Associations

      _Language
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TFACT"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/