Symptom
Is it possible to hide wieghts/ values that appear in a Variable Pay worksheet?
***Applicable for Partners and Support***
Environment
SAP SuccessFactors Compensation and Variable Pay
Resolution
To ignore an unrated value/weight in a worksheet you can:
- Download the template XML from Compensation Home
- Template name
- Advanced Settings
- Download template
Once open search for the below code:
<comp-p4p-sect sectWeightEditable="true" detWeightEditable="true" achievementEditable="true" achievement2Editable="true" usePercentDoneAsRating="false" ignoreUnratedWeightinPay="false">
To get the system to ignore an unrated value on a worksheet, you can change the above code to the following:
<comp-p4p-sect sectWeightEditable="true" detWeightEditable="true" achievementEditable="true" achievement2Editable="true" usePercentDoneAsRating="false" ignoreUnratedWeightinPay="true">
- Save and re-import this edited template back into the system through provisioning.
- The worksheet will then ignore the unrated value that is used in the worksheet.
Keywords
Variable Pay, Ratings, Values, Weights , KBA , LOD-SF-VRP , Variable Pay Programs , LOD-SF-CMP , Compensation Management , How To