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: 

Get data stored in su01

Former Member
0 Kudos

Hi ALL,

How can retrieve data stored in su01 ? (first name, last name) ....

Thanks

8 REPLIES 8

former_member723628
Active Participant
0 Kudos

Kraiem,

Please follow the forum rules and reseach before posting your question to the forum.

You can find all user related data in USR* tables. The first name, last name etc. are stored in table USR03 - Address Data.

Gajendra

0 Kudos

I already check usr03 table and there is no first name field in it.

Thanks in all case.

0 Kudos

Dear Gajendra Bhatt ,

please check your response before posting them.

thanks in advance.

Adel

Edited by: kraiem adel on Jan 14, 2010 6:01 PM

0 Kudos

Hi,

Firstly, if you gave a bit more detail in your question people wouldn't suggest things you've already looked at.

Anyway, table USR20, then use the person number to read table ADRP.

Regards,

Nick

0 Kudos

kraiem adel wrote:

> Dear Gajendra Bhatt ,

> please check your response before posting them.

> thanks in advance.

> Adel

Please check your question before posting. - locked

Rob

Former Member
0 Kudos

Hello,

have a look to the tables beginning with USR.. Specially USR03.

Regards Wolfgang

Former Member
0 Kudos

Hi,

You can fetch the dta from table USR03.

Or

U can check this report RSUSR002_ADDRESS

Former Member
0 Kudos

Hi,

the best way (i think) is to use BAPI_USER_GET_DETAIL.

Regards, Dieter