Human Capital Management Blogs by Members
Gain valuable knowledge and tips on SAP SuccessFactors and human capital management from member blog posts. Share your HCM insights with a post of your own.
cancel
Showing results for 
Search instead for 
Did you mean: 
sandbisw
Explorer

Employee Central Time Off : Automatic Change in Leave Entitlement on Employee Promotion


Author: Sandip Biswas, Certified Employee Central Consultant


Background: It is very common in every organization that employee leave entitlement is based on position/grade/Job level. Whenever there is any change in employee data (where the parameter value is changed related to leave quota) then employee leave entitlement should be automatically recalculated in Time Off. In this blog, I will explain how to achieve this functionality using Employee Central Time Off solution.

Business Scenario: Let’s assume a business scenario here. Say for example for Organization ABC, employee’s personal leave entitlement is dependent on grade. In the beginning of every year leave entitlement is provided to all the employees based on their current grade. Below is the chart which describes leave entitlement based on grade.























Grade Leave Entitlement
1 10 Days
2 12 Days
3 14 Days
4 16 Days

Now for employee Mr. Raymond Yaw grade is 2 & he gets 12 Days of personal leave in beginning of year. In 1st July Mr. Raymond is promote to grade 3. As Mr. Raymond is promoted on 1st July his leave entitlement should be automatically changed to 13 from 12, as per the above chart (considering pro-ration).

Let’s see how to achieve this functionality using Employee Central Time Off.

Step 1: Add a custom field in employee Job Information. Field Type should be custom-double. In the below example, we have taken custom-double2 with label as “Personal Leave Entitlement”. You can hide the field in job information based on RBP.



Step 2: Create a Business Rule to populate the value for Custom-Double field value.

Sample Rule:





Rule Explanation: In the rule, simply we are setting the value of custom-double2 field based on Grade. If there are many grades you can create some custom look up object & in rule you can use the custom look up object instead of so many IF & ELSE IFs.

The rule should be used in “onSave” of Job Information in “Manage Business Configuration”.



Step 3: Create Time Type & Time Account Type from “Manage Data” option in Admin Center.

Sample Time Account Type detail:





In the Time account type maintain the Recalculation Fields. The recalculation field should be the custom-double field which has been added in employee Job Information.

Sample Accrual rule:



Rule Explanation: In the accrual rule we are using rule function “Calculate Average For Numeric Job Info Field” to calculate the average value of leave entitlement based on the custom-double field which has been added in employee Job Information.

All are set from the configuration side. Now let’s see the system behavior.

Personal Time Leave Entitlement of Mr. Raymond in the beginning of year is 12.





Now Mr. Raymond is promoted on 1st July 2017 (grade is changed from 2 to 3)



When there is change in the grade automatically recalculation is triggered in Time Off & Personal Leave entitlement is adjusted based on the accrual rule.





We have just used a sample accrual rule. We can use the rounding functionality to calculate the rounded amount correctly.
5 Comments
Labels in this area