Human Capital Management Blogs by Members
Gain valuable knowledge and tips on SAP SuccessFactors and human capital management from member blog posts. Share your HCM insights with a post of your own.
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
So you decided to implement SuccessFactors Learning (LMS) in your company. Now this could be either a standalone or an integrated (with SuccessFactors BizX instance) environment. Though in terms of the functionality of the LMS system, there is no difference in the 2 types of implementation. However, the way data is fed to the system is different in the two implementation methods. Recently I had the opportunity to implement LMS with an integrated client. Through this blog series I want to share some experiences that can help consultants for future/current implementations. This the first part of a two series blog.

SuccessFactors LMS has tools called connectors which help in loading different types of data into the system. There are around 20 connectors that SuccessFactors provides for customers to upload data. Some of the common connectors are:

  • User Connectors – to load user data from a legacy or BizX system

  • Item connector – to load items.

  • Schedule Offering – to load scheduled offerings. This needs to be uploaded after items are created

  • Learning History – to load users’ learning history. Very useful during Production cutover. Needs to have items and users loaded first.


Data loaded via connectors need to follow a format which is can be downloaded from the system as a template. A configuration file called CONNECTORS has the mapping definitions which enable the system to load the data from the input file to the appropriate database tables. These mappings are configurable and a lot of time is spent by consultants in getting the right mapping.

The input connector files are prepared and placed on a secured FTP server (which is provided to customers). A batch program, which can be scheduled, reads the input files and the mappings in the connector configuration file to place data in the appropriate database table. Now the best part is that the system provides status of each upload which can help troubleshoot any errors. The error logs are pretty detailed and help pinpoint the erroneous data.



Figure 1: Source: https://apps.support.sap.com/sap/support/knowledge/public/en/2318341

Let’s look at some connectors and what to watch out for in them.

User Connector


One of the most common connector is the user connector. SuccessFactors provides 3 types of user connector files – User, SF user and Federal User. The User connector is used in a non-integrated environment while the SF User is used for integrated customer instances. The Federal User connector is a US specific connector.  All the 3 connectors have different file formats and it’s important for a consultant to familiarise themselves with the fields and the corresponding mappings.

A Domain is an important concept in LMS which decides the ownership of data objects like items, scheduled offerings, curricula etc. Using domains, we can restrict administrators to edit only data objects that are under their control. This is largely useful for multiple country rollouts where each country can become a domain in the system.

Users should also belong to a domain and is a mandatory field on the user record. Now how do we assign users to the appropriate domain? In an implementation where there is a single domain, for example in a single country/company implementation, this can be taken care of in the connector configuration file where you can define a default domain.

On the User connector (one of the 3 types of connectors) there is a specific field called out for Domain. However there is no such field on the SF User connector used by integrated customers. As noted earlier, the SF User connector is used to import user data from the SuccessFactors BizX instance. In the BizX system there is no standard field for Domain as this is a LMS specific concept. However we have 15 custom fields on the SF User connector that we can use to pass the domain values to the LMS system.

In 2 of my LMS projects I had to deal with multiple domains in an integrated implementation. During the configuration workshops the design question “Which field from the BizX system should be used to determine the LMS Domain?” was missed and we had to go back to the client much to their dislike. One client agreed to use the standard DIVISION field while for another we had to use a custom field to map this field.

In a BizX integrated LMS implementation and having multiple domains, consultants need to determine the Domain field mapping to the fields in BizX during the workshops. We could use the standard fields or the 15 custom fields to do this. If this mapping is not done, the only option is to manually change each user record in LMS after the user data is uploaded. For single domain clients, this is not an issue as we can use the default mapping defined in the connector configuration file.

In the next part I will discuss a few other connectors.
2 Comments
Labels in this area