cancel
Showing results for 
Search instead for 
Did you mean: 

How to update CRM using XI

Former Member
0 Kudos

HI all

XI -> CRM scenario

XI is having some data which have to be updated in CRM

How to do it?

What approach i should follow?

what adapter i should have to use?

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

U can go for inbound proxy and write ur code which will update the data in CRM database or u can send a data to BAPI/RFC FM which will update the data or send the data through IDOC.

many weblogs are available for Proxy/RFC/IDOC on SDN,just do a search.

chirag

Answers (5)

Answers (5)

Former Member
0 Kudos

Thanks for the inputs.I created the Inbound proxy as per the suggestion

Former Member
0 Kudos

Hi Nutan

I think you are using the standard Integration scenario for CRM.

You need to use inbound proxy.

Just configure XI Receiver channel and create a RFC destination of Type H in the CRM system to receive proxy data. This will work

In case of issues Just search ABAP server proxy in SDN and you can have all answers

Thanks

Gaurav

Former Member
0 Kudos

Hi Nutan,

Better use Abap Proxy to update CRM.

Regards

Prabhakar

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

look this similar thread

SudhirT
Active Contributor
0 Kudos

Hi,

Use receiver Idoc adapter/RFC or proxy, what is your sender system how do you get data into XI, just use the Adapter accordingly.

Thanks!