cancel
Showing results for 
Search instead for 
Did you mean: 

Sending huge data between two SAP systems using SAP PI middleware

Former Member
0 Kudos

Hi All,

I have to transfer huge chunk of data from tables

say 1,00,000 records from HRP1000 table and 20,00,000 records from HRP1001 table  in SAP HCM/HR  system to target systems (2 ECC and 2 CRM systems ).

I have gone through many blogs which demonstrates the proxy - file scenarios. But here my approach is to use proxy - proxy communication mechanism. 

can you please suggest me

1) Which approach will be better

2)In case of proxy at sender side,  how to split the message and send it to PI(7.3.1 dual stack) using proxies

3)How to post the same data in 4 different systems.

Regards

Koti Atla

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

as it is sap->sap..you can use PFAL transaction to transfer HR Data..using S Object...

then trigger deltas...to all the systems...you need to activate change pointers...

Thanks,

Ashok

former_member207892
Participant
0 Kudos

Hi Koti,

How frequent is the data transfer?

I think its better to use Data Services instead of PI for such big data transfer between SAP systems.

If you want to have these data transfer through PI, handle it by by creating dedicated queues.

This way other messages through PI is not affected.