cancel
Showing results for 
Search instead for 
Did you mean: 

How do you debug on the ITS?

Former Member
0 Kudos

Hi,

How do you debug an ITS application? I am trying to debug a web app, and I know the error is in the ABAP code. I would like to set a breakpoint in my ABAP code, so that when a certain action occurs from the client (web) side, I will jump to the ABAP breakpoint, that way I can step through the ABAP code. Any help would be appreciated.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

athavanraja
Active Contributor
0 Kudos

Hi Peter,

Welcome to SDN.

What kind of ITS application is this? if its webugi you can follow the normal path as you do in ABAP - SAP GUI environment.

If its WebRFC application you can follow the steps mentioned in the below given link.

http://www.sapgenie.com/its/webrfc.htm

Regards

Raja

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Simon,

You can monitor ITS in the Transaction code SITSPMON.

Thanks,

Tanuj

former_member228142
Active Contributor
0 Kudos

OSS note 114119 describes the steps that have to be done to debug a IAC application.

Best regards,

Klaus

Former Member
0 Kudos

Peter,

We can achieve this thru ABAP Debugger itself not thru HTTP debugger .

For example , the ITS Trans you r trying to Debug is PZ13,

u hva to carry the foll steps ,

1. Go to SM30 - > T77WWW_SC - > find which function module it points to .. -> Put brk pts ->

SE93 -> type the transaction - > in the command box give ,

/h (Turn on Debugger).Run.

Hope it Helps .

Regards,

J

Former Member

Hi J,

I was looking around and found your answer, thanks! It really helped me a lot.

Best Regards,

Claudia