cancel
Showing results for 
Search instead for 
Did you mean: 

proxies

Former Member
0 Kudos

how to configure proxies in xi ?any one please help me providing detailed document?

where proxies are mainly used over adapter configuration?

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hey,

this one you can use for Configuring Proxy.

Proxy configuration.

Proxies are activated on your R3. IN XI you need to maintain Message interface.

You can see these interfaces in transaction SPROXY of R3.

In order to activate those interfaces in SPROXY you need to do certain configurations, which are provided in the blog.

After this you can use these interface to transfer data.

Proxies are used in case if you want to by pass the adapter engine.

It will improve your performance.

regards,

Milan

Former Member
0 Kudos

Hi

Proxies are used to connecing the SAP system directly without using any adapter. We can create the proxy by using the tr.code SPROXY.

The biggest advantage of the proxy is that it always by passes the Adapter Engine and will directly interact with the application system and Integration engine - so it will and should give us a better performance.

go through the links

http://help.sap.com/saphelp_nw04/helpdata/en/86/58cd3b11571962e10000000a11402f/content.htm

How to Activate Abap Proxy

File to R3 via ABAP Server Proxy

ABAP Client proxy

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5a...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7d4db211-0d01-0010-1e8e-9b0...

http://help.sap.com/saphelp_bw30b/helpdata/en/64/30063c66171b3de10000000a11402f/content.htm

abap:

java:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/java%20proxies%...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/f272165e-0401...

Regards

Sridhar Goli

Former Member
0 Kudos

HI Deepika

ABAP Proxy Generation --

http://help.sap.com/saphelp_nw04/helpdata/en/14/555f3c482a7331e10000000a114084/content.htm

Actiave ABAP Proxies --

ABAP Client Proxies --

ABAP Server Proxies --

Java Proxies

Check this

http://help.sap.com/saphelp_nw2004s/helpdata/en/11/e2bc3d9ecc6b3be10000000a114084/content.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/41/38bc8f813719488ddc9d9b21251ec3/frameset.htm

Inbound Java Proxy

Proxies are used to bypass adapter and hence called Adapter less communication. When standard adapter are not able to fulfill the requirements we use proxies.

For SAP systems which have ABAP application server we use ABAP Client and Server Proxies and in case of non SAP server which is capable of Java we use Java proxies.

Thanks

Gaurav

Edited by: Gaurav Bhargava on Sep 30, 2008 12:52 PM

Former Member
0 Kudos

Hi

refer the below mention links :

they will help you to understand proxies :

server proxy communication:

http://saptechnical.com/Tutorials/XI/ABAPProxy/page1.htm

client proxy communication:

http://saptechnical.com/Tutorials/XI/ABAPClientProxy/page1.htm

Implementation logic for executing Proxys will be written in Execute_Async or

Execute_sync method.Whenever proxy objects are generated along with Implementation class is generated which internally linked to method where execution logic will be written.

Refer to following weblog for different types of proxy.

- Activate Proxy

- ABAP Server Proxy

- ABAP Client Proxy

proxies are executables in the APPLICATION SYSTEM,its also calles as class or a method.On execution of the ABAP REPORT proxy method (which is execute_async/execute_sync) is called and the data is sent to the pipeline.

check the below blogs for reference

ABAP Server Proxies

File to R/3 via ABAP Proxy

Regard's

Chetan Ahuja