cancel
Showing results for 
Search instead for 
Did you mean: 

How to debug Client Proxy(ABAP)

Former Member
0 Kudos

Hi,

How to Debug the outbound proxy , ie ABAP Client Proxy .

Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi mate,

We faced the similar problem and found a feasible solution to debug.

1. Write a code for an infinite loop in start of your proxy. For ex:

debug = true.

while debug = true.

//

endwhile.

2. go to sm51 and find your process in all the list of process.

3. select it and from menu, choose debug.

and also see this

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3dfac358-0d01-0010-5598-d4900e81...

<i>Thanks,

Kulwant</i>

message edited by

kishore

<i>"Reward Point if useful"</i>

Former Member
0 Kudos

Chand,

Check this document on how to do this (section 3.4):

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3dfac358-0d01-0010-5598-d4900e81...

---Satish

former_member529475
Active Contributor
0 Kudos

HI Hem

In XI go to WSADMIN and give /h. It goes into the debugging mode. Then you test your scenario and you run step by step and you see your values on the right hand side of your screen.

Do step by step rather all at once. Then I think you should be able to debug the webservice. Also I suggest you to post in ABAP forums also for quicker response.

Check the blog by Stefan Grube for reference,

/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation

Cheers..

Vasu

<i>** Reward Points if found useful **</i>