‎2013 Jan 10 5:38 AM
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
‎2013 Jan 10 6:15 AM
Hi Srivijay ,
While updating email id in ADR6 , also set field :
FLGDEFAULT
HOME_FLAG
Regards ,
Yogendra Bhaskar
‎2013 Jan 10 5:48 AM
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
‎2013 Jan 10 5:54 AM
Hello,
Update user profile using BAPI BAPI_USER_CHANGE.
Rgrds,
Sravan
‎2013 Jan 10 6:15 AM
Hi Srivijay ,
While updating email id in ADR6 , also set field :
FLGDEFAULT
HOME_FLAG
Regards ,
Yogendra Bhaskar
‎2013 Jan 10 9:39 AM
Thank you very much Yogendra,
Also we need to set fields FLAGCOMM6 and DEFLT_COMM = 'INT' in table ADCP.
Regards,
Srivijay.
‎2013 Jan 10 6:23 AM
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