Symptom
This article explains Variable Pay proration rounding.
Where can this be setup?
Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental.
Environment
SAP SuccessFactors Variable Pay
Resolution
SuccessFactors supports rounding and this is also available within Variable Pay.
The Administrator can select the start/end dates for their proration.
Within a Variable Pay template this can be defined from Plan Setup > Settings > Settings.
For example:
Start Date <= of the month, then round up to the beginning of the current month.
Note
If the start date is greater than the day of the month specified, then the start date will be prorated to the beginning of the next month.
End Date >= of the month, then round up to the end of the current month.
Note: If the end date is less than the day of the month specified, then the end date will be prorated to the end of the previous month.
When this is setup you will see the following from within the template xml:
<proration-rule>
<background-date type="startDate">
<proration-operator><![CDATA[LE]]></proration-operator>
<proration-threshold><![CDATA[9]]></proration-threshold>
</background-date>
<background-date type="endDate">
<proration-operator><![CDATA[GE]]></proration-operator>
<proration-threshold><![CDATA[20]]></proration-threshold>
</background-date>
</proration-rule>
Keywords
variable pay rounding, vrp rounding, setup vrp rounding, template rounding, proration, variable pay, start rounding date, proration, proration-rule , KBA , sf varpay plan setup , LOD-SF-VRP , Variable Pay Programs , LOD-SF-VRP-FRM , Forms & Templates , How To