cancel
Showing results for 
Search instead for 
Did you mean: 

Display Public Holiday on ESS Timesheet

Former Member
0 Kudos

Hi All,

Our Requirement is to display Public Holiday on ESS Timesheet and automatically fill in the hours on the particular holiday day.

We had tried a Badi (HRESS_CATS_PUB_HOLIDAY_ENH) implementation but it is actually adding up the time to the Planned hours. Eg: on 8 hr day, when the badi is used to fill in 8hrs as a time record, the Planned working time is summing up to 16 and displaying on the Timesheet. (Please check the attached Screenshot)

Please let me know if there is any configuration / BADI implementation required for the same.

Thanks,

Krishna.

Accepted Solutions (0)

Answers (1)

Answers (1)

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

typically employees are not allowed to book attendances on Holidays. also is your proxies configured correctly to display public holidays ie Personal WS for the employees?

Former Member
0 Kudos

Hi Siddarth,

Yes, the proxies are configured correctly.

The only way I had to achieve this is to enhance the standard objects to pre-populate an entry in the ESS Timesheet for Holiday Absence Type on a Public Holiday. This had required to enhance the MSS Timesheet Approval objects also to indicate that the week has a Holiday, as it was showing incomplete timesheet.

Thanks,

Krishna

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

so its working fine now? Why you get double if you are only trying to populate for a day when planned working time is zero?

The badi HRESS_CATS_PUB_HOLIDAY_DISPLAY is provided for partial day

public holidays.

If a day is 'full day public holiday' then hours are defaulted from

employee work schedule.

If a day is 'partial day public holiday' then number of hours have to

be determined by method UPDATE_PUB_HOLIDAY of badi

HRESS_CATS_PUB_HOLIDAY_DISPLAY.

make sure note 1660905 is implemented

Former Member
0 Kudos

The Enhancements are working fine now.

I am not really sure, but the Target hours for a Holiday are not coming to ZERO. As shown in screen shot of the initial post, the Target Hours are adding up with the Hours added in the BADI HRESS_CATS_PUB_HOLIDAY_ENH.

Thanks,

Krishna.

KrishnaK
Explorer
0 Kudos

Hi Krishna,

Can you let me know the changes that you made, to get the results..

Regards,

Krishna