cancel
Showing results for 
Search instead for 
Did you mean: 

Reg:Abap proxy creation

Former Member
0 Kudos

Hi All,

I am trying to create proxy in R/3 system using SPROXY TC but it pops out a message as "No connection to Integration Builder" what does it mean and how to proceed with that.

Thanks in advance

B.Lavanya

Accepted Solutions (1)

Accepted Solutions (1)

former_member859847
Active Contributor
0 Kudos

Hi Lavanya,

Are you configured the necessary settings in R/3 and XI side.

Please check the following links.

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

?

regards

mahesh.

Answers (6)

Answers (6)

Former Member
0 Kudos

HI,

MAKE SURE THT BUSINESS SYSTEM IS AS FOLLOWS

1.TRANSACTION SXMB_ADM

ROLE OF BUSINESS SYSTEM:APPLICATION SYSTEM

CORRESPONDING INTEGRATION BUILDER

dest://<your sm59 rfc destination

2 Ensure tht the rfc destination LCRSAPRFC And SAPSLDAPI ARE MAINTAINED AND WORKING FINE

3 Run transaction SLDCHECK To check whether connection to sld works

4.Check tht integration repository is working fine

PLZ REWARDS POINTS

VIKAS

Former Member
0 Kudos

Hi,

In R/3 system, check sldcheck tcode and see whether its pinging your XI system and it should return a report with all status in green.

Also in sldapicust tcode check the user name and password for the Xi server maintained correctly or not.

Regards,

Prakash Babu

Former Member
0 Kudos

Hi,

Try below options

1. Goto sm59 of r3 system and test the RFC connectivity for XI.

2. Goto Application system where proxy resides.

Execute transaction SICF.

Traverse to node sap->xi->engine.

Right click and test the service with user and password. Only when

this step succeeds ur proxy will be successful.

3. Try to execute the below report in R/3

SPROX_CHECK_HTTP_COMMUNICATION

SPROX_CHECK_IFR_CONNECTION

please refer below link

Setting Up Point-to-Point Connections with proxy

http://help.sap.com/saphelp_nw04s/helpdata/en/85/78af1bf407434796aaf8dbd6d4e7b7/frameset.htm

Former Member
0 Kudos

Hi

Are you configured the necessary settings in R/3 and XI side.

Please check the following links.

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies. [original link is broken]

?

First verify if your proxy is properly communicating with XI Integration server. Goto SPROXy transaction and see if the replica of IR is available.

Then just refresh and reactivate the proxy that you are calling.

Please refer below links

Debug your ABAP proxy

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

SPROXY not working:

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

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f83deb90-0201-0010-189c-8d3ff875...

ABAP Proxy configuration:

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

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

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

Former Member
0 Kudos

Hi Lavanya,

Before going for Proxy Generation, you need to maintain Connection between your SAP R/3 System and XI System.

You can do as follows:

In R/3 go to Tracastion SXMB_ADM and double click on :

- Integration Engine Configuration under Configuration.

New Screen will be displayed.

You need to enter :

Role of Business System as : Application System

Corresponding Integ.Server as : The URL of the XI Server

and save the changes that are done.

After doing this you can generate Proxy from SPROXY in R/3.

You can check the same in XI System.

Thanks,

Kishore.

Former Member
0 Kudos

Hi,

Please follow this BLOG first

How do you activate ABAP Proxies?

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

Regards

Seshagiri