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

Delete e mail id from master records

Former Member
0 Likes
616

Hi ,

I have a requirement to delete all the email id's from master records ( i.e tcode Su01 ) , but do not have access to SU01 .

Is there any standard functionality in order to fulfill this requirement

Hi ,

I have a requirement to delete all the email id's from master records ( i.e tcode Su01 ) , but do not have access to SU01 .

Is there any standard functionality in order to fulfill this requirement

2 REPLIES 2
Read only

JozsefSzikszai
Active Contributor
0 Likes
536

hi,

try FM: BAPI_USER_CHANGE

ec

Read only

Former Member
0 Likes
536

Sorry, I hope this is enough...for deleting all the mail addresses..

UPDATE adr6 set smtp_addr = ''.

commit work .