SAP Knowledge Base Article - Public

2772473 - How to Ignore Unrated Weights When Calculating Variable Pay Ratings?

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:

  1. Download the template XML from Compensation Home
  2. Template name
  3. Advanced Settings
  4. Download template

Once open search for the below code:

<comp-p4p-sect sectWeightEditable="true" detWeightEditable="true" achievementEditable="true" achievement2Editable="true" usePercentDoneAsRating="falseignoreUnratedWeightinPay="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

Product

SAP SuccessFactors Compensation all versions