Application Development 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: 

SU01 Update E_mail id

irfanjazz1
Participant
0 Kudos

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

Any Standard F.M ...

3 REPLIES 3

mateuszadamus
Active Contributor

lutzi3
Participant
0 Kudos

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'.

Sandra_Rossi
Active Contributor

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