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_bupa_address_change, delete data

Former Member
0 Kudos

Hello everybody, I am using bapi_bupa_address_change to modify some data in the BP. I have no problems when I insert or update a mobile phone but when I try to delete I get an error. I complete the same data in all the occasions. The only thing I change is the updateflag using I, U or D. I don't know if I should do anything different when I delete, but in deletion and modification of the mobile phone number, first I use the FM bapi_bupa_address_getdetail to have all the data and I only change the updateflag.

Does anybody know how the problem could be??

Thanks in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

I had the same problem but i needed to modify the email and i used this BAPI:

<b>BAPI_BUPA_ADDRESS_ADD</b>

Regards

Gregory

3 REPLIES 3

Former Member
0 Kudos

Hi

I had the same problem but i needed to modify the email and i used this BAPI:

<b>BAPI_BUPA_ADDRESS_ADD</b>

Regards

Gregory

0 Kudos

hi

this solved the problem for me.

in SM30 / SM31 add entry.


Table:         SMOFPARSFA
Key:         CRMADDR
Parameter Name:  CHECK_ADDR_USE
Parameter Value: X

see also: http://scn.sap.com/thread/1342299

then use 'BAPI_BUPA_ADDRESS_REMOVE' or BAPI_BUPA_ADDRESS_CHANGE' and 'BAPI_TRANSACTION_COMMIT'

kind regards
markus

Former Member
0 Kudos

Hi Alejando,

I have the same problem.I can just update one Tel No. i can not insert or delete it.

Can you help on this?

BR

Gezim