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 e-Mail and Comm. Meth tables

Former Member
0 Likes
1,442

Folks,

In System>User Profile>Own Data there is two fields in the communication section called e-Mail and Comm. Meth.

I know the e-mail is stored in ADR6 but I have 2 entries in there:

22664 37987 01.01.0001 1 X X user.nameATdomain.ie

22684 37258 01.01.0001 1 X X user.nameATdomain.ie

So how can I be sure which one maps to my SAP User Name

Also, I want to know what Comm. Meth. maps to my user-name, what table is that stored on?

Many Thanks,

Colm

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,200

These values come from table ADCP which you can read with the personnel number assigned to your SAP user id

Table USR21 maps your SAP user id to your personnel number

Folks,

In System>User Profile>Own Data there is two fields in the communication section called e-Mail and Comm. Meth.

I know the e-mail is stored in ADR6 but I have 2 entries in there:

22664 37987 01.01.0001 1 X X user.nameATdomain.ie

22684 37258 01.01.0001 1 X X user.nameATdomain.ie

So how can I be sure which one maps to my SAP User Name

Also, I want to know what Comm. Meth. maps to my user-name, what table is that stored on?

Many Thanks,

Colm

3 REPLIES 3
Read only

madhu_vadlamani
Active Contributor
0 Likes
1,200

Hi Colm,

Just go through bapi_user* and see what and all tables it used.

Regards,

Madhu.

Read only

Former Member
0 Likes
1,201

These values come from table ADCP which you can read with the personnel number assigned to your SAP user id

Table USR21 maps your SAP user id to your personnel number

Read only

0 Likes
1,200

Perfect, thank you!