Symptom
While adding a new employee, a blank error is shown:
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
Reproducing the Issue
- Go to 'Manage Pending Hires';
- Select a user stored as a draft;
- Proceed with the hire in all steps;
- Blank error is shown in some point, for example after the Job Information section.
When opening the developer tools at the moment the error is thrown, the message "EMPFILE_FT_INVALID_PICKLIST_FORMAT" appears, with the affected HRIS Element and field before it.
Cause
There was some value stored in the picklist field and this value was deleted in the picklist, or the picklist was added to the field in BCUI after its value was populated for the user.
Resolution
To find out which is the affected field:
- Open the developers tool and go to the tab 'Network';
- Proceed with the action that throws the error;
- Access the record with name "hrisHireControllerProxy.getNewPage.dwr";
- Access the 'Response' tab;
- Check the HRIS Element and the field besides the error 'EMPFILE_FT_INVALID_PICKLIST_FORMAT';
- Go to Manage Business Configuration, select the affected element and see which is the Label of the affected field.
To correct the issue:
- Once you know the field that is causing the error, search for it in the new hire template;
- Select a new picklist value for the field. It can be 'No Selection'.
See Also
- 2197679 - Blank Error Message While Hiring or Adding New Employee
- Known Issues with Picklists | SAP Help Portal
Keywords
EMPFILE_FT_INVALID_PICKLIST_FORMAT, blank error during hire, add new employee, blank error, picklist error, FormatException , KBA , LOD-SF-EC-HIR , Hire & Rehire Wizards , Problem