Skip to Content
0
Mar 04, 2009 at 07:48 AM

ABAP Proxy or IDOC Adapter?

175 Views

Hi all,

In my project, we are using 3 system(SAP R/3(ECC 6.0), Oracle and VAN). Data has to synchronize between these systems.

1. Oracle ->PI ->SAP R/3

Oracle system is sending Material master data to SAP R/3 ECC 6.0. At sender side I am using JDBC Adapter but at receiver side shall i go for IDOC Adpter or ABAP proxy? If I go for ABAP server proxy I need to create message type for material master in IR and then I have to write code in abap to insert MM data into tables in R/3. Please suggest which one will be better IDOC adpter or ABAP Proxy?

2.VAN->PI->SAP R/3

VAN is sending Invoice data to SAP R/3. At sender side I am using Seeburger Adapter. At receiver shall i go for IDOC Adpter or ABAP proxy?

3.SAP->PI->VAN

Sap is sending PO data to VAN. At sender side Shall i go for IDoc Adapter or ABAP proxy?

Please suggest me which one is better in all the scenarios.

How to decide which is better for the above scenarios?

Thanks In advance

Venkatesh