cancel
Showing results for 
Search instead for 
Did you mean: 

master data synchronization between SAP systems

Former Member
0 Kudos

Dear all,

I have 2 SAP systems and I'm required to synchronize some kinds of HR master data between these 2 systems, how can i achieve that without any ABAP developments?

Does anyone give me any suggestions or others?

Best regards,

Bean

Accepted Solutions (0)

Answers (1)

Answers (1)

abhay_rajhans2
Contributor
0 Kudos

Hi Bean,

You can achieve this using IDoc and PI using following scenario.

1) Populate IDoc in 1st SAP system and pass it to the second system as direct IDoc to IDoc transfer.

Ex: Basic Idoc Type: HRMD_A07

2) If direct communication between two XI system is not allowed then you can use PI as middle ware to transfer data.

But for IDoc you need to create partner profile and ports etc.

Former Member
0 Kudos

Hi Bean,

You can achieve this using IDoc and PI using following scenario.

1) Populate IDoc in 1st SAP system and pass it to the second system as direct IDoc to IDoc transfer.

Ex: Basic Idoc Type: HRMD_A07

2) If direct communication between two XI system is not allowed then you can use PI as middle ware to transfer data.

But for IDoc you need to create partner profile and ports etc.

Hi,

Thanks so much for your kind help.

How to make the transferring automatically whenever the specified kind of master data is changed.

Best regards,

Bean

Former Member
0 Kudos

Hi,

for updating changes you could work with "change pointers".

Here is a blog about it:

/people/vikash.krishna/blog/2006/10/15/replicating-hr-master-data-part-1

Regards

Patrick

abhay_rajhans2
Contributor
0 Kudos

Hi Bean,

First identify which master data you want to transfer.

On change if you want to send idoc then this can be achieved using partner profile. (WE20).

Create partner profile and in that specify message type. When you click on message type then go to Message control.

Here you can specify on change IDoc needs to be created and transfered to the corresponding system