Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Need a BAPI to get all employee data from HR

Former Member
0 Kudos

Hi Gurus,

Is there a standard BAPI to return all employees (including org data and personal data)? BAPI_EMPLOYEE_GETDATA returns the required data for one employee, but I want all employees without passing any input parameters.

Any help is greatly appreciated.

thanks..Hari

5 REPLIES 5

Former Member
0 Kudos

In HR usually LDB PNP or PNPCE is used which gets the compelete data. If you are in a report why can't you use PNP/PNPCE LDB ?

A.

0 Kudos

This is for interfacing HR data with Active Directory. I need to execute a BAPI using RFC from a web service.....

thanks..Hari

0 Kudos

We do it other way. We store all the EEs in a Z table and and feed it to AD. i am not ure if there is any standard BAPI to do this.

0 Kudos

we are also tyring to do the same. We are using SAP as system of records and needs to send the data to AD.

Instead of sending from SAP, we are planning on pulling the data from AD by running a BAPI using RFC....

thanks..Hari

0 Kudos

You might havew to create a custom RFC for this.

There is one FM which can be used only for OM Object

SEARCH_OBJECTS

Which might not be useful for you.

A.