cancel
Showing results for 
Search instead for 
Did you mean: 

Business Partner update problem

Former Member
0 Kudos

We are using the BAPI FM BAPI_ISUPARTNER_CHANGE to update the Email address of the BP.

On call to the BAPI the followign parameters are passed:

PARTNER = bp value

PARTNERDATA = mandatory stucture with blank values

PARTNERDATAX = mandatory stucture with blank values

E_MAILDATANONADDRESS-E_MAIL = new email id

E_MAILDATANONADDRESSX-E_MAIL = X.

A BAPI_TRANSACTION_COMMIT is called after the above call.

But the BP email is not getting updated. Appreciate ur ideas.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

changed the email id by passing the new address in the parameters field TADDRESS and TADDRESSX

Former Member
0 Kudos

Hi,

Use FM BAPI_BUPA_ADDRESS_CHANGE to change the email id of the BP.

Use the structure BAPIADSMTP in the above FM.

Regards.

Former Member
0 Kudos

I think that you should also provide the BP ID for structure PARTNERDATA as it contains the information for the BP that you want to change.

Alternatively, you can try to use FM "BUPA_CENTRAL_CHANGE" to update the email address for the BP. Check also following links for explanations about how to use this FM:

http://sap.ittoolbox.com/groups/technical-functional/sap-dev/bapi-bupa_central_change-need-help-5491...

Hope it helps.