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: 

BAPI to Delete a Users SMTP address

Former Member
0 Kudos

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

amit_khare
Active Contributor
0 Kudos

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

sreeramkumar_madisetty
Active Contributor
0 Kudos

Hi

Try the FM:

BAPI_USER_DELETE.

Regards,

Sreeram

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi,

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

Thanks

KH

0 Kudos

Hi,

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

Cheers,

G.