Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Debugging from web broweser in ITS.

Former Member
0 Likes
766

Hi!

I am working on Integrated ITS and i want to debug the ABAP program from web browser. I have put the external breakpoints from "Utilities->Settings->ABAP Editior-> Debugging". But debugger does not start when I execute it in web browser. What could be the problem?

Is there any way I can find the default user for ITS?

Hi!

I am working on Integrated ITS and i want to debug the ABAP program from web browser. I have put the external breakpoints from "Utilities->Settings->ABAP Editior-> Debugging". But debugger does not start when I execute it in web browser. What could be the problem?

Is there any way I can find the default user for ITS?

3 REPLIES 3
Read only

Former Member
0 Likes
662

Hi,

After the settings in SICF, did you configure the settings in SE80.

check that.

1. Go to SE80.

2. Click on top menu utilities->settings.

3. Click on ABAP Editor Tab.

4. Click on Debugging Tab.

4. Flag Actv check box for EBP User you want to debug.

5. Select radio button classic Debugger.

6. Finaly login as EBP User in SAPGUI and put a HTTP Breakpoint Session in the code for the EBP User you want debug thru ITS.

It should stop there if you follows these exactly.

Refer

blog How to debug ABAP Web services from Microsoft Visual Studio

/people/andre.fischer/blog/2007/02/07/how-to-debug-abap-web-services-from-microsoft-visual-studio

Regards

Read only

0 Likes
662

Hi Kiran,

What is EBP user? Do you mean I should log on to SAPGUI with the same ITS userid for which I have enabled the external debugging?

How do we enable debugging through SICF?

Read only

Former Member
0 Likes
662

Hi Pratiksha ,

You need to use teh transaction SICF to activate debugging for such applications.

Regards

Arun