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: 

telphone mobile phone fax number and email

Former Member
0 Kudos

HI,

Can you tell me how to get the user Telephone

Mobile Phone

Fax

E-Mail

from the sap user id.

Thanks,

Srinivas

4 REPLIES 4

anversha_s
Active Contributor
0 Kudos

hi,

UST04

User profiles (multiple rows per user)

chk this Table -

ADR6

Regards

Anver

Former Member
0 Kudos

Hi,

You can check tables USR03 or USR* you will find all the information related to the user.

Alternatively use BAPI to read user info.

BAPI_USER_GET_DETAIL

Cheers

VJ

Manohar2u
Active Contributor
0 Kudos

ADR2 will store telephone numbers.

But suggest to use BAPI mentioned above to retrive all user releted data.

Cheers

Manohar

Former Member
0 Kudos

Hi Srinivas,

there is a simple BAPI to ge the uer details.

BAPI name is BAPI_USER_GET_DETAIL.

by using this BAPI, you will get all the user related data.

Regards

Sudheer