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 customer mail id from Xd03

Former Member
0 Kudos

Hi gurus,

can anyone inform me How to delete customer mail id in XD03 Tcode.

Using BAPI: BAPI_ADDRESSCONTPART_CHANGE

I am able to change the mail id but i could not delete.

Can anyone inform me Which BAPI i have to use.

Thanks & Regards

kalyan.

2 REPLIES 2

Former Member
0 Kudos

Hi,

Why dont you change it with space. Say your BAPI structure is WA_DATA-MAILID then update it like WA_DATA-MAILID = ' '.

Thanks & Regards,

Faheem.

0 Kudos

Hi Faheem,

I tried that also

but after running the BAPI its not updating with space.

Why BAPI is not doing that because it is not inj the emil format.

first it is checking the mail id has some letters before and after @, than only its updating .

Please suggest me which BAPI i have to use to delete the contact person mail id .