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: 

replication of data from crm to ecc

Former Member
0 Kudos

customer data will be created in front end, and data pass through middleware. need to create a customer data in crm. how it was done by BAPI / IDOCS / web service call? please help me to find the solution.

1 ACCEPTED SOLUTION

FredericGirod
Active Contributor
0 Kudos

Hi,

for me the more simple is the Idoc

You have to check the change pointer in customer is active.

Create

- RFC connection (SM59)

- Receiver Port

- Partner profile

after that it's a job to create, each time somebody modify / create a customer, it will be send to the second system.

You must lock the change / creation on the second system. It could be only one master system (if you want the same base)

regards

Fred

5 REPLIES 5

FredericGirod
Active Contributor
0 Kudos

Hi,

for me the more simple is the Idoc

You have to check the change pointer in customer is active.

Create

- RFC connection (SM59)

- Receiver Port

- Partner profile

after that it's a job to create, each time somebody modify / create a customer, it will be send to the second system.

You must lock the change / creation on the second system. It could be only one master system (if you want the same base)

regards

Fred

0 Kudos

hi girod,

thanks for your response.

the thing is we have to create customer data in crm. and how to do it? could you please tell me briefly as i am new to abap crm

0 Kudos

There was a long time I didn't play with CRM.

Do you have XD01 ? VD01 trans ?

0 Kudos

yes, if you had could send me the code or any helpful sources or links

0 Kudos

I'm sorry, but I prefer to give information here, because if someone have the same problem, he will find our answers

So lets try first to create a customer in your CRM (for me it's not your job)

Fred