cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy - ABAP

Former Member
0 Kudos

I am trying to understand how ABAP Proxy works.

For this I have taken a simple example of sending "Myname" thru a ABAP proxy to XI and to a file.

Please, Please would some one tell me in detail the steps that I have to follow on R/3 and XI. Step by step approach will help me better. Detail code on ABAP is also appreciated, with the necessary transactions.

thanks for your help.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Did you look at these blogs on Proxies?

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

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

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

Regards,

Ravi

Former Member
0 Kudos

Hi Rohini,

Steps:

1. Configure your SAP system ABAP Proxy:

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

2. Complete your configuration in Integration Repository and directory.

3. Create a Proxy from transaction SPROXY for the Interface that you want to call.

4. Write an ABAP Report to call this class:

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

Regards

Vijaya

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Rohini,

Please go through the information provided in the blogs below which explains clearly the Scenario you want to try.

<a href="/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy Proxies in XI</a>

<a href="/people/siva.maranani/blog/2005/04/03/abap-server-proxies Server Proxies</a>

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

Please do let me know if you want any more help regarding the same.

Regards,

Abhy

Former Member
0 Kudos

Hi

You must have a client copy to work on ABAP proxies.Create business system for client proxy.After configurin ID and IR ceate a 4 level package in R/3.

1st level- structure.

2nd level- main

3rd and 4th levels- sub packages.

U have to assign SAI_TOOLS use access to ur packages.

Then goto SPROXY transaction where u can view all the interfaces in the IR.Select ur interface(Outbound Interface for client proxy and inbound interface for server proxy) and generate the proxy.

Create program in SE38 to send data to Integration Server.

Call the corresponding client proxy from your application program.

Hope this helps u out.

Regards

Vineetha