cancel
Showing results for 
Search instead for 
Did you mean: 

** Inbound Proxy - External Breakpoint is not working

jegathees_waran
Active Participant
0 Kudos

Hi friends,

I am doing WebService to Proxy scenario. (Sync to Sync). Proxy is inbound server proxy (ABAP Proxy). I have written code in the class (SPROXY tcode). While test the scenario it is working fine. But, the problem is I am not able to debug the code inside proxy.

I activated External Breakpoint. Thru SICF tcode also I activated the breakpoint for the user. Through Settings --> ABAP Editor --> Debuggig also, I activated the break-point.

But, I am unable to debug the proxy while send the input from SOAP SONAR. If we debug the proxy inside the ABAP system, it is working.

So, what could be the problem ?

Kindly reply, friends.

Thanking you.

Kind Regards,

Jeg P.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Did you set up the breakpoint under the user who runs the proxy?

Answers (3)

Answers (3)

jegathees_waran
Active Participant
0 Kudos

Hi friends,

The problem is the user which I use in the CC and the user in the ABAP workbench for break-point is different.

Former Member
0 Kudos

Hi

Seems u r Sender SOAP Adapter is not working , r u getting response to u r WebService Client.

srini

turmoll
Active Contributor
0 Kudos

Hi,

Have you tried to e.g.

0) set the breakpoint

1) stop the queue

2) send the message

3) restart the message in the queue

Jakub