cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_EMPLOYEE_GETLIST

Former Member
0 Kudos

Hi SAP Experts,

I need to get employee list via Biztalkusing WCF SAP adapter . I tried to use "BAPI_EMPLOYEE_GETLIST" pasing OBJECT_ID = 00000000 and serch date as current date.

But I am getting only the below out put . Not geting the employee list. Any idea on this?

<?xml version="1.0" encoding="utf-8" ?>

- <BAPI_EMPLOYEE_GETLISTResponse xmlns="http://Microsoft.LobServices.Sap/2007/03/Rfc/">

<OBJECT_ID>0</OBJECT_ID>

</BAPI_EMPLOYEE_GETLISTResponse>

Your help is really appreciated on this .

Thank you

Nandika

Edited by: Nandika Mirihana on Feb 14, 2012 9:47 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I am having feeling that this is because of some security setting or access privilages to user. Is there any specific privilages need to set up to use these employee bapis ? Please note that I have read & written financial BAPIs using same user.

Edited by: Nandika Mirihana on Feb 15, 2012 3:55 AM

Former Member
0 Kudos

Yes The issue was due to Authorization issue to PA0001 .. tables. When I ran the BAPI_EMPLOYEE_GETLIST on SAP , I didn't get any test result or errors. Then tried to connect to PA0001 .. tables & got an Authorization Error .

Worrying why BAPIs don't throw these issues to users.