cancel
Showing results for 
Search instead for 
Did you mean: 

creation of Goods receipt in ECC from legacy system

Former Member
0 Kudos

Hi

I hae to design a synchronous scenario for legacy system to sap ECC for creation of Goods receipt in ECC , pl help which method RFC/BApi , or proxy shall be the best method , keeping in mind the performance .

rgds

mojib

Accepted Solutions (0)

Answers (3)

Answers (3)

prateek
Active Contributor
0 Kudos

U want sync communication with ur legacy system. Now if it is a file system, then with RFC ur scenario will be File - RFC - File. This scenario could be configured both with or without BPM. So u may avoid the BPM overhead using adapter modules.

The use of proxy will make the scenario File - Proxy - File which has to be configured using BPM.

If ur sender system supports sync calls, then go for RFC for small scenarios and proxy if u have large data communication involved.

Regards,

Prateek

Former Member
0 Kudos

Hi,

When ever we are dealing with the SAP Systems we have the choice of 3 options to go with

1) IDOC--When ever we have the standard IDOC and the process is Async

2) RFC/BAPI-----When ever we have the standard BAPI and the process is Sync

3) Proxy----When ever we are dealing with large amount of data and the process may be Sync or Async

/people/ravikumar.allampallam/blog/2005/08/14/choose-the-right-adapter-to-integrate-with-sap-systems

REgards

Seshagiri

justin_santhanam
Active Contributor
0 Kudos

Mohammad,

This blog will answer your question -/people/ravikumar.allampallam/blog/2005/08/14/choose-the-right-adapter-to-integrate-with-sap-systems

raj.