SAP Knowledge Base Article - Public

3218955 - Rating Calculation Formulas for Performance Management and 360 Multi-Rater

Symptom

This article introduces the Rating Calculation Formulas on Performance and 360 forms.

Environment

  • SAP SuccessFactors Performance Management
  • SAP SuccessFactors 360 Multi-Rater

Resolution

Performance Forms

  1. Average (Default): 
    • avg = (rating1*w1 + rating2*w2 + rating3*w3) / (w1+w2+w3)
  2. Sum:
    • sumRating = (rating1*w1 + rating2*w2 + rating3*w3) / 100
  3. Friendly:
    • friendly = rating1 + rating2 + rating3
    • With attribute rate-by-adding-values="true" configured in <sf-preview>, rating will be added while ignoring weights (no normalization). This is called Friendly.
  4. Matrix Lookup (OCOC)
    • Two dimensional lookup based on the lookup map configured in OCOC section. The rule for OCOC rating calculation based on matrix look up table:
      • If both Competency rating and Objective rating are EXPLICIT_UNRATED (too new to rate), the result is EXPLICIT_UNRATED.
      • If either Competency rating or Objective rating is NOT_APPLICABLE, the result is NOT_APPLICABLE.
      • If we cannot match value in matrix look up table, then return NOT_APPLICABLE.
      • Else, return the matched value in matrix look up table.
360 Forms
 
Only the Average calculation formula is supported. The Overall rating defaults to the calculated average of all sections included in the overall calculation.

Keywords

pm form, multirater, SF, success factors, PM, PMGM, MTR, ratings, 360 reviews , KBA , LOD-SF-PM-RAT , Ratings and Weights , LOD-SF-MTR-RAT , Ratings and Weights , How To

Product

SAP SuccessFactors Performance & Goals all versions