SAP Knowledge Base Article - Public

3743888 - Unadjusted Calculated Rating is displayed in Summary Section despite Scale Adjusted Calculation not being enabled in "Manage Templates" - SuccessFactors Performance Management

Symptom

On a PM form there are both an Unadjusted Calculated Rating and a Calculated Rating, despite Scale Adjusted Calculation not being enabled in "Manage Templates".

Environment

SAP SuccessFactors Performance & Goals

Reproducing the Issue

  1. Open or launch a performance form that includes a Summary Section with a Calculated Rating
  2. Below the Calculated Rating, there is another Calculated Rating (unadjusted).
  3. The form template in "Manage Templates" does not have "Enable Scale Adjusted Calculation" under General settings.

Cause

Instead of:

<scale-adjusted-calculation enable="false"  display-calculated-rating="false">

or 

<scale-adjusted-calculation enable="true"  display-calculated-rating="true">,

the XML contains:

<scale-adjusted-calculation enable="false"  display-calculated-rating="true">

Thus not enabling scale adjusted calculation, but displaying an "unadjusted" calculated rating, which is the exact same as the Calculated Rating.

Resolution

Correct the Performance Management Form Template XML to either <scale-adjusted-calculation enable="false"  display-calculated-rating="false"> or <scale-adjusted-calculation enable="true"  display-calculated-rating="true">.

See Also

Configuring Scale Adjusted Calculation | SAP Help Portal

Keywords

calculated overall rating, unadjusted calculated rating, item weights, no-weight true, goal weights, auto populate goal weights, performance objectives, equal weight distribution, manage templates, obj-sect, calculated form rating, hide calculated rating, section overall rating, rating adjustment disabled, pm form, hide unadjusted calculated rating , KBA , LOD-SF-PM-FRM , Forms & Templates , How To

Product

SAP SuccessFactors Performance & Goals 2605