Symptom
Some fields in the Compensation worksheet appear to have a darker background than others and there is no configuration in the UI or the field type definition to specify this behaviour.
Can it be changed? What fields will have this specific darker background?
"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 HXM Suite
- Talent Management
- Compensation
Cause
The darker columns are treated as Numeric fields in the UI side, and using Numeric css style to define it. Besides the darker background, most of the content on these fields is also aligned to the right side of the field.
Resolution
The rule to define an UI Numeric field doesn't follow the template field type definition. It is hardcoded.
The following UI side columns are hard defined as Numeric fields and consequently have a darker background:
prorating (NOT ALIGNED TO THE RIGHT) | finalSalary | meritNet (Amount) |
pmRating (NOT ALIGNED TO THE RIGHT) | finalSalaryLocal | extra (Amount) |
salaryRateUnits | lumpSumTarget | extraNet (Amount) |
fte | totalLumpSum | extra2 (Amount) |
salaryRateLocal | totalComp | extra2Net (Amount) |
currentSalaryLocal | totalCompLocal | lumpSum (Amount) |
curSalary | promo (Amount) | lumpSum2 (Amount) |
payGuide | promoNet (Amount) | totalRaise (Amount and Percentage) |
salaryRateFinal | merit (Amount) | totalIncrease (Amount and Percentage) |
Keywords
background, fields, form, numeric, darker, grey , KBA , LOD-SF-CMP-FRM , Forms & Templates , How To