cancel
Showing results for 
Search instead for 
Did you mean: 

How to debug webserviced FM?

Former Member
0 Kudos

Hi,

I tried to debug a webserviced FM when it's called, but I don't get it running. Is it because the FM is not called directly and the caller SAP FM RFCed my FM?

Eddy

Accepted Solutions (0)

Answers (1)

Answers (1)

athavanraja
Active Contributor
0 Kudos

How did u try?

Did u place a HTTP break point in your FM code. It should work.

Else

try placing a HTTP break point at CL_SOAP_HTTP_EXTENSION->IF_HTTP_EXTENSION~HANDLE_REQUEST

and run thru it.

Regards

Raja

athavanraja
Active Contributor
0 Kudos

What happend Eddy?

Did it work?

Regards

Raja

eddy_declercq
Active Contributor
0 Kudos

External HTTP-debugging seems to work now. It didn't before. Maybe somthing wrong in my code.

Thanks anyway

athavanraja
Active Contributor
0 Kudos

Can you mark the thread as answered.

Regards

Raja

eddy_declercq
Active Contributor
0 Kudos

done