Enterprise Resource Planning Blogs by Members
Gain new perspectives and knowledge about enterprise resource planning in blog posts from community members. Share your own comments and ERP insights today!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member

Introduction :

Successfactors (SF) Compensation budgeting - Budgeting for salary planning for an organization can depend on various components of the employee and/or organization. SF budgeting is a very robust tool that provides various standard option to perform bottom-up budgeting for compensation planning (both for salary and Bonus).   Apart from providing options to base budget on standard fields in the compensation form, SF provides great agility to allow organizations to perform calculation (allocated and used) based on custom fields. In this article we will try to focus on budgeting options in SF specifically on budgeting based on custom columns which were released in 1203 release.

Standard budgeting Options

To calculate Salary Budgets in ‘SF Compensation’, various methods/options are available. These options include calculating the budgets:

•         Based on % of Salary: In this method the budget is calculated as of % of the current salary. This method seems easy to configure and test. Lot of the clients that I worked with use this method for budget calculation. Using this method has a considerable drawback. Once the forms are launched you are not able to change the % and everyone would get the same %.

•          Based on Targets: Here the budget is calculated as of % of the Merit Target. This method seems fairly flexible but is not often used as the other methods and this method is not dynamic.

•          Based on Guidelines: We take into account the Guidelines which are set in the system. This method is new but it is flexible and is based on the employee performance and benchmarks. 

•          Based on Percent Loaded at Employee: This method uses fields on the employee import file to pass in the % each employee can contribute to manager’s budget. This method is dynamic and flexible but there are a lot of calculations which need to be completed prior to using this method.

•          Based on Groups: In this case we import file based budgeting tool which allows the managers to determine budget for group of employees. Grouping can be done by division, department or location. The setup process for this is a bit complex both, client and also for the planners.

The standard XML for budget looks something like this -

Most of the above budget calculations methods are based on the Standard fields. From the above XML code depending on the method, the ‘Mode’ is assigned to the respective components, as well as the percent component is changed. Rest of the code and the components are almost same.

Improvements/ Additions for budgeting in 1203 Release


Initially prior to the 1203 release this functionality was not available in SF through which budgets calculation could be done based on the Custom Fields. With 1203 release this functionality was introduced making the Budget calculation more flexible. Although this method makes use of the custom fields, a mix and match is also possible. This means that Custom Fields and Standard Fields, both can be used together (mix and match) for the calculation of Salary Budget. One of the advantages of using the Custom Field is that, these fields are reloadable. This means that budget can be updated even after the compensation forms have been launched. This allows budgets to get updated dynamically in the system and hence planning and allocating budget becomes more flexible.

Salary Budgets based on the Custom fields:


In this method there are two components which we need to understand and take into account.

•          budgetOn – The field based on which the budget used will need to be based on ( Total used )

In the above screen/option for budget, we want to base the total ‘budgetOn’ (Total used) field to a custom field instead of the standard total fields available in the compensation form

Likewise when we can configure the total allocated based on custom field

•          baseCustomField – The allocated field to be used for available budget calculation ( Allocated Budget)

We can make this change directly in the XML – which will look something like this

<budget-calc useFor="salary" budgetOn="TotalProp" mode="PercentOfCustomField" basedOn="template" includeIneligible="false" prorating="false" hidePercentage="true" useFinalPayoutForVPBudget="false"baseCustomField="BonusAwardbefDesc" applyRounding="true">100.0</budget-calc>

Below screenshot shows you the employee salary form which is created from the above configuration. Now as the Custom Fields are reloadable, if there any changes made in the ‘Discretion%’, the ‘Proposed Bonus Award after Discretion’ field will be updated. As ‘Proposed Bonus Award after Discretion’ is the budgetOn field the Salary budget gets updated accordingly.

Now let’s try to change the ‘Discretion%’ for Amanda A. From the above screenshot we can see that it is currently set to 105. We are changing it to 110. Below screenshot shows the changes and how the Budget gets updated.

Scenario – Update allocated budget – Assuming the scenario is to update the budget based on a business entities performance. We will need to upload the UDF (User Data File) to reflect the last allocated field updates. Once the UDF is uploaded and since we set the field as reloadable, the allocated budget gets updated immediately even though the forms are launched.  See below:

The flexibility that is provided by SF budgeting to base allocated and total used on custom fields makes the budgeting process a very flexible for complex organizations.

Authors:

Raj Jogam - SAP/Successfactors Lead Consultant

Sudhanwa Agawekar - Successfactors Consultant

3 Comments
Labels in this area