SAP Knowledge Base Article - Preview

2803133 - Employee not appearing in SuccessFactors SFAPI CompoundEmployee

Symptom

You are running one query in the SFAPI CompoundEmployee using the WHERE condition of just one employee and this employee is not being returned in the response.

You already reviewed all the permissions regarding the SFAPI CompoundEmployee API user.

You also checked that your API user have the permissions of this target population.

Find below one example of this query:

SELECT
person,
employment_information,
job_information
FROM CompoundEmployee
WHERE
person_id_external = ('Cgrante')

The API is returning always with zero results, according example below:

    <S:Body>
        <queryResponse xmlns="urn:sfobject.sfapi.successfactors.com" xmlns:ns2="urn:fault.sfapi.successfactors.com">
            <result>
                <numResults>0</numResults>
                <hasMore>false</hasMore>
                <querySessionId>xxxxxxxx</querySessionId>
            </result>
     </queryResponse>


Read more...

Environment

SuccessFactors SFAPI CompoundEmployee

Product

SAP SuccessFactors HCM Suite all versions

Keywords

Employee not returned, not appearing, not found, response cannot see, API, SFAPI CompoundEmployee, CE, zero results, numResults, case sensitive, lower caps,  lower case , KBA , LOD-SF-INT-CE , Compound Employee API , LOD-SF-INT , Integrations , Problem

About this page

This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).

Search for additional results

Visit SAP Support Portal's SAP Notes and KBA Search.