Prerequisites
Before continuing, ensure you have the following:-
A valid TechWolf contract and access to a live TechWolf tenant.
- This tenant must contain Employees corresponding to the PerPerson entities
present in SAP SuccessFactors. This can be achieved by either:
- Using the Standard Employee Data Input Integration .
- Writing custom input integrations. When doing this, ensure the
TechWolf SkillEngine API Employees are linked with their SAP PerPerson
counterparts by using the Per Person UUID (
perPersonUuid) as the TechWolf Employee ID (external_id). Additionally, each TechWolf Employee should have a custom property calledperson_id_externalwith as value thePerson External IDof the corresponding PerPerson entity in SAP SuccessFactors. More information on custom properties can be found .
- This tenant must contain Employees corresponding to the PerPerson entities
present in SAP SuccessFactors. This can be achieved by either:
-
An SAP SuccessFactors environment with Talent Intelligence Hub
implemented.
Enabling Talent Intelligence Hub activates two essential features for this integration: - Attributes Library: Enables using TechWolf skills in your SuccessFactors environment. - Employee Growth Portfolios: Enables skill assignments to employees, allowing to synchronize validated employee skills between TechWolf and SAP.
- Access to the TechWolf SFTP server to host the integration files.
- A successful SAP support case to whitelist the TechWolf SFTP server .
- A working Skill Inventory Sync integration between TechWolf and SAP SuccessFactors.
Required files
Required files for the SAP Employee Skill Sync Integration
SAP SuccessFactors Configuration
1
Create Employee Growth Portfolio Export Schedule
Follow the steps in
How To: Load Export Integration Definitions
to create a new export integration definition that will create an export
of employee growth portfolios. Use the following values when setting up
the integration definition:
The time of day of the
| Configuration Item | Value |
|---|---|
| Integration Definition | techwolf_employee_growth_portfolio_export_definition.icd |
| File Name Prefix | EmployeeGrowthPortfolioExport |
| Date Suffix Format | yyMMddHHmmssZ |
| File Folder | /tih/exports/employee_growth_portfolio |
Start Time of the schedule should be some
time (e.g. one hour) after the time of day of the Start Time of the
Attribute Import Schedule (Step 1) of the
Skill Inventory Sync .2
Create an OAuth2 client application
Follow the instructions in
How To: Create an OAuth2 Client Application
to register an OAuth application that allows TechWolf to access your
SAP SuccessFactors environment.
If you already created the OAuth2 client application for the Job
Skill Sync Integration, this step can be skipped.