SAP Knowledge Base Article - Public

2072182 - Manage Templates - Metric Lookup Table element metric-lookup-table-target-auto-population - Goal Management

Symptom

  • How to Use Metric Lookup Table element metric-lookup-table-target-auto-population
  • Can we use Text target levels?

Environment

SAP SuccessFactors Goal Management

Resolution

  • If you use percentage-based rating scales to determine your target values, you have the option to have the target values auto-populated in the table. (TGM-1888)
  • Note to SF Staff and Partners: The new element is: metric-lookup-table-target-auto-population
  • Please Note: As a customer, you do not have access to Provisioning to configure this feature. To complete tasks in Provisioning, contact your Implementation Partner. For our list of supported configuration changes, please refer to this article 2250190 - SCR Form: XML Software Change Request for Goal Plans and what is an Implementation Request in Goal Management.

    To Partners, please refer to the Goal Management Implementation Guide. For Configuration or Implementation assistance, please direct your questions to Partner Delivery Community.

Automatic Target and Rating Scale Population

This feature primarily serves to auto populate the target levels based on configurations defined in the goal plan. The sample use case would be: A user selects from a drop-down the rating scale/type to be used for this goal. The user also enters a target baseline value. Based on these two selections the system will populate the metric lookup table. The requirements to enable this feature are:

  1. Define a field-definition for the target baseline
  2. Configure target-to-rating mappings in the goal plan so values can be pre-populated

So the use case would be:

% of Target Baseline

Rating

80%

60

90%

80

100%

100

110%

120

125%

140

Target Baseline:

<field-definition id="target-baseline" type="number" required="false" detail="false" viewdefault="on" showlabel="false" field-show-coaching-advisor="false">

<field-label>Target Baseline</field-label>

<field-description>Target Baseline</field-description>

<default-value>0.0</default-value>

</field-definition>

Mapping XML:

<metric-lookup-table-target-auto-population id="sales">

<scale-name>Sales</scale-name>

<mapping baseline-percent="80" rating="60">

<mapping-description>Worst</mapping-description>

</mapping>

<mapping baseline-percent="90" rating="80">

<mapping-description>Bad</mapping-description>

</mapping>

<mapping baseline-percent="100" rating="100">

<mapping-description>Ok</mapping-description>

</mapping>

<mapping baseline-percent="110" rating="120">

<mapping-description>Good</mapping-description>

</mapping>

<mapping baseline-percent="120" rating="140">

<mapping-description>Best</mapping-description>

</mapping>

</metric-lookup-table-target-auto-population>

 

  • This will create the following UI:
    The system calculates the target levels based on percentage of the target baseline and populates the target level column. The system accepts multiple mappings and that will result in additional entries in the Rating Scale drop-down in the UI.

Numeric Target Revenue vs. Text Target Revenue Levels

  • While not a commonly used configuration, the system supports the ability to enter text target achievement levels. A goal plan can be configured to support either or both achievement types. So a single goal plan can have two goals which use different target achievement types. The text achievement only works with calculation type "step" and is an exact match between actual text achievement and text target level. The table-column id for text achievement is "achievement-text" and the actual text achievement field-definition is "actual-achievement-text". When both text and numeric achievement are configured, the user has an option to select between the two types. Use numeric Target Revenue or Use Text Target Revenue

Keywords

metric-lookup-table-target-auto-population automatic target and rating scale population , KBA , LOD-SF-GM-TMP , Template Management , How To

Product

SAP SuccessFactors HCM Core all versions ; SAP SuccessFactors Performance & Goals all versions