Symptom
- Cannot configure Maximum Fraction Digits and Show Trailing Zeroes Attributes for Pay Component Group Values displayed on UI.
- Allow Configuration of Maximum Fraction Digits and Show Trailing Zeroes Attributes for Pay Component Group Values
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 Compensation
- SAP SuccessFactors Employee Central
Reproducing the Issue
VIA UI
- Go to Manage Business Configuration;
- Select payComponentRecurring;
- For the paycompvalue add the maximum fraction digits (you can select make it up to 5 fraction digits).
- Save your changes;
- Now go to Manage Organization, Pay and Job Structures;
- fraction digits in the field "Maximum Decimal Places" for each pay component you want to use that fraction digits.
VIA SDM Data Model Code
<hris-field id="paycompvalue" visibility="both" maximumFractionDigits="2" showTrailingZeros="true" pii="true">
<label xml:lang="en-US">Amount</label>
<label>Amount</label>
<label xml:lang="pt-PT">Montante Variável</label>
<label xml:lang="en-GB">Variable Amount</label>
<label xml:lang="es-ES">Cantidad</label>
<label xml:lang="en-DEBUG">Variable Amount</label>
</hris-field>
Also
<hris-field id="paycompvalue" visibility="both" required="true" maximumFractionDigits="2" showTrailingZeros="true">
maximumFractionDigits="2” & showTrailingZeros="true" in SDM data model
Resolution
The definition of Maximum Fraction Digits and Show Trailing Zeroes will be possible for Pay Component Group Sums on 1H 2023. For release timelines, please review SAP SuccessFactors Product Release & Roadmap Information.
Please see customer influence idea 200795.
FAQ - Additional Information
Q) Where can I get information on this topic from the Guides?
A) Guide: Business Rules Implementation Guide
Chapter: Round
A) Guide: Implementing Employee Compensation Data in Employee Central
Chapter: Pay Component Types: Number or Percentage
A) Guide: Data Object Tables in Employee Central - PayComponentRecurring
Chapter: Pay Component
See Also
Keywords
ECT-29439, Round, Pay Component Group Sums, Maximum Fraction Digits, paycompvalue, Show Trailing Zeroes, maximumFractionDigits , KBA , LOD-SF-EC-CMP , Compensation Information & One-Time Bonus , Problem