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: 

Implementation Decision BAPI Vs Change Pointers

Former Member
0 Kudos

Hello everyone

My organisation wants to integrate their non sap CRM and ECC5.0 with XI. For every master record creted in the CRM they want it to replicate in ECC5.0 and the corresponding Customer number sent back to CRM for its records.

CRM -AccountID--> XI-> ECC5.0

CRM<---XI<-(Customer number KUNNR)---ECC5.0

They chose to use Idocs in combination of change pointers for sending back an idoc with KUNNR number.

I wonder if this can be achieved by using any BAPIs or enhancing any BAPIs at all. If so whats the best BAPI to achieve this. Is enhancing BAPIs is more complicated than setting up change pointers and IDOC ?

I would like your views on it , with pros and cons.

Thank you

2 REPLIES 2

Former Member
0 Kudos

First check wether sutaible BAPI is available or not.

BAPI-step by step procedure

http://www.sapgenie.com/abap/bapi/example.htm

list of all BAPI's

http://www.planetsap.com/LIST_ALL_BAPIs.htm

Rewards if useful.............

Minal

Former Member
0 Kudos

Thank you