cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Client Proxy

Former Member
0 Kudos

I going thru the following blog

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

To understand the ABAP client proxy.

I am confused at the following lines

The author says

"After the message interface is developed in the integration repository, proxy is generated on the client 100 using SPROXY transaction. SPROXY transaction lists all the message interfaces in the integration repository. We have to choose our message interface Proxy_Interface_OB and click Create."

Where should I execute the SPROXY Transaction? I thought SPROXY should be executed in the R/3 Application, where I am going to write the Proxy code, but the author says something different,

Would some one please help me.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>>Where should I execute the SPROXY Transaction? I thought SPROXY should be executed in the R/3 Application, where I am going to write the Proxy code, but the author says something different,

you're right you shoould use SPROXY on R3

but if you have one XI (traning) you can set one client (let's say 100)

as integration server

and one 200 as application server and on 200 you can also

generate proxies via sproxy - this is how SAP uses training XI server for example

but in general you have one client on XI

(set as integration server) and generate

proxies only on R3/ERP

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

Thanks michal.

Before I execute the SPROXY in the R/3 box, should I have made any RFC connection between the R/3 and XI Box?

Former Member
0 Kudos

hey

yes u need RFC connection between R/3 and XI

thanx

ahmad

MichalKrawczyk
Active Contributor
0 Kudos

hi,

at first you need to do all steps from this blog

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

then you can use sproxy

Regards,

michal