cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Proxies

Former Member
0 Kudos

Hi All,

I have been working on ABAP Proxies. Is it requires any internal http connection between R/3 and XI systems. If yes, let me know which kind of arrangements required? and who will do this configurations, I mean Basis consultant or XI developer?

I created abap(client) proxy in R/3 system and executed in XI sytem. The scenario is R/3-XI---File. After exectuing the proxy, the file is not created in the target directory.

Anybody came across this kind of problem. Please let me know the solution asap.

Thanks,

Nagarjuna.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You need to setup RFC destination with type G ie.e HTTP

please find here with you step by step process

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

Configuration required on the Business System:

1. Create HTTP connection in the business system.

Configuration Details:

Technical Setting:

1. Following Inputs are required for technical setting

1 Connection Type: H

2 Target Host: System name

3 Service Number: HTTP Port name

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

Logon Security

On the Logon/Security tab page, enter the following logon data:

1 User: XIAPPLUSER (for example); this user should represent the sending business system (see also the SAP XI Security Guide under Service Users for Message Exchange).

2 Password: the password you have specified for this user

3 Client: SAP XI Integration server

4 Language: Language required

ABAP Proxy Generation --

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

U can work with java proxies,Check some links on proxies.

Proxy Generation- For ABAP and Java proxy, create a Message Interface and then generate a proxy for that message interface.

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

Thanks

Swarup

Edited by: Swarup Sawant on Feb 13, 2008 10:48 AM

Former Member
0 Kudos

Hi,

You need to do as described in the blog in your R3 system.

How to Activate Proxy to maintain the connection between XI & R/3.

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

You can do the same, if you have access.

Regards,

Sarvesh