cancel
Showing results for 
Search instead for 
Did you mean: 

CRM <----> XI

Former Member
0 Kudos

Hi Expets,

I have couple of issues related with CRM to XI Integration . Please provide the solution for following :-

1. How can we make use of XI deleiverd content while integrating to CRM ?

2. I have to pass the CRM Activity ( order ) to XI whenever any activity is updated. I have to only pass the changed field.

What are first few thoughts when I should check before development in XI ?

3. How can I trigger the process to push the data after updation of any CRM activity ?

4. Which is the best possible way to push data - BDOC ( I beleive we dont have IDOC in CRM ), RFC , Proxy .

Regards,

Pranshu

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member183906
Active Contributor
0 Kudos

Hii

Use the XIF adaptor to load the data from the external system. take a look of the blog https://weblogs.sdn.sap.com/pub/wlg/2197. [original link is broken] [original link is broken] [original link is broken]

You can also use the ALE IDOC method to load data from legacy to CRM system if you have some middlware tool(E.g. XI) in between. XI was converting the same into IDOC and the IDOC was sent to CRM where we read the IDOC data, populate the standard BAPI's or function modules to create the data in CRM.

You need to define an IDOC TYPE similar to the data structure on the legacy system. Maintain the ALE settings. Write the function module to validate and create data in the CRM system.

even for CRM also we will use XI , in integration.

Like Idocs and other related Info from R3 while integrating .

pls do chk this it is releted to CRM to XI

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/406efa7e-388a-2910-f9b8-81913b0c...

I hope it helps.

Former Member
0 Kudos

Hi Vijayath,

Can you please clear , when should I use CRM XIF adaptor ? Do I require it for Xi communication ?

Regards,

Pranshu