Symptom
Follow Up of : 2079942 - How to sync Employee Central data to Userinfo Element Fields - Employee Central
We have used all the standard Employee Profile fields (Custom01 to Custom15) in our HRIS Sync configuration, but we need to sync and display more data from Employee Central in Employee Profile
Example : Mapp EC field: Last Date Worked to EP using Userinfo Element field.
"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 Employe Central
- SAP SuccessFactors Employee Profile
Resolution
Please a userinfo-element field to be vchar (text) or date (date) View: 2079942 - How to sync Employee Central data to Userinfo Element Fields - Employee Central
Example : Mapping EC Date field: Last Date Worked to EP using Userinfo Element field.
Step 1: Employee Profile configuration View: Chapter: Creating a User Information Field for People Profile with BCUI
- Go to BCUI
- Employee Profile
- See below
Via SDM Data Model - Using Succession Data Model : View: 3066117 - How to export Data Models?
Export Succession Data Model and Scroll down to the end of the standard-element fields
Add the following code to after the last "</standard-element>" defined in the Succession Data Model. (Note the below is config for a userinfo-element date field)
<userinfo-element id="cust_lastDateWorked" type="date" max-length="256" required="false" reportable="true">
<label>Last Date Worked</label>
<label xml:lang="en-US">Last Date Worked</label>
</userinfo-element>
Step 2: Grant RBP Permission
- Go to Admin tool then Manage Permission Role Select Your Role
- Select Employee Data then scroll down to User Information
- Field : SAP_Last Date Worked ---Tick : View and Edit for
Step 3: add under sysAllUserDirectorySetting"
Code
- Export Succession Data Model and Scroll down to "sysAllUserDirectorySetting"
- Add the following code:
- <edit-template id="sysAllUserDirectorySetting">
- <userinfo-element-ref refid="lastDateWorked"/>
- </edit-template>
Step 4: Display EP Information
- Go To Configure People Employee
- Select Profile as seen below
- Select ADD another filed then select UserInfo Field: " Last Date Worked"
- Click on Save
- Click on Save PP3
Step 5: Mapp EC to userinfo-element-ref refid="LasTDateWorked"
- Go to BCUI
- employmentInfo
- See below
Step 6: Run Full Hris Sync
Step 7: check test
Important Information: Report on UserInfo field
- Go to Admin Center > Export Extended User Information and Select Personal Information
- Go to Admin Center > Monitor job then download your file
FAQ - Additional Information
Q) Where can I get information on this from the Guide?
A) Guide Configuring People Profile
Chapter: Creating a User Information Field for People Profile with BCUI
See Also
Keywords
hris sync, ec sync, sync, synchronization, hris-mapping, hris-sync-mappings, hris sync, succession data model, xml, sdm, employee central, ec, sync, userinfo-element, Mapping Userinfo Element field,Employee Profile fields, , KBA , LOD-SF-EC-BCI , Manage Business Configuration (BCUI) & Data Models (XML) , LOD-SF-EC-HRS , HRIS Sync , LOD-SF-EP-BCI , BCUI & Data Model (XML) Configuration , How To