cancel
Showing results for 
Search instead for 
Did you mean: 

Responsible tables in the HR

Former Member
0 Kudos

Hi everyone!

I am looking for a table, which store the values of the SAP users.

And does anyone know which user rights i must have to get access to those tables? I would like have a access to these tables via a GUI written in Java and the SAP JCO.

I already looked for a BAPI but there a only BAPIs which are responsible for the employees. But I need a BAPI where I can add a sap user (mandant, username ...).

Thanks for reply!

Joerg

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The user data is split over several tables in SAP. The master record table is USR01, but that does not contain all the data. Also, a user in SAP is not the same as an employee in the HR module. If you want user data ignore the HR BAPIs.

There is a BAPI for creating users: BAPI_USER_CREATE1

There is also a BAPI for retrieving a list of users: BAPI_USER_GETLIST

Plus a number of other BAPIs for maintaining users (Check transaction BAPI in SAP - search with key word user. User BAPIs are under category Basis Services/Computing Center Management/USER).

To find out what user rights you need to access the records check with your SAP BASIS team. But there usually is a so called RFC user for remote calls (eg with the JCo).

Hope this helps.

regards,

Dion

Message was edited by: Dionisios Nikopoulos