Symptom
A supervisor is able to view the details of their direct reports and indirect reports, but there is a need to only view direct reports.
"Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental."
Environment
SAP SuccessFactors Learning Management System (LMS)
Resolution
To ensure that the supervisor only sees their direct reports the following setting needs to be update
- System Admin > Configuration > System Configuration > Edit LMS_ADMIN
- Search for reportingLevelsToDisplay
# This value is the number of reporting levels down displayed to a user and
# should be an integer equal to or greater than 0.
# Default: 0
# Example:
# If set to 0, the user will see all direct and indirect subordinates.
# If set to 1, the user will see their direct reports only.
# If set to 2, the user will see their direct reports and direct reports reporting into their direct reports and so on
reportingLevelsToDisplay=0
- As it's currently set to 0, this will need to be updated to 1 so that supervisor sees direct reports only.
Keywords
reportingLevelsToDisplay; reporting levels; LMS_Admin; direct reports; view; see; sf; lms; successfactors; indirect; employees, Report,heiarchy , KBA , LOD-SF-LMS-WOR , Roles & Workflows , How To