cancel
Showing results for 
Search instead for 
Did you mean: 

How to Activate Proxies in SAP ECC 6.0

Former Member
0 Kudos

Hi,

Please can any body tell me the procedure for enabling the proxies in SAP ECC 6.0 and what are the settings which in need to configure inorder to communicate with XI.

Please give me the steps in XI and SAP ECC 6.0.

thanks in advance.

-Bhoj

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

HI,

Refer the following links:

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

http://www.erpgenie.com/abaptips/content/view/488/62/

Thanks,

Indira D

Former Member
0 Kudos

Hi bhojaiah

Proxies communicate with the XI server by means of native SOAP

Proxies can be can be used for both synchronous and asynchronous communication , RFC/BAPI is basically only intended for Synchronous comm. which asks much more system resources from your XI system

Types of ABAP Proxies:

________________________________________

1. Based on the mode of communication:

Synchronous Proxy -Sender is awaiting response from the Receiver immediately. i.e. When you send data, it expects an immediate acknowledgement.

Asynchronous Proxy - Sender is not waiting for any acknowledgement.

2. Based on ABAP application:

Client Proxy – ABAP application utilizes ABAP Proxy to send message to IS in XI protocol format

Server Proxy – ABAP Proxy receives XML message from IS and converts it to be received by application sytem(R/3 in our case)

3. Based on ABAP web services:

Client proxy – Allows calling web service on internet (synchronous only). Does not require IS services.

Sever Proxy - Allows using inbound MI as WS( synchronous only)

Point-to-point – communication between two SAP WA servers.

4. Based on flow of messages

Inbound Proxy – receives messages to external system

Outbound Proxy - sends messages to external system

ABAP Proxy generation and its pre-requisites

________________________________________

--Means converting the non-language specific interface descriptions in WSDL into executable interfaces

--Enables the proxy runtime to communicate between the application systems

--Creates both the classed and structures necessary for the interface and the data types written in WSDL

--Generate through transaction SPROXY

Steps for Proxy generation and testing

________________________________________

1.Goto transaction SPROXY

2.Search for the message interface to be generated

3.Right-click on the MI and choose ‘CREATE’

4.Give the appropriate package and prefix.

5.Make sure to rename the structures and classes to the standards

6.Generate the proxy and save

To test a proxy , simply execute the proxy and copy the payload with the data to be sent , if its an inbound proxy.

If its an outbound proxy , run the report that triggers the proxy method

Pre-requisites

________________________________________

-ABAP – SAP systems based on SAP WAS 6.4 or WAS 6.20 with pluggins

-JAVA – J2EE applications:SAP J2EE engines WAS 6.40

-For BASIS versions less than 4.6 one goes for RFCs and IDOCs and for versions 4.7 or above you go for proxies

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

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

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

regards

Raj

vijay_kumar133
Active Participant
0 Kudos

Hi ,

Follow this u will get clear all your doubts regarding proxy..

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

Proxy configuration between R/3 and XI How do you activate ABAP Proxies?

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

ABAP Proxies in XI(Client Proxy)

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

How to create proxy.

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

Smarter Approach for coding ABAP Proxies

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

File to R/3 via ABAP Proxy with good example

Regards

Vijay Kumar

Former Member
0 Kudos

hi check the below links

ABAP Server Proxies

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

Monitoring for Processed XML messages in ABAP Proxy

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

Communication between SAP System & Webservice Using Proxies

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

XI/PI: ABAP Proxies - keep them clean

/people/michal.krawczyk2/blog/2007/04/29/xipi-abap-proxies--keep-them-clean

Prepare your ABAP Proxies in WebAS 6.20 for migration

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/5129 [original link is broken] [original link is broken] [original link is broken]

Note: reward points if solution found helpfull

Regards

Chandrakanth.k

Former Member
0 Kudos

Hi,

How to Activate abap Proxy

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

ABAP Client Proxies

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

Regards

Seshagiri