Application Development and Automation 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: 
Read only

Tables with personal data

Former Member
0 Likes
2,080

     Hello Experts,

I need to know which tables save personal data(last name, social security number, position, etc) for every user in the system.

I have been searching and I know that ADRC,ADRP tables saved this kind of information, but I need an official note to corfirm all the tables.

Would you please help me out with this.

Thank you,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,996

Thank you everybody for your help,

Below the tables that I needed:

USR*

PA0 * HR

PA2 *

PB0 *

PB4 *

PCL *

PA0 *

KN *

LF *

RASD

KN *

LF *

RASD

Thank you

     Hello Experts,

I need to know which tables save personal data(last name, social security number, position, etc) for every user in the system.

I have been searching and I know that ADRC,ADRP tables saved this kind of information, but I need an official note to corfirm all the tables.

Would you please help me out with this.

Thank you,

6 REPLIES 6
Read only

Former Member
0 Likes
1,996

I don't have an official document to approve this, but these tables are correct, additionally you can read USR21.

Read only

Florian
SAP Champion
SAP Champion
0 Likes
1,996

Hi Javier,

why don't you use the function-stones which returns these kind of data to you.. Isn't it official enough to see a select made by SAP itself? For example

ADDRESS_INTO_PRINTFORM

or

ADDR_PERSONAL_GET_ARRAY

~Florian

Read only

Former Member
0 Likes
1,996

Hi Florian,

Could you please be more specific with the steps?.

Thank You

Read only

Former Member
0 Likes
1,996

You can use CALL FUNCTION and the mentioned function modules.

Read only

0 Likes
1,996

hi Javier,

just test these functions in Tranaction SE37 and read through the documentation. It is very well explained how to use these funtions and afterwards you can get inside the functions, read through the coding and perhaps make an trace while testing it.

That's it. If you get in trouble, look for an experienced ABAP-developer near you and he/she will give you a hand for sure.

~Florian

Read only

Former Member
0 Likes
1,997

Thank you everybody for your help,

Below the tables that I needed:

USR*

PA0 * HR

PA2 *

PB0 *

PB4 *

PCL *

PA0 *

KN *

LF *

RASD

KN *

LF *

RASD

Thank you