cancel
Showing results for 
Search instead for 
Did you mean: 

Abap Proxies

Former Member
0 Kudos

Hi Guys,

when transffering data from SAP to XI using client proxies where should be the client proxies created , in the SAP system or in the XI system.

Regards,

Keith.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

Here is some info.

Client proxies

Classes (Java, ABAP Object) are generated for outbound interfaces.By calling a method of the class you can transfer your data to the proxy, which constructs the message and forwards it to the Integration Server. Proxy for outbound interfaces are called client proxies.

Server proxies

Interfaces (Java, ABAP object) that are generated for inbound interfaces have to be implemented by the application for receiver processing. The proxy runtime calls this processing automatically once it has received an appropriate message.Proxy for inbound interfaces are called server proxies

Here are some links about different types of proxy.

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies - Activate Proxy

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

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

Thanks,

Prateek

Former Member
0 Kudos

Hi

For transfering message to XI you hav to use client proxies.U hav to create it in R/3 system itself.

Please go through the weblogs:

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

this weblogs contain the ABAP client proxy scenario step by step procedure.

Regards

Victoria.

moorthy
Active Contributor
0 Kudos

Hi,

Client Proxies should be created in the SAP Application Systems (R/3 etc).

For more~

http://help.sap.com/saphelp_nw2004s/helpdata/en/02/265c3cf311070ae10000000a114084/frameset.htm

Regards,

Moorthy

Former Member
0 Kudos

Adding further....The abap proxies can be used from SAP system only if its basis release is >= 6.20.

Thanks,

Renjith

udo_martens
Active Contributor
0 Kudos

Hi Keith,

create the interfaces in the Repository of XI, create the corresponding ABAP-Proxies (outbound R/3->XI) in SAP R/3.

Regards,

Udo

Former Member
0 Kudos

Hi Udo,

<i><b>Creating ABAP-Proxies(outbound R/3->XI) in SAP R3</b></i> Does this mean that.. we have to log in to R/3 server and run Tcode- SPROXY.

But even on the XI server running Tcode- SPROXY will have the same effect or not.

Please tell me.

-Naveen.

udo_martens
Active Contributor
0 Kudos

Hi Naveen,

you can create proxies at XI server. But a communication will not work coz the XI client is configurated as "Integration Server".

Regards,

Udo