I_FactoryCalendarValueHelp

DDL: I_FACTORYCALENDARVALUEHELP Type: view_entity COMPOSITE Package: S_FHC_MAINTENANCE

Factory Calendar

I_FactoryCalendarValueHelp is a Composite CDS View that provides data about "Factory Calendar" in SAP S/4HANA. It reads from 1 data source (R_FHC_FCAL_COMBINED) and exposes 5 fields with key field FactoryCalendarID. It has 1 association to related views. Part of development package S_FHC_MAINTENANCE.

Data Sources (1)

SourceAliasJoin Type
R_FHC_FCAL_COMBINED R_FHC_FCAL_COMBINED from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_FactoryCalendarBasicText _Text $projection.FactoryCalendarID = _Text.FactoryCalendarID

Annotations (11)

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

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY FactoryCalendarID FactoryCalendarID
FactoryCalendarLegacyID FactoryCalendarLegacyID
FctryCalendarValidityStartDate FctryCalendarValidityStartDate
FactoryCalendarValidityEndDate FactoryCalendarValidityEndDate
_Text _Text
@EndUserText.label: 'Factory Calendar'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Consumption.ranked: true
@Metadata.ignorePropagatedAnnotations:true
@VDM.viewType: #COMPOSITE
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'FactoryCalendarID'
@ObjectModel.supportedCapabilities:  [ #VALUE_HELP_PROVIDER ]
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory:  #S


define view entity I_FactoryCalendarValueHelp 
  as select from R_FHC_FCAL_COMBINED
    association [0..*] to I_FactoryCalendarBasicText as _Text 
      on $projection.FactoryCalendarID = _Text.FactoryCalendarID  
{
  
      @ObjectModel.text.association: '_Text'
 key  FactoryCalendarID,
  
      FactoryCalendarLegacyID,
      
      FctryCalendarValidityStartDate,
      FactoryCalendarValidityEndDate,
     
      //association to I_FactoryCalendarBasicText

      _Text
      
      
}