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

User description table

former_member583200
Participant
0 Likes
3,657

Hi All,

I need the table names in which user-id details are stored like for example: user-name, user description, etc.

Please tell me the table names in which I will be able to find the user details based on user-id.

As per the forum rules points will be rewarded for right kind of solution & answer.

Regards,

Stayabrata

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,384

Hi ,

U can user BAPI for this once u pass the useriid u will get all the related details for the user-id

BAPI_USER_GET_DETAIL try this in SE37.

Regards,

karthik

5 REPLIES 5
Read only

Former Member
0 Likes
2,384

Hi,

tables USR01, USR02, USR03 contain user related data

Shruthi

Edited by: Shruthi R on Jun 4, 2008 7:57 AM

Edited by: Shruthi R on Jun 4, 2008 7:58 AM

Read only

Former Member
0 Likes
2,385

Hi ,

U can user BAPI for this once u pass the useriid u will get all the related details for the user-id

BAPI_USER_GET_DETAIL try this in SE37.

Regards,

karthik

Read only

Former Member
0 Likes
2,384

Hi,

Use the database view USER_ADDR or USR02, USR03.

Read only

GauthamV
Active Contributor
0 Likes
2,384

hi,

check tables USR012,USR02,USR03,USR04,USR06 and USR41.

or use func mods. SUSR_SHOW_USER_DETAILS,ISR_GET_USER_DETAILS.

reward all hlpful answers.

Read only

Former Member
0 Likes
2,384

Hi,

Please refer table USR02.

Thanks,

Sriram Ponna.