cancel
Showing results for 
Search instead for 
Did you mean: 

client ABAP Propxy

Former Member
0 Kudos

I Have a situation where I need to send xml data from SRM in to XI.

Can anybody suggest how to achieve this? I know a way where I can write xml document to filesystem and let XI pick it up using file adapter but is there any other way that I can use. I think I can do it using proxy as well. Any other Idea and configuration for using client proxy will be really helpful. I need configuration details on client proxy - what adapter to use? what configuration objects are being used in XI? Any other configuration before using proxy?

Links to Weblogs will be nice as well.

-Adrean.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

use SPROXY transaction in SRM. before doing this check whether proxy settings are done to connect between SRM and XI. then use the blog which michel said .

Regards

Sreeram.G.Reddy

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

you need to activate proxies (so you will see them in TCODE SPROXY)

and you can use this example:

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

that's all you need

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 guys.

Adrean.