cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Proxy

Former Member
0 Kudos

Hello,

What is Exchange profile. When we are doing ABAP proxy,

what is the pre requisite to change in exchange profile.

And Is there any requirement while doing abap proxy.

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ravi kumar chandragiri ,

Proxy generation converts non-language-specific interface descriptions in WSDL into executable interfaces known as Proxies. Depending on the target programming language, you choose one of the following:1. Java Proxies. or 2. ABAP Proxies.

We can interface to XI through proxies. From WAS 6.20, proxy generation feature enables application systems to communicate with XI using proxies. Proxy generation enables you to create proxies in application systems. Proxies encapsulate the creation or parsing of XML messages and the communication with the relevant runtime components required to send or receive the messages.

There are two types of Proxies.

1. Java Proxies.

2. ABAP Proxies.

Java proxies are used when java applications needs to send and receive data and ABAP proxies are used when ABAP applications needs to send and receive data.

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

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

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

cheers!

gyanaraj

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

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

We will configure Exchange Profile at the time of Post Installation of XI

There is no Relation between ABAP Proxies and Exchange Profile while implementing the Proxies

How do you activate ABAP Proxies

/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

former_member537867
Active Contributor
0 Kudos

Hi,

Exchange profile contains the set of parameter that are used for the complete functioning of SAP XI components. IT's more of a storage area.

The exchange profile is an XML document that is stored in the main database of the SAP Exchange Infrastructure (XI). The parameters contained in this document define certain basic technical settings. Most of them are initialized automatically during the installation phase, but in some cases the administrator may need to maintain them. You can access the maintenance screen at:

http://<host:port>/exchangeProfile

In this HTTP address host and port are the host name and connection port of your Integration Server.

You are prompted for a user name and a password. A user with the J2EE security role administer is required. By default this J2EE role is mapped to role SAP_XI_ADMINISTRATOR_J2EE on SAP Web AS 6.40.

The HTTP address provides you with a browser-based interface for editing the exchange profile.

For more information about editing the exchange profile and for a list of available parameters, see the SAP Exchange Infrastructure Configuration Guide under Exchange Profile Parameters.

After any modification of the exchange profile, you must restart the Integration Server for the changes to take effect

Go to this URL

http://<host>:<port>/exchangeProfile/

and chk whether these parameters are present in Connections for the XI server to which u wish to connect from SAP System

com.sap.aii.connect.repository.name

SAPXI3

com.sap.aii.connect.repository.httpport

50000(At SICF http service must be active)

com.sap.aii.connect.repository.contextRoot

rep

com.sap.aii.connect.integrationbuilder.startpage.url

rep/start/index.jsp

If these parameters are not present then add them

Exchange Profile parameters for proxy configuration - Troubleshooting

http://help.sap.com/saphelp_nw04/helpdata/en/3b/6f5c3c3806af06e10000000a11402f/content.htm

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

Regards,

Vinod.

Former Member
0 Kudos