Symptom
What are the steps to enable the Employment Details SourceOfRecord field in BCUI?
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 HCM Cloud
- SAP SuccessFactors HXM Suite
- SAP SuccessFactors Employee Central
Resolution
For any EC Standard field creation please refer to Guide:
- Guide: Data Model Field Information for Employee Central
- For this string field ( The picklist must contain the values "EC", "ONB") : sourceOfRecord
Note: This field is required for integration between Employee Central and SAP ERP as well to Integration Center.
The list of values comes from the sourceOfRecord picklist. The picklist must contain the values "EC", "ONB", as well as any values for each external system where employee data is recorded. For technical reasons, the values for the picklist cannot contain commas.
Step 1: export sourceOfRecord picklist from the Software Download Center.
- View: sourceOfRecord picklist: Software Download Center. 51058604_44 / SFSF EC Configuration Files Master Picklist MDF
Step 2: Import picklist
- Go to Import and Export Data
- Select Generic Object: Picklist-Values
- Select picklist file
- Import
Step 3: Check sourceOfRecord picklist.
- Go to Picklist Center
- Select: SourceOfRecord
Note
All configuration files for Employee Central, for example, master data models, master picklists, as well as country/region-specific files, have moved from the SAP Help Portal to the Software Download Center
Export : 51058604_44 / SFSF EC Configuration Files Master Picklist MDF
Check: 3153500 - How to Download Data Models, Picklists and other configuration files for Employee Central - SuccessFactors
Step 4: enable sourceOfRecord under BCUI
- Navigate to Manage Business Configuration;
- Click on 'employmentInfo';
- Add a new field;
- Type in 'source';
- See the 'sourceOfRecord' option display;
- Add a 'Label' and 'Default Label' to it;
- Set the 'Enabled' field to 'Yes';
- Hit 'Save'.
Via SDM Data Model
Code:
<hris-field id="sourceOfRecord" visibility="none">
<label>Source of Record</label>
<label xml:lang="en-GB">Source of Record</label>
<label xml:lang="en-DEBUG">Source of Record_Lbl#5788</label>
<label xml:lang="es-ES">Fuente del registro</label>
<label xml:lang="es-MX">Origen del registro</label>
<label xml:lang="et-EE">Kirje allikas</label>
<label xml:lang="fi-FI">Tietueen lähde</label>
<label xml:lang="fr-CA">Source d’enregistrement</label>
<label xml:lang="fr-FR">Source de l’enregistrement</label>
<picklist id="SourceOfRecord"/>
</hris-field>
See example below:
For RBP or Visibility: Grant a permission to field: sourceOfRecord
- In Manage Permission Roles
- Employee Data > Employment Details > Source Of Record
- View Permission: will allow to view the field
- Edit: meant for Admin and API users
Notes: the Source of Record field is hardcoded and cannot be manually changed or imported. This field works to determine whether the source of the record from the system is from Onboarding or EC. This field is required for integration between Employee Central and SAP ERP as well to Integration Center. To use the field with other purposes, it is recommended to create a custom field named Source of Record.
FAQ - Additional Information
Q) Where can I get information on this from the Guide?
A) Guide: Data Model Field Information for Employee Central -
- Chapter - Employment Information
- See Field sourceOfRecord
Q) Where can I get EC Master Data model and Master Picklists?
A) View 3153500 - How to Download Data Models, Picklists and other configuration files for Employee Central - SuccessFactors
-
- or EC Master Data model : URL Here: https://help.sap.com/doc/180ae8b64b4e43c68e975ab9be597aa7/latest/en-US/EC-Master_Data_Models.zip)
Q) How to check Is EC Record or Is Contingent Worker ?
A) Use feature: Data Inspector
- Go to data inspector
- Select in Entity: Table_EMP_EMPLOYMENT_INFO
- Define filter criteria : Is EC Record or Is Contingent Worker Equals
- click on show Data
- Export or Check result: for : Is EC Record
Note:
- For Employee Central User Is EC Record = 1
- For Contingent Worker Is Contingent Worker = 1
See Also
-
2584658 - How to Check if a User is an EC User using the Integration Center
-
2324204 - How to retrieve inactive employees via Integration Center?
- 2472648 - Using the Check Tool to Check a SuccessFactors Configuration
-
2363806 - Missing Users in Adhoc or Advance Reporting ( ODS or ORD) Reports
-
3375924 - How To check User Status Via Data inspector
- 3397581 - Unable to see label of field Source of Record in Table report - Employee Central
- 3066117 - How to export Data Models?
- 2651585 - Manage Business Configuration: How to Generate Business Configuration Audit logs via Manage Scheduled Jobs
- 2677584 - How can I check license information in SuccessFactors system?
- 2324704 Request for total number of licensed users in Employee Central
- 2080118 How to Tell if a Customer has Employee Central Enabled
- 2088188 SAP SuccessFactors License Utilization
- 2515154 How to check customer's license contract
- 2777353 How to Import Contingent Workers - EC
- 2978690 - Differences Between Full and Functional Users for Employee Central License
- 2088200 - Manage Users: How To Set User Status - Set User as Active - Set User as Inactive - Platform
- 3308638 - How to Enable the Employment Details SourceOfRecord field in Manage Business Configuration (BCUI)?
Keywords
SourceOfRecord, Employment Details, Source of Record, SourceOfRecord, sourceOfRecord, BCUI, Manage Business Configuration, Enable, How to Enable Field, Configure Source of Record, SAP Global License Audit & Compliance, Cloud HXM User and Usage Definitions, Global License, Audit, Compliance, Report, Ad-Hoc, Table, Reporting, Report Center, picklist id, SourceOfRecord, Is EC Record, Contingent Worker , KBA , LOD-SF-EC-EMP , Employment Information (Employment Details) , LOD-SF-EC-BCI , Manage Business Configuration (BCUI) & Data Models (XML) , How To
Product
Attachments
| Pasted image.png |
| Pasted image.png |
| Pasted image.png |
| Pasted image.png |
SAP Knowledge Base Article - Public