cancel
Showing results for 
Search instead for 
Did you mean: 

debugging ABAP web services

Former Member
0 Kudos

Hello,

I have an ABAP web service created from a remote enabled function module. The web service is called from a BSP application. How can I debug the code within the function module?

I activated debugging for the web service in ICF. I set external breakpoint in the function module. However, the execution does not stop in the function module.

Any ideas?

thank you

Benolin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

If only talk to debugging Function Module,just press <b>F8</b> to test/excute module, and you can use some data record and doing your debugging there.

Regards

Answers (1)

Answers (1)

Former Member
0 Kudos

Try putting a break point in class CL_HTTP_EXT_SOAPHANDLER_RFC method HANDLE_REQUEST

Regards,

Sanjeev

Former Member
0 Kudos

Hello,

I found a way to debug my ABAP code called from the web service.

I have an http connection configured in sm59 of type H. My proxy class uses this http destination to connect to the web service. Target host of this http destination is an application server of the R/3 system where my web service is available.

If I logon to the ABAP system to this particular application server and set breakpoints in my code, the execution stops at the breakpoints.

Regards

Benolin