‎2015 Dec 08 1:36 PM
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
‎2015 Dec 08 1:43 PM
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
‎2015 Dec 09 4:37 AM
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
‎2015 Dec 09 5:13 AM
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
‎2015 Dec 09 5:22 AM
Thanks Athreya, I was posted the same query in SAP CRM: Master Data and Middle ware.
Regards,
Yohan Kanna
‎2015 Dec 09 7:02 AM
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