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

SU01 Update E_mail id

irfanjazz1
Participant
0 Likes
2,833

how to update address tab su01 tcode user E-mail address ....

Any Standard F.M ...

how to update address tab su01 tcode user E-mail address ....

Any Standard F.M ...

3 REPLIES 3
Read only

MateuszAdamus
Active Contributor
0 Likes
2,536
Read only

lutzi3
Active Participant
2,536

The easiest way is: module BAPI_USER_CHANGE. Fill parameters:

USERNAME with the user-id,

ADDCOMX-ADSMTP = 'X'.

Add a line to ADDSMTP and fill the email to: E_MAIL and STD_NO = 'X'.

Read only

Sandra_Rossi
Active Contributor
2,536

You could search the forum first. Did you try anything?