2007 Aug 01 10:56 AM
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?
2007 Aug 01 11:02 AM
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
2007 Aug 01 11:19 AM
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?
2007 Aug 01 11:06 AM
Hi Pratiksha ,
You need to use teh transaction SICF to activate debugging for such applications.
Regards
Arun