SAP Knowledge Base Article - Public

2420201 - Format explanation of the values return for pkg_enrollment.localized_enrollment_status

Symptom

As an example, running the following function call on the database returns data. But how to interpret what the data returns means.

Query > select pkg_enrollment.localized_enrollment_status(100,'') from pa_student;

Output > label.EnrollmentStatus.FullWaitlisted||18||18||2||0

Environment

SuccessFactors Learning Management System (LMS) - All Supported Versions

Resolution

Considering the example, it's for a Scheduled Offereing where id 100.

The output says: label.EnrollmentStatus.FullWaitlisted||18||18||2||0

This means SO with ID 100:

  • Is full. Because there are 18 max seats available. All 18 are enrolled. First 18 is max that can enroll count.
  • second 18 is enrolled count.
  • 2 are waitlisted.
  • 0 are pending.

Keywords

label.EnrollmentStatus.FullWaitlisted; pkg_enrollment.localized_enrollment_status; PKG_ENROLLMENT; , KBA , LOD-SF-LMS-REP , Reporting Data , LOD-SF-LMS , Learning Management System , How To

Product

SAP SuccessFactors Learning all versions