Symptom
You have defined an HRIS Sync Mapping to map an EC Date field to a custom EP field for example:
<hris-mapping>
<hris-field-ref refid="start-date"/>
<standard-element-ref refid="custom09"/>
</hris-mapping>
The value is mapping across in the wrong format, for example the value in custom09 is in format "YYYY/MM/DD" and you wish it to be in format "DD/MM/YYYY"
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 SuccessFacotors Employee Central
Cause
The date format is not maintained in the HRIS Sync Mapping.
Resolution
List of supported date formats for hris field: yyyy, MMM-yyyy, MMM, dd/MMM, MM/dd/yyyy
You can define the date format of the field you wish to map in the HRIS Sync Mapping, for example:
<hris-mapping >
<hris-field-ref refid="seniorityDate" date-format="MM/dd/yyyy"/>
<standard-element-ref refid="custom13"/>
</hris-mapping>
The Date format "DD/MM/YYYY" is not supported.
See Also
2363138 - Changing the Date of Birth Format - Employee Central
Keywords
HRIS Sync Mapping, Date, Date Format, Date of Birth, Hire date , KBA , LOD-SF-EC-HRS , HRIS Sync , LOD-SF-EC-PER-PRS , Personal Info - Config, Rules, RBP, UI , Problem