2011 Nov 08 12:13 PM
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
2011 Nov 08 12:49 PM
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
2011 Nov 08 12:27 PM
Hi Colm,
Just go through bapi_user* and see what and all tables it used.
Regards,
Madhu.
2011 Nov 08 12:49 PM
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
2011 Nov 08 1:58 PM