cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Proxy Set up and Load balancing

Former Member
0 Kudos

Hi All,

We have a SAP ECC 5.0 PRD server in our landscape. I need to set up ABAP Proxy in the server.

They have implemented Load balancing in the ECC 5.0 PRD server. They have two servers (One Central Server and another APP Server) and one of the servers will be used at any point in time based on load conditions.

Now where exactly i have to perform the ABAP Proxy set up and how does it work at runtime.

Thanks in advance.

Regards,

Sudharshan N A

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hey,

refer to this.

R3 side

SLDCHECK

Use this transaction to access the SLD of XI.

SLDAPICUST

Create an entry for respective XI server

requires hostname, port username and ip.

Can have multiple enteries for different servers.

But you can check only one entry.

based on the entry that is checked, respective SLD API will be triggered from

SLDCHECK.

SM59 (T type connections).

To connect to the SLD you need 2 types of TCP/IP connections.

1)LCRSAPRFC:-

In this you require the gateway host(ip address) and gatewayservice(sapgw[system no.])

YOu also need to give Program ID.

Entry of corresponding Program ID must be maintained in SMGW.

IN SMGW Click GoTo->logged on Clients.

If entry is not there for corresponding XI.

Create a communication channel in XI, pointing to R3 and give a Program ID

in the channel. Once the channel is activated, corresponding Program ID wil

appear in SMGW.

2)SAPSLDAPI:-

In this case follow the same porcedure as for LCRSAPRFC.

As far as the Program ID is concerned te procedure mentioned above is for

Customized RFC's

The RFC destinations mentioned here are both standard RFC's

Hence for these two RFC's no need to Create Program ID's. you just need to

change the System ID of the Program ID.

Both these RFC's are maintained in the J2ee server of XI.

SPROXY.

In this transcation you can check the Proxies.

If the proxies are not activated (i.e. if the message interfaces are not active)

this step is optional

then you need to maintain one G type RFC destination pointing the resepctive XI server.

In the G tpye RFC destination give the Ip adress of the XI server in the target

host and set the path prefix as /rep.

Goto SPROXY->Goto->connection test-> click on the table SPROXSET.

In this table maintain enteries for ADDRESS_ONLY_FROM_SPROXSET and IFR_HTTP_DEST

The values corresponding to these enteries will be the G tpye RFC destination.

In order to connect R3 to the Integaration server you need to maintain H type

The default RFC is XI_INTEGRATIONSERVER. In you need to give the Target host entry as the

Ip address and Path Prefic as.../sap/XI/engine/?type=entry (this you can get from SXMB_ADM of XI)

You can also create the H type RFc of your own.

goto SXMB_ADM(r3) and open Integration engine configuration.

regards,

Milan

Answers (2)

Answers (2)

former_member184619
Active Contributor
0 Kudos

Hi,

Welcome to SDN, check this link first before posting any query..

/thread/117188 [original link is broken]

and here is your answer:

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

Sachin

Former Member
0 Kudos

Hi Sachin,

Thanks for your prompt reply.

Before I search SDN, may i request you to read my post carefully.

I did not ask how to set up ABAP Proxy. My question was to where exactly i need to set my ABAP Proxy if I had two R/3 servers due to load balancing.

Best Regards,

Sudharshan N A

Former Member
0 Kudos

Hi ,

Please go through the help link given below.

http://help.sap.com/saphelp_nw04/helpdata/en/ab/585f3c482a7331e10000000a114084/content.htm

Regards,

Sharath

Edited by: sharath Girmaji on Feb 17, 2009 8:00 PM