cancel
Showing results for 
Search instead for 
Did you mean: 

How to Debug in SAP, .NET used as frontend?

Former Member
0 Kudos

Hi Experts,

I have a scenario where we have connected SAP and .NET through Webservice using XML , at some point in .NET we are passing data to SAP.

I need to debug the code in SAP that we have written to handle the data coming from .NET.

I have tried activating Debugging in SICF transaction but it doesn't work.

I have also tried setting external breakpoint but it also doesn't work.

Does anyone have any idea , how i can achieve debugging in this scenario?

I appreciate any help on this.

Regards,

Gurdip Singh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

as of my knowledge you can not debug webservice,

if you are using RFC then you can debug by putting external breakpoint(user must be the same you are using in NCO),

other option in put infinite loop in prog.,and go in debug from sm51

Former Member
0 Kudos

Thanx for the Response!

We are not using any RFC, we are using webservice through BSP.

The other option i already tried with WAIT UP TO '600' SECONDS statement but while i make a call from .NET it doesn't generate any process in SM50 so that i can debug. So this is also not working.

I appreciate your help.

Thanx!

Regards,

Gurdip Singh

ralph_schillein
Explorer
0 Kudos

Do you have more than one application servers ? (try trx. SM51 to show)

If yes, just double click all entries in sm51, maybe you can see your process...

Edited by: Ralph Schillein on Jul 3, 2009 12:23 PM

Former Member
0 Kudos

Hi ralph,

We have only one app server and as i said earlier the call from .NET is not creating any process in SM51.

Thanx,

Gurdip

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Gurdip,

please have a look at my blog [How to debug ABAP Web services from Microsoft Visual Studio|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/5802] [original link is broken] [original link is broken] [original link is broken]; .

Best regards,

Andru00E9