Human Capital Management Blogs by SAP
Get insider info on HCM solutions for core HR and payroll, time and attendance, talent management, employee experience management, and more in this SAP blog.
cancel
Showing results for 
Search instead for 
Did you mean: 
soumyajitroy
Product and Topic Expert
Product and Topic Expert
Hi Successfolks!

Trust everyone is keeping safe during this challenging times. This blog is an workaround for a most frequently asked requirement from the Employee Central customers .

Introduction: Employees' original start date is a very important field in Employee Central as it is required in many calculations such as Benefits eligibility, Payroll, Time Account accruals.

Background: In employee central, when you Rehire Inactive employee with New Employment, the Original Start Date in the employment details portlet will not be the same as the old employment's Original Start Date, because the new employment will have a new user id and the original start date for the new employment will be set from the date of rehire. Please refer to the KBA-2080126 - How do Employment Information > Hire Date and Original Start Date fields work?

It’s been an ask from many customers on how to bring the Original Start Date from the Old Employment in case of rehire with new employment.

As it is possible to override the Original start date field defaulted value during the hire/rehire process, I have tried this as a workaround that can automate the propagation of the Original Start Date from the old employment during rehire on new employment using intelligent services and integration center.

Workaround: Below are steps for configuration.

  • Create a custom MDF lookup table to store the Original Start Date for terminated employees. The key fields should be Userid(optional), PersonID, Original Start date. As the PersonID of an employee is the same across all the assignments, we will store the Original Start Date of terminated employee from the old assignment.

  • Run the ODATA API Meta-data refresh in the Successfactors System.

  • Make the standard Original Start Date field read-only for the EC data model in the Manage Business Configuration

  • Create an intelligent services integration to populate Original Start Date, PersonId, Userid in the custom MDF table on employee termination event.

    • Step 1: Launch the Intelligent Services tool and Choose the Employee Termination Event to build an integration.


    • Step 2: Choose Custom Activities-->Integration


    • Step 3: Choose to Create New Integration from the Pop-Up screen. This will redirect you to the integration center.


    • Step 4: Choose Destination Type: Successfactors and Format: OData V2 and choose to create.


    • Step 5: Follow the wizard to create a custom integration and maintain the field mappings as below:


    • Step 6: Click Next --> Next --> Review and Run Tab. Save the integration and Click “Go to intelligent Service Center”


    • Step 7: In the Intelligent Service Center, Choose the integration we built above and click Add Integration to add it to the event flow.




  • Create an onPostSave rule for the Job Information portlet to raise the employee termination event which will trigger the integration that we built before. The event reasons in the rule configuration must be changed as per your EC configuration.

  • Create an onSave rule for the Employment Details portlet to default the Original start date from the lookup table using the PersonId field as query parameter. The first match in the lookup should be sufficient to pull the Original Start Date from the employee's hire record.

    • Make sure that rule condition value is set only for rehire on new employment event. (a new event reason will be required for rehire with a new employment use case).

    • Please note that while running the Add new employee wizard or Manage Pending Hires wizard, the Original Start Date will appear to default from the latest hire date but after the hiring is completed and the data is saved, it will be updated from the old employment.




Testing:

  1. Terminate an employee.

  2. Rehire the employee with new employment.

  3. Check the Employment Details portletàOriginal Start Date.

  4. The Original Start Date should have the same value as the Old Employment.

  5. Snapshot of the Old Employment and new employment after testing.





 

The workaround has worked for me and did run several rounds of tests. I recommend thorough testing of this integration before production deployment and validation from the customer.

Please share your thoughts and comments if you find any broken scenarios. I will also try the same and amend the blog as needed.

 

Happy implementing and using Successfactors.

Thanks, and regards,

Soumyajit Roy
11 Comments