I_FactoryCalendarBasicText

DDL: I_FACTORYCALENDARBASICTEXT Type: view_entity BASIC Package: S_FHC_MAINTENANCE

Factory Calendar - Text

I_FactoryCalendarBasicText is a Basic CDS View that provides data about "Factory Calendar - Text" in SAP S/4HANA. It reads from 1 data source (R_FHC_FCAL_COMBINED_TEXT) and exposes 3 fields with key fields FactoryCalendarLanguage, FactoryCalendarID. Part of development package S_FHC_MAINTENANCE.

Data Sources (1)

SourceAliasJoin Type
R_FHC_FCAL_COMBINED_TEXT R_FHC_FCAL_COMBINED_TEXT from

Annotations (11)

NameValueLevelField
EndUserText.label Factory Calendar - Text view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
Consumption.ranked true view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey FactoryCalendarID view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY FactoryCalendarLanguage FactoryCalendarLanguage
KEY FactoryCalendarID FactoryCalendarID
FactoryCalendarDescription FactoryCalendarDescription
@EndUserText.label: 'Factory Calendar - Text'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations:true
@Consumption.ranked: true
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'FactoryCalendarID'
@ObjectModel.supportedCapabilities:  [ #LANGUAGE_DEPENDENT_TEXT ]
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory:  #M


define view entity I_FactoryCalendarBasicText 
  as select from R_FHC_FCAL_COMBINED_TEXT

{
      @Semantics.language:true
  key FactoryCalendarLanguage           as FactoryCalendarLanguage,
  
      @ObjectModel.text.element: ['FactoryCalendarDescription']
  key FactoryCalendarID                 as FactoryCalendarID,

      @Semantics.text:true
      FactoryCalendarDescription        as FactoryCalendarDescription

}