Configuring Suggested Roles

Objective

After completing this lesson, you will be able to configure Suggested Roles

Configure Suggested Roles

Role Search in Suggested Roles

Users can add roles to their Career Worksheet using a Role search as well as browsing the Family and Role library.

All users will have access to the Role search in the search bar. Simply start typing the role name and the autocomplete search will suggest appropriate matches.

Search the desired role to add in the Career Worksheet.

Choose the role name to add it to your worksheet.

Manage Suggested Roles

Customers also have an option to enable a Suggested Roles tab. This tab proactively suggests roles to the user.

Manage Suggested Roles on the Configure Suggested Roles page.

The system uses an algorithm to produce the list of suggested roles and calculates a score (0-1) for the role based on the following criteria:

Suggested Roles Scoring

CriteriaDescriptionScoring
Proximity of role in Career Path - 20% default weightThe distance between roles in the Career Path calculates the score.

The further the role is on the Career Path from the employee's current role, the lower its assigned score. 1/(distance between the current role and the lead-to role in terms of number of career path nodes).

For example, the score for the immediate next role along the career path is 1; the score for the role after the next one is 0.5.

Attributes associated with role - 40% default weightThe system uses the Career Worksheet readiness calculation to compute an attribute match score. The score compares the employee's attribute rating with the expected rating for the role.For example, if the readiness is 40%, the score is then 0.4.
Common Job Family - 20% default weightRoles in the same family as the employee's current role are given a higher score.

The score is determined according to whether a role belongs to the same job family of the employee's current role:

1: Same job family

0: Different job families

Popularity of the role within team - 10% default weightThe more popular a role is in the employee's team, that is among those employees sharing the same manager, the higher the peer score.The score is calculated with the formula: the number of peers who have a particular role as their target role/the number of peers.

Each of these criteria is then multiplied with the configured weight to calculate a final score for each of the considered roles. The roles are then ranked from the highest score to lowest and displayed on the Suggested Roles tab. Users who have the Career Worksheet Suggested Roles Access Permission can access the tab.

Suggested Roles are used within the Career Worksheet, and in Opportunity Marketplace when it's listed as the role recommendation source.

Utilizing Suggested Roles

When utilizing the Suggested Roles tab in the Career Worksheet, attributes are weighed the most. Because of that, roles with significant competency matches will most likely surface to the top of the list.

The Suggested Roles tab is displayed.

To add roles from the Suggested Roles tab to the Career Worksheet, complete the following steps:

  1. From the list of Suggested Roles, choose the "+" icon.

  2. Select the Role Title for details.

Suggested Roles Filters

To allow users to filter out roles that are not aligned with their career interests, you can introduce the following filters on the Suggested Roles tab in Career Worksheet:

  • Competencies
  • Job Families
  • Relevant Industries

The list of suggested roles is determined based on the range of defined algorithm criteria and weighting. With the filters, users can narrow down the suggested roles to those belonging to certain attributes, job families, or industries. Nevertheless, in some circumstances, applying such filters may not influence the content and order of the list. For example, you have adopted one criterion (Job Family) for the algorithm, and the employee can use the Job Families filter to look for roles that belong to the same job family of their current role. In such cases, the list of the suggested roles won’t change after the filtering.

Excluding Lower Pay Grade Roles

The Career Worksheet template can be configured to exclude job roles with lower pay grades than users' current roles from role recommendations. The following requirements are necessary to enable this feature:

  • The MDF foundation object Job Classification is used to set up the job structure of the organization. The foundation object Pay Grade is correctly configured to reflect job hierarchy.
  • Job roles are associated with Job Classification through Job Code in Manage Job Profile Content.

The Pay Grade value of each Job Classification record that associates with job roles through Job Code is compared, to make sure that users only receive recommended roles that are equal to or higher than their current roles in terms of pay grades. The new logic applies to the role recommendations in the following areas:

  • Suggested Roles in Legacy Career Worksheet
  • Latest Career Worksheet:
    • Top Matches section on the Explore Career Options page in Growth Portfolio
    • "Personalized path" roles on the Navigate Career Paths page in Growth Portfolio
  • Opportunity Marketplace when Suggested Roles is the role recommendation source:
    • Explore Career Options section
    • Recommended for You section in the Home tab of the SAP SuccessFactors app in Microsoft Teams

For Career Paths, these roles are always included in recommendations (even though their pay grades are lower): next roles for the current role; peer roles for the current role; and next roles for the peer roles.

Lower pay grade roles are excluded by adding a new switch to the default Career Worksheet Template XML:

Code Snippet
1
<switch for="filter-low-level-roles-by-pay-grade" value="on" />

Note

Customers don't have access to Provisioning. To complete tasks in Provisioning, contact your implementation partner or Account Executive. For any non-implementation tasks, contact Technical Support.

Summary

  • Users can add roles to the Career Worksheet using a Role search function or by browsing the Family and Role library.
  • The Suggested Roles tab uses an algorithm to suggest roles based on factors like career path proximity and attribute readiness.
  • Users can filter suggested roles by competencies, job families, and relevant industries to align with their career interests.
  • The Career Worksheet can be configured to exclude job roles with lower pay grades than users' current roles from recommendations.