Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Learn more about the calendar integration feature: Calendar integration.

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 maintained with SAP-standard transaction SCAL.

 

Holiday rule types

The implementation supports the following holiday rule types: F (fixed), U (floating), V (counted from Easter) and 'W' (fixed weekdays).

 

F (fixed) – holidays with specified, fixed day and month

Image RemovedImage Added

 

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 ‘NumOfYears’ of transaction /PACG/ECM_COMP - Company definition.

 

W (fixed weekdays)

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 ‘NumOfYears’ of transaction /PACG/ECM_COMP - Company definition.

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.