cancel
Showing results for 
Search instead for 
Did you mean: 

Where are the information on key values for integration stored in OData entities?

SebastianK
Explorer
0 Kudos

The mapping table for employee key values (PAOCFEC_EEKEYMAP) contains information about mappings between SAP personnel numbers and SuccessFactors Employees.

Where can I find the information regarding an employee ID, employment ID, work agreement ID, and user ID from Employee Central if I want it to read via OData API? In the OData API I only have access to the user ID via entity user but not to the others. Maybe there exist a mapping between Compound SFAPI structures and OData API entities?

Answering in German is also fine with me

Accepted Solutions (0)

Answers (2)

Answers (2)

SebastianK
Explorer
0 Kudos

Ok I checked with the compound employee API. In entity CompoundEmployee I found person_id which is supposed to be the Employee ID and employment_information/employment_id which is the Employment ID. But no clue where to find the work agreement ID, in employment_information or job_information there is no such field.

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

you should be compound employee API for it not userd id entity

you can check the jobinfo entity

Also, ODATA Dictionary you can see where where these fields are existing in which entity etc.

refer the OData API guide for it,