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

BAPI to Delete a Users SMTP address

Former Member
0 Likes
1,245

I've been looking at BAPI_USER_CHANGE and can change the SMPT address of my users but I cant figure out how to delete the SMTP addresses.

Can anyone help please?

I've been looking at BAPI_USER_CHANGE and can change the SMPT address of my users but I cant figure out how to delete the SMTP addresses.

Can anyone help please?

5 REPLIES 5
Read only

amit_khare
Active Contributor
0 Likes
978

Use this one for delete.

BAPI_USER_DELETE

Regards,

Amit

For that in you BAPI just pass the SMTP address as blank for that user if that field is there.

Message was edited by:

Amit Khare

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
978

Hi

Try the FM:

BAPI_USER_DELETE.

Regards,

Sreeram

Read only

Former Member
0 Likes
978

I think that just deletes the WHOLE user I only want to delete their SMTP email addresses.

Read only

Former Member
0 Likes
978

Hi,

AFAIK , you should use BAPI_USER_CHANGE with blank/updated email address of user and there is no alternative.

Thanks

KH

Read only

0 Likes
978

Hi,

Please don't re-open old threads such as this, as it is unlikely the OP is still looking for answers.

Cheers,

G.