cancel
Showing results for 
Search instead for 
Did you mean: 

** External Debugging is not working in Proxy inbound scenario

jegathees_waran
Active Participant
0 Kudos

Hi Friends,

In our File to Proxy scenario, the user which is mentioned in reciver XI adapter of type as 'C Communication Data'.

The message is processed successfully (SXI_MONITOR). But the records in the Z table are not updated.To debug this, I am not able to set external debugging (Utilities --> Settings --> Debugging) for this user. (the user which is mentioned in the CC). i.e it gives the message 'Logon with a dialog user'.

So, How do I bug my inbound proxy, when the message is processed ?

We use ECC 6.0 as application server.

Kind regards,

Jegathees P.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Jegathees,

If you want to debug inbound proxy you need to set hard-coded break point "break-point" in your abap code.

Then stop the queue manually and re-run your interface. You will find your message in an inbound queue. Goto sxmb_moni and process this message. This time it will stop to a point where you have set the hard coded breakpoint.

Hope this will help.

Thanks,

Nilesh

jegathees_waran
Active Participant
0 Kudos

Hi Prakasu,

There are no queue entries in SMQ1 and SMQ2 in both the systems (XI & application server)

jegathees_waran
Active Participant
0 Kudos

Hi Michael,

Even I put my user (dialog user), the external debugging is not stopped.

Former Member
0 Kudos

Hi,

In R/3 check using T.code sxmb_moni.Is there any queues are stoped.Check the queue entries in smq2 and smq1.

Regards,

Prakasu.M

MichalKrawczyk
Active Contributor
0 Kudos

hi,

debug it with your user directly from transaction SPROXY

Regards,

Michal Krawczyk