Skip to Content
Author's profile photo Former Member

Defaulting Pay Components and Values Based on Total CTC in Employee Central

In this blog we are going to see that how in Employee Central we can default Pay Components and Values against each pay component based on Total CTC.

This solution will help in eliminating manual entry of pay components to get the annualized salary. This is one of the most common requirement in many countries. I am going to take an example of India in my blog.

Lets consider Total CTC as 100000 and defaulting pay components and values as mentioned in below example during new hire joining

1.1_CTC.PNG

Hiring New Employee CompTestEmployee 17.

1.2_Hiring.PNG

In Compensation Information Portlet, Enter Total CTC Value e.g. 100000. and save.

1.3_Comp Port.PNG

1.4.PNG

Go to Compensation Information Portlet of new hire and check the pay components getting defaulted automatically based on total CTC value entered.

1.5.PNG

How to achieve above solution?


  1. Create Pay Components
  •      Create Pay Components such as CTC, Basic, House Rent Allowance, Provident Fund, Transport etc as mentioned in below screen shots.
  • Pay attention to “Pay Component Type“, this has to be defined correctly whether to choose Amount, Percentage or Number and “Base Pay Component Group“.
  • Since CTC is used a direct amount, we define it a Amount.

1.6.PNG

  • As Basic Pay is 35% of CTC, hence in this case “Pay Component Type” will be “percentage” and “Base Pay Component Group” will be CTC(9999).

1.7.PNG

  • House Rent Allowance is 50% of Basic Pay, Hence in this case “Pay Component Type” will be “percentage” and “Base Pay Component Group” will be “Basic Pay”.

1.8.PNG

  • Since Transport or Medical is direct amount, it can be defined as “Amount”1.9.PNG
  • Similarly rest of the pay components like PF, Gratuity , LTA etc can be defined.

  2. Create Pay Component Group having all Pay Components excluding CTC


  • Create a group to get the sum of all the pay components excluding CTC. This group will be used in calculation of Supplementary Allowance or Special Allowance or Balance Amount.
  • You can also write a business rule to get the total of all the pay components but I prefer to follow this approach.

1.10.PNG

3. Create Custom Field as “Total CTC” in compensation Information Portlet.

  • This field is used to enter the amount against CTC during hiring process.
  • This field can also be integrated with onboarding so that this value can get defaulted during onboarding of new hire.

1.11.PNG

4. Create Business Rules


  • You can design your business rules based on below base
    • Job Information
    • Job Information Model
    • Employee Information
    • Employee Information Model
    • Compensation Information
    • Compensation Information Model

     In this situation I wrote rules based on Compensation Information. Similar rules can be written on Job Information Model which I will show in my next blog.

  

     I have written three business rules to default the pay components.

    1. Business Rule for defaulting Pay Component CTC(9999), with this rule you can populate the value from Total CTC in this pay component.
    2. Business Rule for defaulting supplementary allowance.
    3. Business Rule for defaulting all the required Pay Components for e.g. Basic, HRA, PF, Gratuity, Transport etc

Rule 1

1.12.PNG      

Rule 2

1.13.PNG

Rule 3

1.14.PNG

5. Assign all the created Business Rules to Compensation Information in “Manage Business Configuration”


1.15.PNG

Summary


This was a small effort to create a complex pay structure in Employee Central using Business Rules. In the above entry I have used Compensation Information as base but you can also use Job Information Model. We can also add or delete pay components in case Promotion/Transfer or any other action in Employee Central using this approach.

By using above method, we can eliminate the requirement of adding pay components manually and our approach becomes formulaic. Same approach can be used in case you want to make use of “Pay Scale Level”.

Writing Business Rules are more about imagination and creativity. We can write different types of rules to arrive at same result. This is one of the approach which I have followed.

This is my 1st Blog in SCN, if you like it then please rate it

Assigned Tags

      10 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      Excellent info

      Author's profile photo Former Member
      Former Member
      Blog Post Author

      Thanks Jwala

      Author's profile photo Naga Swathi T J
      Naga Swathi T J

      Very well written!!!

      Author's profile photo Former Member
      Former Member
      Blog Post Author

      Thanks Naga Swathi

      Author's profile photo Former Member
      Former Member

      Hi Smita Das,

      Good document and well written, thank you for sharing with us.

      Best Regards,

      Praneeth kumar

      Author's profile photo Former Member
      Former Member
      Blog Post Author

      Thanks Praneeth, Glad you liked it.

      Regards,

      Smita

      Author's profile photo Rakesh Kumar
      Rakesh Kumar

      Hi Smita,

      Nice document,well presented and good logic in Business rules for configuration of pay component in SF employee central payroll.

      Please explain about the approver process i.e Wfconfig process.

      All the best

      Regards,

      Rakesh

      Author's profile photo Former Member
      Former Member
      Blog Post Author

      Thanks Rakesh!!

      Glad you liked it. I will come up with this topic soon.

      Regards,

      Smita

      Author's profile photo Former Member
      Former Member

      Is there anyway to add this CTC Breakdown in the Recruiting module without the Recruiter manually performing and entering the calculation? This is something we'd like to see on the Offer Letters.

       

      Thanks,

      Carly

      Author's profile photo Min Jia Ng
      Min Jia Ng

      Hi Smita,

      Thanks for the article! Our setup is: First two rules create the pay components that are part of a pay component group, third rule retrieves the Pay Component Group value.  But rule trace shows that the third rule always retrieves null as the Pay Component Group value during Hire.

      Our CSM thinks this may be due to a backend job HRISPayComponentSum job failing.

      In the meantime, we are trying out other methods to get the sum of the pay components. Your article mentioned that we could retrieve the Pay component themselves, and use the Add Multiple () function to add them all up. We have tried numerous permutations to try to retrieve the pay component during new hire, but we get various errors in the rule trace. Examples of errors:

      • 'missing instance of compInfo'
      • 'missing instance of empInfo'
      • 'Cannot cast class com.successfactors.hris.bean.eo.EmpCompInfoEO to class java.util.ArrayList]'
      • 'The expression 'compInfoModel.employmentInfoModel.payComponentRecurring(#pay_component=="IND_Base_Salary"#)[0].paycompvalue' could not be evaluated completely as the property 'payComponentRecurring(#pay_component=="IND_Base_Salary"#)' of 'employmentInfoModel' is found to be NULL at 'compInfoModel.employmentInfoModel.payComponentRecurring'. Evaluation result is NULL.'

      etc.

      Do you have a working example of how to retrieve the value of several pay components in a business rule, and use the Add Multiple() function to sum them up?

      Many thanks!