Symptom
We have the sequence number enabled in Compensation Information portlet, we have it permissioned to be editable however, we cannot see the field. May I know why the sequence number is not showing in the compensation information portlet and what is the use of the sequence number
"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 Employee Central
- Compensation Information
- Manage Business Configuration
Reproducing the Issue
- Enable and permission the sequence number field on CompInfo element
- Check the Compensation Information Portlet
Cause
The sequence number field is for importing purposes only.
Resolution
This field is only required for import, and will appear in the import template if you have enabled the field In BCUI or Via SDM Data model and the allow import property is defaulted to True.
Sequence number is used when you are adding more than one record to an effective dated portlet on the same date.
If you enable the field it will appear in the compensation information import template. This field is not Editable Via UI.
- Go to Mange busines Configuration
- payComponentNonRecurring
See:
- Sequence number
- Data Type : String
- Visibility : View
- Max. Length : 38
- Allow import : Yes
Add Via Import SDM Data model Code:
Under: <hris-element id="payComponentNonRecurring">
<hris-field id="sequence-number" visibility="view" allow-import="true">
<label xml:lang="en-DEBUG">seqnumber</label>
<label xml:lang="en-US">seqnumber</label>
<label xml:lang="ru-RU">seqnumber</label>
<label xml:lang="de-DE">seqnumber</label>
<label xml:lang="en-GB">seqnumber</label>
<label>seqnumber</label>
</hris-field>
Sequence Number
- <sequence-number> is a required field, but not a business key, in the non recurring pay component data import process. This field accepts an alphanumeric value with a character limit set to 38. With a unique <sequence-number>, you can import multiple records having a same pay component on the same day, without any risk of existing data being overwritten.
- This field is required for importing data. If you enable this field, the allow import property is defaulted to True.
- Based on your business requirements, there are two cases related to <sequence-number> configuration. To check your existing configuration, go to Admin Center Manage Business Configuration Employee Central HRIS Elements payComponentNonRecurring.
CASE 1: <sequence-number> isn’t configured or disabled
The system automatically generates a sequence number for each employee record. However, the value isn’t shown on or Editable the UI.
CASE 2: <sequence-number> is enabled
- While importing data in full purge mode,
- If you haven’t provided any value in the <sequence-number> field, the system automatically assigns a value. For a starting record, the value is set to 1 whereas, for any other record in the list, the value is set as per the following equation: New sequence number = last assigned sequence number + 1
Example:
You are adding 3 records to compensation information via import on 01/01/2019. When the sequence number field is enabled you can tell the system in which sequence they should be imported in and how they will appear in history mode on the UI.
FAQ - Additional Information
Q) Where can I get information on this from the Guide?
A) Guide - Chapter -Non-Recurring Pay Component Imports
In the Incremental Load mode, if the sequence number field,
- <allow-import>=false: user_id + pay_date + pay_comp_code is the business key.
- <allow-import>=true: user_id + sequence_number (when the sequence number is enabled) is the business key.
A) Guide - Chapter -Non-Recurring Pay Component Data Fields
This field sequence-number is required for importing data. If you enable this field, the allow import property is defaulted to True.
The non-recurring pay component import is currently supported by Centralized services only if Enable Centralized Services for Non-Recurring Pay Component Information (Applicable only for data imports from UI and API) is enabled on the Company System and Logo Settings page.
See Also
- 2413486 - Correct or Update Compensation Information record via Import in Full Purge mode
- 2494885 - Correct or Update Pay Component Recurring or Pay Component Non Recurring Information record via Import in Full Purge mode
- 2489526 - Correct or Update Job Relationships Information record via Import in Full Purge mode
- 2317955 - Correct or Remove Job Information record via Import in Full Purge mode
- 2092850 - How to make changes to Employee Data on mass via Import - Employee Central
Keywords
Sequence Number, Compensation Information, Enabled, Permissions, Field not appearing, Data Objects Table, People Profile, PayComponentNonRecurring, PayComponentRecurring, Visibility, View, Allow import , KBA , LOD-SF-EC-CMP , Compensation Information & One-Time Bonus , LOD-SF-EC-EDP , Import Employee Data (EC Core only) , LOD-SF-EC-BCI , Manage Business Configuration (BCUI) & Data Models (XML) , Problem