SAP Knowledge Base Article - Public

2363922 - How To Create a New Employee Profile field Userinfo Element field and Sync during Employee Central field To EP Hris sync

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

lastdTE5.png

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

  1. Go to Admin tool then Manage Permission Role Select Your  Role
  2. Select Employee Data then scroll down to User Information
  3. Field : SAP_Last Date Worked ---Tick : View and Edit for

lastdTErbp5.png

Step 3: add under sysAllUserDirectorySetting"

 

lastdTErUUUbp5.png

Code

  1. Export Succession Data Model and Scroll down to "sysAllUserDirectorySetting"
  2. Add the following code:
  3. <edit-template id="sysAllUserDirectorySetting">
  4. <userinfo-element-ref refid="lastDateWorked"/>
  5. </edit-template>

Step 4: Display EP Information

  1. Go To  Configure People Employee 
  2. Select Profile as seen below
  3. Select ADD another filed then select UserInfo Field: " Last Date  Worked"
  4. Click on Save
  5. Click on Save PP3

lastdTErUUUbp5.png

Step 5: Mapp EC to userinfo-element-ref refid="LasTDateWorked"

  • Go to BCUI
  • employmentInfo
  • See below

hrisssss.png

Step 6: Run Full Hris Sync

Step 7: check test

eppp3lastdTErUUUbp5.png

 Important Information:  Report on UserInfo field 

  1. Go to Admin Center > Export Extended User Information and Select Personal Information
  2. Go to Admin Center > Monitor job then download your file

16userinfo.png

 

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

  • 2264212 - How to add Payment Information section to People Profile 3
  • 2079942 - How to sync Employee Central data to Userinfo Element Fields - Employee Central
  • 3066117 - How to export Data Models?

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

Product

SAP SuccessFactors HCM Core 1605