cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Proxy

Former Member
0 Kudos

Hi All,

In my scenario RFCXIFile, i am using client Abap proxy, for this i have the http connections and proxy configurations between R/3 and XI.

but i am not able to see any message in SXMB_MONI, after executing abap proxy in R/3. Any came across this problem, please let me know asap with solution.

Thanks,

Nagarjuna.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

First go to R3 where you have created the proxy and give transaction SXMB_MONI and check whether you are getting any message there?

Ranjeet Singh.

Former Member
0 Kudos

Hi Rangeet,

yes. I got the message in SXMB_MONI of R/3(i created proxy here only). then how i have to proceed? please revert back to me asap.

Thanks & Regards,

Nagarjuna.

ranjit_deshmukh
Active Participant
0 Kudos

Hi,

Please read the status of the message in R/3 moni,

so also check the connection status in sproxy.

Ranjit

Former Member
0 Kudos

Hi Nagarjuna,

Please check whether message status is in successful state or not. If it is successfull means proxy was called successfully and message should ideal reach integration engine.

Go to SXMB_MONI of XI Server and check whether message has reached the pipeline or not. if is not then check the RFC connection between R3 and XI ( created for activating proxy) and see whether you are able to connect to XI server.

In the path prefix of this RFC , there should be path of XI pipeline.

Ranjeet Singh.

Former Member
0 Kudos

Hi Ranjeet singh,

The message status is in successful state in R/3 system. And the message could not reached to XI ( i checked in SXMB_MONI in XI).

could you please explain me step-by-step with tcodes for further. i am waiting for your response.

Thanks,

Nagarjuna.

Former Member
0 Kudos

Hi Nagarjun,

if message is successful in R3 and not reached the XI server, it means that connection from R3 which points to XI pipeline is not working .

1. Please check with Basis person and ask the name of RFC that he/she has created for activating proxy in the R3 server.

2. use transaction sm59 and go to that RFC connection.

3. Test the connection.

4. check the path prefix . It should be url of your XI server pipleine.

5. this RFC connection should be of type H.

Ranjeet Singh.

Former Member
0 Kudos

Hi Ranjeet Singh,

i checked with the basis person, http connection between R/3 and XI is ok.

please let me know the syntax of the url of prefix path,

based on that i will proceed.

Thanks,

Nagarjuna.

Former Member
0 Kudos

Hi Nagarjuna,

Please refer to this blog

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

path prefix should be : /sap/xi/engine/?type=entry.

Did u check that Xi message is not stucked up in queue of R3 system. use SMQ2 in r3 and check .

Ranjeet Singh.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

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

Thanks

Swarup