cancel
Showing results for 
Search instead for 
Did you mean: 

Using ABAP Proxy

Former Member
0 Kudos

Hi,

I am trying to trigger a abap client proxy from SAP to XI.

I have created DataType, MessageType, Outbound Message Interface in XI also i have created proxy for this interface in SAP using SPROXY transaction.

After this i created a abap program which triggers the proxy created above, as per weblog:

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

The abap program executes without any error.

However I am unable to view the message in XI using sxmb_moni.

Is there a way to find out if the proxy was actually triggered from SAP? What could be the problem?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please can you check in the SXMB_MONI of the sender system if you are getting a message there and whats the error, you can proceed then.

Also, please check if you have done all the config needed for ABAP Proxy

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

Regards

Vijaya

Former Member
0 Kudos

Hi Vijaya,

I checked SXMB_MONI in SAP system which is the sender.. and I am able to see the messages.

However SXMB_MONI in XI, which is the receiver system, does not display the same messges.

The config settings required are done as per the given blog.

What could be the prob that the messages are triggered from SAP and not reaching XI?

Former Member
0 Kudos

Hi Anand,

Have you put <b>commit work</b> after calling the class in the report.

Also, please use the weblog to see that all the config are correct.

Regards

Vijaya

Former Member
0 Kudos

Hi Vijaya,

Yes Commit Work is called after calling the class.

Former Member
0 Kudos

Hi,

I am sure you have done all of this But just in case.

1. Do you have any error in the SXMB_MONI of the R/3 system?

2. Please check ST22 for any dump

3. Please can you debug and see if the CLASS is getting executed without throwing any exceptions

Regards

Vijaya

Former Member
0 Kudos

Hi,

when i checked the messages in SAP under transaction SXMB_MONI, it shows a "STOP" message under Q. Status column.

Can you tell me what could be the problem here.

I have tried going into SXMB_ADM and activating the queues.

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Anand,

Please go through the information provided in the blogs below which explains clearly the Scenario you want to try and compare it with what you have done.

<a href="/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy Proxies in XI</a>

<a href="/people/siva.maranani/blog/2005/04/03/abap-server-proxies Server Proxies</a>

<a href="/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy to R/3 via ABAP Proxy</a>

Please do let me know if you want any more help regarding the same.

Regards,

Abhy

Former Member
0 Kudos

Hi,

Please can you Goto SXMB_MONI and then goto the Queue column on the right side.

Click on the queue and then click on the messages.

See if there is an error?

also, try using the unlock button and unlocking the queue and then activating it again.

When you drill down in each step you will find the button on one of the screen for activating, lock and unlocking.

Regards

Vijaya

Former Member
0 Kudos

Hi Anand,

This should answer your question..

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

It is an excellent blog by Ravi.

cheers,

Prashanth

Former Member
0 Kudos

Hi Anand,

Please try debugging the report from where you calling the class...you might get an idea as to what the error might be..

Regards,

Sushumna

MichalKrawczyk
Active Contributor
0 Kudos

hi,

check transaction SXMB_MONI on your <b>R3,ERP </b>

question:

<b>11. Unable to check flight availability - status code 500 error </b>

on the XI FAQ page (link below) might be helpful

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>