cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronous Server Proxy Vs. RFC receiver Adapter Which is high performance

Former Member
0 Kudos

Dear All ,

Please clarify if i am wrong

Scenario :

A server proxy which is calling BAPI for eg., to create BP .

1. If we use RFC Adapter we need to maintain Number of Connections is RFC receiver adapter .if we get multiple calls to create BP BAPI , it might casue time delay or performance delay right ?

here question is

1 . if we use Sync Server proxy which in turn calls BAPI to create BP , Even if we get many calls wont it reduce performance ?

please calrify . Any inputs are highly appreciated

Regards.,

Shiva

Accepted Solutions (1)

Accepted Solutions (1)

former_member181962
Active Contributor
0 Kudos

Hi Shiva,

This article might help you decide which one to use:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0e7ae66-be6d-2a10-d385-92e6e67de...

My take: Use ABAP Proxy (No adapter engine involvement, direct Integration Engine communication)

Regards,

Ravi Kanth Talagana

Answers (4)

Answers (4)

Former Member
0 Kudos

Thank you all .

Regards.,

Shiva

former_member208856
Active Contributor
0 Kudos

Use Proxies in place of RFC.

If target system is not working, proxies can wait, when it will work & after working, data will be received.

In RFC this is not working.

Also you do not have complete Monitoring of RFC in comparision of Proxies.

former_member206760
Active Contributor
0 Kudos

proxies are better performance wise then any of the adapters ( including RFC ) as there is a direct communication between the integration engine of XI and local integration engine of the corresponding SAP application system..

also as suggested by michal monitoring of the proxy can be done in tcode SXMB_moni on the the SAP R3 system

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>please calrify . Any inputs are highly appreciated

use the proxy because:

- there is standard proxy for BP

- you can monitor proxies in ERP if you need it - you cannot monitor RFC in ERP

Regards,

Michal Krawczyk