cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI for change Business Partner

Former Member
0 Kudos

Hi!

I need build a program to change data of a business partner in SRM, but I only have found the BAPI BBP_VENDOR_CHANGE_REMOTE. The transaction BBPMAINTINT do this, but I need a BAPI to automatic change the datas.

This BAPI that I've found needs all input parameters explicit passed or it will have data loss, and I can't found a BAPI like "getdetail" to extract all information and netheir a partner to send to this BAPI.

Anyone knows any BAPI that can do this??

Tnx!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Which SRM version are you using ?

We have done this several times in our previous SRM implementations.

<b>The following Function modules/BAPI’s in SRM can be used -></b>

&#61607; BAPI_BUPA_PARTNER_CHANGE

&#61607; BAPI_BUPA_PARTNER_DELETE

&#61607; BAPI_BUPA_ADDRESS_CHANGE

&#61607; BAPI_BUPA_ADDRESS_REMOVE

&#61607; BAPI_BUPA_PARTNER_REMOVE

Try for SRM function modules

- BBP_PARTNER_GETDETAIL

- BBP_PARTNER_GETLIST

<u><b>P.S. Please use COMMIT WORK after this function call in your custom code to update the respective changes.</b></u>

<b>Hope this will definitely help.</b>

Do let me know.

Regards

- Atul

Former Member
0 Kudos

My SRM version is 6.0

I can't find the four BAPI =/ but I have find this others:

BBP_SUS_BUPA_CHANGE

BBP_BUPA_ONECLIENT_CHANGE

Do you know these?

sudheer-tammana
Advisor
Advisor
0 Kudos

Hi,

Any system should have these business partner BAPIs as this is a cross-application component.

Use the module BUPA_CENTRAL_GET_DETAIL to fetch the details about the partner. Hopet his helps.

Regards,

Sudheer.