Application Development and Automation 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: 
Read only

Update Partner Data in CRM System Using BAPI

Former Member
0 Likes
1,465

Dear All,

I was writing a report to update the Partner data using BAPI in CRM system.

The fields needs be updated are : (Authorization Group(BUT000-AUGRP), Last Name(BUT000-LASTNAME), City(ADRC-CITY1), Telephone Number(ADR2-TELENUMBER) & Email Address(ADR6-SMPT_ADDR)).

I was tried ""BAPI_BUPA_ADDRESS_CHANGE"" and ""BUPA_CENTRAL_CHANGE"". few fields are not updating with these two BAPIs.

Kindly requesting you to Please suggest me a BAPI which suites for my criteria and what are the mandatory fields needs to pass to update that data.

And we have a GO-LIVE and nothing will work if it is not completed, Please suggest me the right solution as well.

Thanks in advance.

Regards,

Yohan Kanna

5 REPLIES 5
Read only

PeterJonker
Active Contributor
0 Likes
1,228

First of all you need to tell us which fields did not get updated. Different fields might need different bapi's.

Also need to tell us if you getr any messages from the call to the BAPI.

And for the required fields please read the documentation in transaction BAPI ( you might need to logon in English) for the respective BAPI's.

And try using  BAPI_BUPA_CENTRAL_CHANGE instaed of  BUPA_CENTRAL_CHANGE

Read only

0 Likes
1,228

Hi Peter,

I tried BUPA_CENTRAL_CHANGE BAPI its updating my Address Independent-Communications details, But I want to update communication details.


I am new CRM system and as an ABAPer I am doing report.

Could you please suggest me if I use BAPI_BUPA_CENTRAL_CHANGE BAPI instead BUPA_CENTRAL_CHANGE, Can I update authorization group also?


Thanking you in advance.

Yohan Kanna

Read only

0 Likes
1,228

Hi Yohan,

The best place to put this question is SAP CRM: Master Data and Middleware rather than ABAP development. You have better chance of getting the answer quickly in the CRM forum.

Regards,

~Athreya

Read only

0 Likes
1,228

Thanks Athreya, I was posted the same query in SAP CRM: Master Data and Middle ware.

Regards,

Yohan Kanna

Read only

mantu_kumar
Explorer
0 Likes
1,228

Hi Yohen,

BAPI "BAPI_BUPA_CENTRAL_CHANGE" will fulfil your requirement.

I think you missed to set flag value in flag tables.

make sure you passing all the respective value in defined table  and their update flag in flag tables.

e.g.

EMAIL:

Pass the value in table in the below fields

E_MAILDATANONADDRESS - E_MAIL

and flag table

E_MAILDATANONADDRESSX  - E_MAIL = 'X'

Hope this will help.

Thanks,

Mantu