cancel
Showing results for 
Search instead for 
Did you mean: 

RFC and PROXY

Former Member
0 Kudos

Hi all,

i have a standard bapi which is at receiver side,and i neeed to update the data .it is asynchronous.can i use a RFC adapter or should i use proxy here?

Regards,

keerthi

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi Keerthi,

According to this blog,

If ur using standard BAPI Functions u might be used RFC Adapter.

Check this blog:https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2162. [original link is broken] [original link is broken] [original link is broken]

Regards,

Sateesh N

Former Member
0 Kudos

Hello Buddy,

If we want to go for open standards we can prefer exposing the BAPI as enterprise services.

1. In most of the scenarios, inbound proxy has an edge in terms of performance and

flexibility.

2. Using RFC Adapter is the only option when we have SAP system with WAS 6.1 or older.

RFC Adapter may not be considered as the best option when we have WAS 6.2 onwards

And also Refer to the below link....

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

<b>**********Reward points ,if found useful </b>

Former Member
0 Kudos

Hi,

There are advantages / disadvantages for RFC / Proxies / Idocs. Some of the differences are:

RFC and Proxy:

RFC/BAPI has its own overhead of function call.

Proxies communicate with the XI server by means of native SOAP calls over HTTP .RFC does not, so you have to convert from SOAP to RFC calls and vice versa. So XML conversion is required.

ABAP Proxies uses Webservice and Http Protocols.

If you use ABAP Proxy , you can reduce the overhead calling the function again and again.

Proxy and Idoc:

IDOC : After recieving the strucutred data It processes it using a Function Module associated with it.

Proxy : Proxy is a structure where there is no processing function module associated. You need to explicitly write the Business Logic/Call the subroutines here

Also go through this urls which may help you:

/people/michal.krawczyk2/blog/2006/04/19/xi-rfc-or-abap-proxy-abap-proxies-with-attachments

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

Regards,

Rajani.

Former Member
0 Kudos

Hi Keerthi,

You need to use RFC adapter for your requirement.

Former Member
0 Kudos

Hi,

If you have standard BAPI means use RFC At Receiver side

Check with this

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

Regards

Seshagiri

Former Member
0 Kudos

Hi,

the data volume is not high and the interface should run two times per day.

Regards,

keerthi

Former Member
0 Kudos

Hi Keerti,

Apply the Logic mentioned in the Blog

If you go through the Blog fully means you will come to know abt ur requirement

Regards

Seshagiri

Former Member
0 Kudos

the data volume is not high and the interface should run two times per day

You can Go Along With RFC ,

BestRegards,

Ramesh.

Former Member
0 Kudos

Hi Keerti,

If data Volume is expected very High ,Go for Proxy if not Use RFC.

Regards,

Ramesh.