cancel
Showing results for 
Search instead for 
Did you mean: 

settings for enabling IR objects in R/3

Former Member
0 Kudos

Hi all,

I have R/3 and XI servers. I want to work on Proxy2file Scenarios.I want to get all IR objects into R/3 to generate proxies.

What are the settings we need to configure b/w R/3 and XI to enable IR objects in R/3?

Pls Give me necessary suggestions in this regard.

Thanks,

Ganesh.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

You need to follw below step by step guide to 1st activate the ABAP proxy and then use it as Server or Client proxy.

ABAP Proxy Generation --

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

Actiave ABAP Proxies --

ABAP Client Proxies --

ABAP Server Proxies --

Thanks

Swarup

Edited by: Swarup Sawant on Jul 3, 2008 6:33 AM

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

First and foremost thing is you need to create RFC destination from R/3 sytem to XI system which is of type HTTP.

You need to give that RFC destination name in SXMB_ADM Tcode of R/3 system.

Then You need to have two RFC destinations(SLDSLDAPI & LCRSAPRFC) of the type TCP/IP connection.

And you need to register those program ids in J2EE Engine of XI sytem.

At last run the Tcode SLDAPICUST. Check the SLDCHECK.

Any further queries get back to us.

Refer ---

Former Member
0 Kudos

HI

The first time you need to do the following configuration on the R3 side.

Proxy configuration.

Once these configuration are done your Proxy wil be activated in transaction SPROXY.

Now you can access your XI objects(i.e message interface) in R3

refer to this blog for step by step procedure to set a proxy.

Server Abap proxy.

http://www.saptechnical.com/Tutorials/XI/ABAPProxy/page1.htm

ABAP Proxy

Enhanced ABAP proxy

How to configure ABAP proxy

ABAP Proxy Scenarios:

How to configure Java proxy

Java Proxy Scenarios:

cheers

Former Member
0 Kudos

hi bhuvan

go thru the following settngs

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

2. Configuration Business system as local Integration Engine.

1. Goto Transaction SXMB_ADM

2. Choose Edit --> Change Global Configuration Data.

3. Select Role of Business System: Application system

4. Corresponding Integration server: dest://<HTTPDESTINATION>. Here <HTTPDESTINATION> SAPISU_XID created in step 1. Dest://SAPISU_XID.

5. Under Specific Configuration Data you can specify additional configuration data

1.Select the relevant category under Specific Configuration Data.

2.Choose Change Specific Configuration Data.

For ABAP Proxies, Add the following configuration:

1.Category RUNTIME

2.Parameters: IS_URL

3.Current Value: dest://SAPISU_XID

Configuration of the Integration Engine

3. Connection between Business System and System Landscape Directory

1. Create RFC destination (TCP/IP) LCRSAPRFC and SAPSLDAPI for the SLD connection.

1.Execute transaction SM59 in the business system.

2.Choose Create.

3.Enter at least the following:

1.RFC Destination: LCRSAPRFC

2.Connection Type: T

3.Description: <your description>

4.Choose ENTER.

5.Choose the Technical settings tab page and do the following:

6.In the Program ID field under Registered Server Program, enter LCRSAPRFC

7.This program ID must correspond to a program ID specified in the RFC engine settings of the SAP J2EE Engine on the Integration Server host.

RFC Destination

2. Maintaining the SAP J2EE Connection Parameters for LCRSAPRFC and SAPSLDAPI in SAP J2EE engine

1. Goto J2EE Engine

2. Choose Cluster --> Server --> Services. JCo RFC provider

3. Under RFC destination specify the following:

Program ID: LCRSAPRFC

Gateway Host: <Integration Server host>

Gateway Service: <Integration Server gateway service>

Number of process: 3

4. Under Repository specify the following:

Application Server: <Integration Server host>

5. Choose Set.

3. Maintain SLD access details in Transaction SLDAPICUST

regards

kummari

Former Member
0 Kudos

Hi Bhuvan,

the following link helps you to know the proxy communication sttings.

http://www.saptechnical.com/Tutorials/XI/ABAPProxy/page1.htm

Thanks,

Satish.