cancel
Showing results for 
Search instead for 
Did you mean: 

How I can see the data of my message after processing?

Former Member
0 Kudos

Hi guys,

My scenario is XI -> R/3 (asynchronous) using ABAP Proxy.

When a try to send a message the flag code is ok and the message enters in R/3 inbound queue, so it means that everything ok!

I want to know how I can see my data in queue or better how it enters in proxy and how I can see? In proxy method I put a break point... but can't stop there!!!

What I need to do to make a little test and verify that really works?

Anybody could help?

Thanks in advance,

Ricardo.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

>>I want to know how I can see my data in queue or >>better how it enters in proxy and how I can see?

you should be able to use sxmb_moni on the r3 side for veiwing the data when its passed from xi to r3

>>In proxy method I put a break point... but can't stop >>there!!!

did you define a HTTP break point based on the userid that is used to connect to the r3

cheers,

naveen

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ricardo

If you want to do Debug Asyn Inbound proxy. Do the following steps.

1. Get the Queue-Id from MONI.

2. Deregister the Queue for your message (SMQR).

3. Now resend the message. The message will be stopped in the Deregistered Queue.

4. Start Transaction SMQ2 and select your specific Queue. Double clicking will take you to the detailed level.

5. Press F8 to start the Debugger. And now you can debug the whole Proxy mehtod for Inboud proxy method.

Check the file 'How to Debug XI Applications' for more information.

https://websmp204.sap-ag.de/~form/sapnet?_SHORTKEY=01200252310000071155&_SCENARIO=011000358700000002...

Regards

Paresh