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

Accepted Solutions (1)

Accepted Solutions (1)

deviprasad_pothireddy
Active Participant
0 Kudos

Hi sudheer,

Try to put this question in ABAP forums. You can get right answer.

Regards,

Deviprasad.

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank you

prateek
Active Contributor
0 Kudos

For sync scenario, it would be better to use RFC. Idocs are mainly used for async communication.

If ur WAS is >= 6.4, then u may choose ABAP proxy also. It also supports sync communication.

Have a look here,

/people/ravikumar.allampallam/blog/2005/08/14/choose-the-right-adapter-to-integrate-with-sap-systems

Regards,

Prateek