cancel
Showing results for 
Search instead for 
Did you mean: 

Help regarding ABAP proxy

former_member182418
Participant
0 Kudos

Hi ,

please provide documentation or links regarding generation and Configuration of ABAP Proxies.

Ravi Raika

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

see the below links

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

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

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

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

http://help.sap.com/saphelp_nw2004s/helpdata/en/48/d5a1fe5f317a4e8e35801ed2c88246/frameset.htm

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

Regards

Chilla

Answers (9)

Answers (9)

former_member182418
Participant
0 Kudos

Activation problem

Former Member
0 Kudos

Hi

Please see the below links

Debug your inbound ABAP Proxy implementation

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

and Monitoring for Processed XML messages in ABAP Proxy.

/people/krishna.moorthyp/blog/2005/12/23/monitoring-for-processed-xml-messages-in-abap-proxy

Regards

Chilla

<i>reward points if it is helpful..</i>

Former Member
0 Kudos

Hi ravi,

Are you looking for client proxy or sever proxy?

Following blogs will help you in respective concepts.

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

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

Try to use proxy communication wherever it is possible.

Cheers,

venu

Former Member
0 Kudos

Hi,

From WAS 6.20, proxy generation feature enables application systems to communicate with XI using proxies.

Just have a look at these links:

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

Search on SDN u can find many links for proxies.

Regards,

Gunasree.

former_member4529
Active Contributor
0 Kudos

Hi,

Check the following links:

<a href="/people/sravya.talanki2/blog/2006/07/28/smarter-approach-for-coding-abap-proxies Approach for coding ABAP Proxies</a>

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f0ae9874-109c-2910-f48a-e91f0cdd1c81">EDM EMM Scenario Part I: Service Enabling - How to Implement eSOA-Compliant Services</a>

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/41e08c90-0201-0010-9197-d8774336ea78">ABAP Proxy Generation</a>

<a href="http://help.sap.com/saphelp_nw04s/helpdata/en/ba/f21a403233dd5fe10000000a155106/frameset.htm">SAP Help - ABAP Proxy Generation</a>

Thanks,

Dipankar

Former Member
0 Kudos

Hi Ravi prkash,

Pleae go through the below links:

/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

Hope this will help you.

Thanks and Regards

Chandu.

Former Member
0 Kudos

Hi Ravi,

Please find the links below

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

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

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

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

Hope this helps

Regards

Kiran..

Former Member
0 Kudos

You can go through this link

http://help.sap.com/saphelp_nw04/helpdata/en/ea/c05d92f01011d3964000a0c94260a5/frameset.htm

and for Use Access, go through this link :

http://help.sap.com/saphelp_nw04/helpdata/en/ea/c05da0f01011d3964000a0c94260a5/frameset.htm

You have to create a four layer package structure for your Abap proxies.

Former Member
0 Kudos

Hi Ravi,

go through sap documentation:

http://help.sap.com/saphelp_nw04/helpdata/en/ba/f21a403233dd5fe10000000a155106/frameset.htm

this bnlog may help u ....

ABAP Client Proxy

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

former_member182418
Participant
0 Kudos

thanx Ranjeet,

could you please provide link related with how to activate Abap proxy in SAP R/3.

please provide useful link.

Former Member
0 Kudos

You can go to SPROXY transaction on the backend system and select your corresponding message interface and activate it.

Thanks

Satish

Former Member
0 Kudos

Ravi,

you need to follow this steps in blog toactivate proxies in ur R/3.

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

former_member182418
Participant
0 Kudos

hi Sreeram,

i have tried as per link to activate abap proxy.

i got a problem when i am creating a HTTP conection in R/3 system

when enter Path Prefix.

Technical Setting:

1. Following Inputs are required for technical setting

1 Connection Type: H

2 Target Host: XI

3 Service Number: 50000

4 Path Prefix: /sap/XI/engine/?type=entry

here i am getting error message that "Query string not allowed"

plz guide on this.

could you please explain about why Path Prefix is needed in this case?