Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Bank Holiday Management

The Bank Holiday Management screen is used to create and manage public holidays and events displayed in the Planning and Dispatching. Holidays and events can be assigned to specific calendars. Calendars can be maintained for specific countries or states that have differing public holidays.

An ongoing holiday affecting a technician can be seen on the Planning Board.

FSM Cloud Connector integration

As part of the holiday calendar integration solution, three transactions have been created:

·       /PACG/ECM_TRIG_HLDCL - Trigger transfer of Holiday Calendar

·       /PACG/ECM_TRIG_HLDRL - Trigger transfer of Holiday Rules

·       /PACG/ECM_TRIG_HLDAS - Trigger transfer of Holiday Assignments

It is recommended to use transaction /PACG/ECM_TRIG_HLDCL - Trigger transfer of Holiday Calendar to transfer holiday calendars, holidays and assignments at once (enabled by the checkboxes).

 

Holiday calendars and their assignments can be retrieved based on plant or personnel area data. Learn more from the diagram below:

Sending process

Navigate to transaction /PACG/ECM_TRIG_HLDCL - Trigger transfer of Holiday Calendar and execute it for a specific company. Check the ‘Send all related Holiday rules’ and ‘Send calendar assignment’ options.

Info

It might be necessary to execute this transaction twice, to ensure that holiday rules are created before calendar creation.

Holiday rules

The holidays are retrieved from table THOL for each relevant holiday calendar.

Image Removed

 

The mentioned table stores public holidays Holiday rules are maintained with SAP-standard transaction SCAL.

 

Holiday rule types

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

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’.

 

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.  

Image RemovedImage Added
Image RemovedImage Added

 

U (floating) – with a set of month/day values

Image Removed
Image AddedImage Added

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.

Image RemovedImage Added
Image Removed
Image Removed
Image Added

V (calculated with Easter)

 

The holiday is sent to SAP FSM in /PACG/ECM_ITYPE_HOLIDAYRULE idocs as type ‘FLOATING’.

Image RemovedImage Added
Image RemovedImage Added

 

The dates are stored in ‘FLOATING_DATES’ segments and are calculated by default for one year, unless a different value is specified in field NumOfYearsForCalend of transaction /PACG/ECM_COMP.

Image RemovedImage Added

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.

Image Removed
Image Removed
Image Removed

Image Added
Image Added

Guaranteed holidays

Dates of holidays with the ‘Guaranteed’ flag are calculated depending on the type of movement.

Image Added

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.

 

Holiday calendars

The holiday calendars are retrieved from table THOCI which stores calendars maintained in transaction SCAL.

 

The holiday calendars relevant for sending to a given company are retrieved based on plant or personnel area assignment of the 'HOLIDAYCALENDAR' object. 

Info

Learn more about plant and personnel area approaches: /PACG/ECM_TRIG_HLDCL - Trigger transfer of Holiday Calendar

 

The calendars are sent in idocs of type /PACG/ECM_ITYPE_HOLCALENDAR. Each related holiday is included as a separate segment.

Note

For the calendar time zones to be sent correctly, it is necessary to maintain proper time zone conversion entries in transaction /PACG/ECM_TZCNV - Time zone conversion.

 

Valid years

In SAP FSM, calendars valid from a year which is in the past are not correct and cannot be changed. During calendar transfer it is checked if its ‘valid from’ year in table THOCI is at least the current year (e.g. 2020). The ‘valid to’ year should be at least (current year + 1).   

If this is not the case, the current year is assigned automatically as ‘valid from’ and the ‘valid to’ year is determined based on the number of years specified in field ‘NumOfYears’ in transaction /PACG/ECM_COMP - Company definition (e.g. add 5 years to the current year).  If this field is empty, one year is added to the current year value.

Holiday calendar assignments

The person assignments are determined based on plant or personnel areas, depending on assignment of the ‘HOLIDAYCALENDAR’ object.

Info

Learn more about plant and personnel area approaches: /PACG/ECM_TRIG_HLDCL - Trigger transfer of Holiday Calendar

Holiday calendar assignments are sent in idocs of type /PACG/ECM_ITYPE_HOLCALASS.

 

In SAP FSM a user can be assigned to one calendar only.

 

Assignment sent with an employee 

Holiday calendar assignments can be transferred automatically when an employee is transferred (e.g. after user modification in transaction /PACG/ECM_MAINT_USER). The functionality can be enabled by checking the ‘SendClAssg’ field in transaction /PACG/ECM_USERG – User - general settings.