Symptom
How to hide the budget panel in a Compensation form?
**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
- SAP SuccessFactors Compensation
Resolution
- If you want to hide budget panel in a Compensation form, using form designer in Admin Tools is not the best option. It’s better to perform a minor xml change to properly hide budget rather than deleting it form designer;
-
You can’t really hide budget panel using form designer. Deleting every budget in form designer will almost do it but you won’t be able to delete Budget Rule (see screenshot below):
You will still see Budget Allocation in Display Options (see screenshot below):
And if you check Show as floating panel, you will get an empty budget panel.
The recommended solution is to make an xml change. In comp-include section there is setting called includeBudget:
So you just have to change:
'<comp-include includeTotal="true" includeBudget="true">'
to
'<comp-include includeTotal="true" includeBudget="false">'
And now budget is hidden in your form:
Keywords
budget, panel, hide, remove, xml, change , KBA , sf compensation budgets , LOD-SF-CMP , Compensation Management , How To