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 details

vadrevu_kk
Participant
0 Likes
591

Hi all.

Can any one suggest the function module to get user details like first name second name?

thanks

kiran

Hi all.

Can any one suggest the function module to get user details like first name second name?

thanks

kiran

3 REPLIES 3
Read only

Former Member
0 Likes
567

Hi,

You can use all tables startting from USR01,02,03,04 and so on and also use BAPI_USER_GET_DETAIL to fetch the details.

Cheers

VJ

Message was edited by:

Vijayendra Rao

Read only

venkata_ramisetti
Active Contributor
0 Likes
567

Hi Kiran

Use USR21 & ADRC tables.

You can also use function module SUSR_SHOW_USER_DETAILS.

(NO_DISPLAY = 'X')

Thanks

ramakrishna

Message was edited by:

Ramakrishna Ramisetti

Read only

Former Member
0 Likes
567

no need of FM...U can get the details from USR03 table.....There are USR* tables which stores all details of a person...By passing the person logonid u can get the details....