cancel
Showing results for 
Search instead for 
Did you mean: 

XI and proxy

Former Member
0 Kudos

I want to send data from an R/3 system to a file via XI and vice versa. I'd like to use proxies for this.

So, I figured that you need to create a proxy on the R/3 system using TS sproxy. Here you make a connection to the repository of the XI server, so you send the data via the R/3 proxy directly onto the XI pipeline. On the XI side no proxy is required. So far so good.

But how do you send data from the file to R/3 via proxies? I assume you create a proxy on the R/3 side, but do you need a proxy in XI as well, or do you just use the XI adapter to send the data to the R/3 proxy?

Does anyone have some good documentation on this subject?

By the way: I also get the following error message when using TS sproxy:

No connection to Integration Builder (only generic data visible)

Message no. SPRX081

Accepted Solutions (1)

Accepted Solutions (1)

former_member335553
Active Contributor
0 Kudos

Hi

Proxies should be generated only in application server using sproxy

Refer the following

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

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy - File to ABAP Proxy

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Please Do Follow the Following Blog.

How to Activate the Proxies.

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

Regards

Giri

Former Member
0 Kudos

Thanks for the information. I haven't reviewed all the links yet, but I'm sure I will figure out how to use proxies with this amount of information.

I managed to get a working connection to my XI Repository from R/3 now.

prabhu_s2
Active Contributor
0 Kudos

for making use of proxies first activate the proxy by referring this blog:

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

for sending data from R3 to fileu just ned to use proxy in r3 side and not in xi side...client proxies. and for the other scenario file-proxy u ned to check on server proxies.

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy - File to ABAP Proxy

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

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

Message was edited by:

Prabhu S

udo_martens
Active Contributor
0 Kudos

Hi Iddo,

>>>But how do you send data from the file to R/3 via proxies?

You route the message to the regarding Interface / XI channel

>>>Does anyone have some good documentation on this subject?

<a href="/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy">File to R/3 via ABAP Proxy</a>

>>>>No connection to Integration Builder (only generic data visible)

Click on the error message, you get some links to analyzing reports

Regards, Udo

Former Member
0 Kudos

ABAP Proxies in XI(Client Proxy)- ABAP Proxy to File

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

/people/sravya.talanki2/blog/2006/07/28/smarter-approach-for-coding-abap-proxies

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

File to ABAP Proxy

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy

good one--

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

>No connection to Integration Builder

regards

Pratibha