I_FACTORYCALENDARBASIC
Factory Calendar
I_FACTORYCALENDARBASIC is a CDS View in S/4HANA. Factory Calendar. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_FactoryCalendarValueHelp | view_entity | from | COMPOSITE | Factory Calendar |
@EndUserText.label: 'Factory Calendar'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@ObjectModel.representativeKey: 'FactoryCalendarID'
@ObjectModel.supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET, #CDS_MODELING_DATA_SOURCE ]
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
define view entity I_FactoryCalendarBasic
as select from fhc_c_fcal
association [0..*] to I_FactoryCalendarBasicText as _Text on $projection.FactoryCalendarID = _Text.FactoryCalendarID
{
@ObjectModel.text.association: '_Text'
key factorycalendar_id as FactoryCalendarID,
legacy_factorycalendar_id as FactoryCalendarLegacyID,
holidaycalendar_id as PublicHolidayCalendarID,
work_monday as FctryCalMondayIsWorkingDay,
work_tuesday as FctryCalTuesdayIsWorkingDay,
work_wednesday as FctryCalWednesdayIsWorkingDay,
work_thursday as FctryCalThursdayIsWorkingDay,
work_friday as FctryCalFridayIsWorkingDay,
work_saturday as FctryCalSaturdayIsWorkingDay,
work_sunday as FctryCalSundayIsWorkingDay,
work_holiday as FctryCalHolidayIsWorkingDay,
valid_from as FctryCalendarValidityStartDate,
valid_to as FactoryCalendarValidityEndDate,
factorydate_start as FactoryCalendarStartDateValue,
_Text
}