cancel
Showing results for 
Search instead for 
Did you mean: 

What is SPROXY used for?

Former Member
0 Kudos

Please give a big picture for PI with the focus on SPROXY. Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

SPROXY is used to generate the ABAP proxy and activate it.

You can edit ABAP proxy objects either in the Object Navigator (transaction SE80) or in transaction SPROXY.

You can display the interface objects from the Integration Repository (or the Enterprise Services Repository) by using the navigation tree in transaction SPROXY. If no connection to the Integration Repository exists, the tree presents an overview of those interface objects for which a proxy object already exists in the system.

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

Check this link:

http://help.sap.com/saphelp_nw04/helpdata/en/ab/585f3c482a7331e10000000a114084/content.htm

Proxies are programs that can convert XML to other data or vicevers. ABAP proxies convert abap data to XML or viceversa, depending if they are inbound/server or outbound/client.

Check this weblog for step by step : /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

You create you message interface in XI using Repository. Then you create the proxy objects via SPROXY transaction in your R/3 system and at last, you reference them in your ABAP program. Simply fill the objects with your data and then execute the call asynchronous to trigger the data send to XI. XI will receive them and work as defined in your scenario.

Thanks

Swarup

Edited by: Swarup Sawant on Feb 13, 2008 5:07 PM

Former Member
justin_santhanam
Active Contributor
0 Kudos

Jenni,

In addition to above friends reply, refer the below stuffs to know much abt Proxy

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

Server Proxy

/people/siva.maranani/blog/2005/04/03/abap-server-proxies

Debug Proxy

/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation

raj.

Answers (1)

Answers (1)

agasthuri_doss
Active Contributor
0 Kudos

Hi,

1) To handle huge load

2) The Proxy directly talks to the Integration Server.. so no need adapter

3) Can view the Pay load using tcode- sxmb_moni in R3 also

Regards

Agasthuri Doss