Symptom
You have configured your compensation plan budget and wanted to see it in a specific order when the budget table is viewed in the worksheet/executive review.
"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
Resolution
The budget table columns order can be changed only through the plan's XML code. Please raise a case with the SAP Support Team to help you make the changes.
Please note that you must delete all your launched worksheets and then relaunch them after the changes were saved. XML code changes does not apply to live or already launched worksheets.
If the XML code is as below
</comp-budget-label>
<comp-budget-label budgetOn="merit+lumpSum">
<comp-field-label><![CDATA[merit+lumpSum]]></comp-field-label>
</comp-budget-label>
<comp-budget-label budgetOn="lumpSum">
<comp-field-label><![CDATA[lumpSum]]></comp-field-label>
</comp-budget-label>
<comp-budget-label budgetOn="merit">
<comp-field-label><![CDATA[merit]]></comp-field-label>
</comp-budget-label>
The budget table is displayed as below (in the same order)
Rearrange the above XML code depending your requirement.
Keywords
budget configuration, reorder, budget table, budget columns, arrange, successfactors , KBA , LOD-SF-CMP-BUD , Budgets, Budget assignment, planning and configuration , How To
SAP Knowledge Base Article - Public