Info |
---|
Learn more about the calendar integration feature: Calendar integration It is recommended to use the joint transaction /PACG/ECM_TRIG_HLDCL - Trigger transfer of Holiday Calendar to transfer holiday calendars, holidays and assignments at once. |
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 maintained with SAP-standard transaction SCAL.
...
Holidays (holiday rules) are calendar-dependent. They are created and calculated for specific calendars. The calendar’s ID can be found in the holiday rule’s ID.
...
Holiday rule types and movable holidays
The implementation supports the following holiday rule types: F (fixed), U (floating) and , V (counted from Easter) and 'W' (fixed weekdays). 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
Also guaranteed holiday properties are supported (e.g. ‘X' - move to next day after weekend (Sat/Sun), 'Y’ - move to next day).
Info |
---|
Learn more about how these holiday types are integrated: Calendar integration |
Fixed holidays (Holiday rule = ‘F’) without public holiday guaranteed flag (Guaranteed = ‘ ‘) will be transferred to SAP FSM as ‘FIXED’. All other holidays will be transferred as ‘FLOATING’.