cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Employee Replication from EC to C4C: Validity Dates

RG_23
Explorer
0 Likes
2,327

Hello,

For interface Employee replication from EC to C4C, can anyone confirm whether the validity dates like employment start date and termination date is part of replication or not?

As per our understanding, only personal details validity is covered in mapping but not for employment period. Is this statement correct?

Has anyone done the changes in standard interface to reflect employment dates?

Regards,

RG

View Entire Topic
0 Likes

Hello Rajesh,

if you search in https://api.sap.com/shell/integration for:

  • SAP Hybris Cloud for Customer Integration with SAP SuccessFactors Employee Central/

it seems that the validity date is not being sent over. (check in Resources tab)

As opposed to:

  • Replicate Employee from SAP Business Suite/

where you can see the mapping for the Validity start/end date.

Hope this helps.

Kind regards,

Carina

RG_23
Explorer
0 Likes

Hi Carina,

Thanks for your answer.

We are using 'Replicate Employee from SAP Business Suite' integration scenario in our implementation.

Did some more digging and found that the mapping of validity dates is to :

/queryCompoundEmployeeResponse/CompoundEmployee/person/employment_information/job_information/start_date

/queryCompoundEmployeeResponse/CompoundEmployee/person/employment_information/job_information/end_date

Issue is that

Start Date- If you are implementing Service Center right after EC then the start date captured in real scenario will be go live date of EC. It is not actual start date. Actual start date is captured under 'Original Start Date' which is available at level of Employment_information. Hence the mapping does not fulfil the purpose.

End Date- This again is incorrect. When employee is terminated in SuccessFactors, system generate another segment with jobstatus as T and validity dates as Termination date +1 as start date and 31.12.9999 as end date. Hence End date in C4C system remains unchanged even after employee is terminated.

Regards,

Rajesh Gupta