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

Table for SU01

srivijay_dinnimath
Active Participant
0 Likes
11,076

Hi All,

I want to update the Email ID for the screen SU01. When I am dumping an Email ID in table adr6 (smtp_addr) its not being displayed in the screen. Any one please tell me the exact table to be updated for this field.

Thanks in advance.

Regards,

Srivijay

1 ACCEPTED SOLUTION
Read only

yogendra_bhaskar
Contributor
0 Likes
6,181

Hi Srivijay ,

While updating email id in ADR6 , also set field :

FLGDEFAULT

HOME_FLAG

Regards ,

Yogendra Bhaskar

5 REPLIES 5
Read only

vinoth_aruldass
Contributor
0 Likes
6,181

hi

from table usr21  you will get address no for the user

and from sdr6 only you will get the email id .

you have to update through su01 by writing a bdc program or lsmw for that.

hope it helps,

Vinoth

Read only

Former Member
0 Likes
6,181

Hello,

Update user profile using BAPI BAPI_USER_CHANGE.

Rgrds,

Sravan

Read only

yogendra_bhaskar
Contributor
0 Likes
6,182

Hi Srivijay ,

While updating email id in ADR6 , also set field :

FLGDEFAULT

HOME_FLAG

Regards ,

Yogendra Bhaskar

Read only

0 Likes
6,181

Thank you very much Yogendra,

Also we need to set fields FLAGCOMM6 and DEFLT_COMM = 'INT' in table ADCP.

Regards,

Srivijay.

Read only

Former Member
0 Likes
6,181

Hi,

Finding Email id User follow below Steps..

Using this FM "SUSR_USER_ADDRESS_GET"

Enter User ID : 'XYZ"

Collect   PERSNUMBER    " Person number

              ADDRNUMBER   "Address number

Pass above two field value in "ADR6"  Table then u get "e-mail address of user ID "

Updating Email id use BAPI_USER_CHANGE .

Regard's

Smruti