cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Proxy Configuration

Former Member
0 Kudos

Hi

I have to systems.

800 Client(R/3)

100 Client(XI)

I want to implement an ABAP Proxy Scenario.

I want to know the configuration required in this case.

Regards,

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi Somya,

Do exactly same in R/3 system as mentioned in this blog.

[ABAP Proxy Configuration|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3022] [original link is broken] [original link is broken] [original link is broken];

Regards,

Sarvesh

Former Member
0 Kudos

Hi somya narla ,

The following websites wil answer u'r question:

Proxy Generation

http://help.sap.com/saphelp_nw04/helpdata/en/86/58cd3b11571962e10000000a11402f/content.htm

ABAP Proxy Runtime

http://help.sap.com/saphelp_nw04/helpdata/en/02/265c3cf311070ae10000000a114084/content.htm

To activate ABAP proxies

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

Detailed step-by-step solution for ABAP proxies in XI

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

ABAP Server proxies

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

Debugging of Inbound ABAP proxies

/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation

File to R/3 via ABAP Proxy

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

cheers!

gyanaraj

****Pls reward points if u find this helpful

Former Member
0 Kudos

Hi soumya,

I will explain you the steps .

DESIGN

1.You create your respective data type and message type.You also create the respective message interface i.e. MIOA.

2. Now in sproxy go to your outbound interface and create new proxy.

3.Write a respective outbound proxy code.

Thanks,

Sidhvin Mada

Former Member
0 Kudos

Somya,

please brief us about ur requirement like what is the data flow and which system is server and which is client ?

FYI...

Client Proxy:

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

Activation of ABAP Proxies:

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

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

Communication between SAP System & Webservice Using Proxies

/people/siva.maranani/blog/2005/05/23/communication-between-sap-system-webservice-using-proxies

/people/swaroopa.vishwanath/blog/2006/12/28/send-rfc-to-sap-xi-150-asynchronous

Proxy Generation

http://help.sap.com/saphelp_nw04/helpdata/en/86/58cd3b11571962e10000000a11402f/content.htm

Smarter Approach for coding ABAP Proxies:

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

ABAP Proxy Runtime

http://help.sap.com/saphelp_nw04/helpdata/en/02/265c3cf311070ae10000000a114084/content.htm

ABAP Server proxies

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

Debugging of Inbound ABAP proxies

/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation

File to R/3 via ABAP Proxy

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

How to push data from BI to XI using proxy

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e698aa90-0201-0010-7982-b49...

How to push data into BW from XI using proxy

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/18dfe590-0201-0010-6b8b-d21...

Former Member
0 Kudos

Refer to following urls

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

ABAP Proxy Generation http://help.sap.com/saphelp_nw04/helpdata/en/14/555f3c482a7331e10000000a114084/content.htm

Another good place for you to start would be to navigate to the SDN and then enter the search term 'Abap proxy'. This will provide you with a list of forum threads, blogs and references to SAP help documentation

Former Member
0 Kudos

Go through following blog

/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

-Pinkle