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

Issue with retrieving job details of onboardee (new hire)

vmathi
Discoverer
1,458

Hello, i am trying to get the job details of an onboardee (new hire) before they get hired in EC. Once onboardee personal information and hire details are entered in ONB 'Review New Hire Data' & 'Provide Additional Data Step', i can see EmpEmployment details, National ID, Email, and Phone number, however PerPersonal (Biographical) and EmpJob (Job Informaition) entities are missing when querying using OData or Integration Center. 

Accepted Solutions (0)

Answers (2)

Answers (2)

rafal_dercz
Explorer
0 Likes

I had the same issue and I was trying to solve it many long days. As w workaround I used CompoundEmployee SOAP API except oData - Introduction to the CompoundEmployee API | SAP Help Portal

trangnguyen8
Discoverer
0 Likes

Hi vmathi, 

You have to add "&asOfDate=9999-12-31" in the API query to read future hires data with effective dated portlets.

sumant_gupta2
Explorer
0 Likes
Brilliant. Thanks as it resolved it for me