General
Use transaction /PACG/ECM_TRIG_HLDRL to transfer specific holidays from SAP ECC/S4 to SAP FSM.
The holidays are selected by public holiday ID and are retrieved from table THOL.
The mentioned table stores public holidays maintain with SAP-standard transaction SCAL.
Holiday rule types
The implementation supports the following holiday rule types: F (fixed), U (floating) and V (counted from Easter). The ‘W’ holiday rule type is not supported currently (such holidays won’t be sent).
F (fixed) – holidays with specified, fixed day and month
The holiday is sent to SAP FSM in /PACG/ECM_ITYPE_HOLIDAYRULE idocs as type ‘FIXED’ and contains one month and day value.
U (floating) – with a set of month/day values
The holiday is sent to SAP FSM in /PACG/ECM_ITYPE_HOLIDAYRULE idocs as type ‘FLOATING’. A range of dates is stored in separate ‘FLOATING_DATES’ segments.
V (calculated with Easter)
The holiday is sent to SAP FSM in /PACG/ECM_ITYPE_HOLIDAYRULE idocs as type ‘FLOATING’.
The dates are stored in ‘FLOATING_DATES’ segments and are calculated by default for one year, unless a different value is specified in field of transaction /PACG/ECM_COMP.
Half-day holidays
Holidays set as half-day (Holiday Class ‘2’) are sent to SAP FSM as the second-half-of-day holidays (the ‘Part of the day’ field).
Other holidays are sent as full-day.