‎2007 Feb 22 5:06 PM
I have turned HTTP debugging on by following the SAP help..
To be able to set an external breakpoint, you have to set the external debugging to active. You can set external debugging to active in the menu under Utilities -> Settings... -> ABAP Editor -> Debugging in the External Debugging field.
I've then set HTTP breakpoints in the code that I know is executed.
In our development environment this works and it stops, but in our QA environment the execution doesn't stop at the breakpoint.
Does anyone know of any other settings that can be made to make it stop.
Thanks
Richard
‎2007 Feb 23 2:07 AM
Richard,
Did u activate in SICF trnx ?
SICF->Edit->Debugging->Activate Debugging-> give your userid.
Rgds,
Jothi.P
~Reward if useful.
‎2007 Feb 23 2:07 AM
Richard,
Did u activate in SICF trnx ?
SICF->Edit->Debugging->Activate Debugging-> give your userid.
Rgds,
Jothi.P
~Reward if useful.
‎2007 Feb 23 2:15 AM
Hi,
To debug in the Web,pls refer the foll steps:
-->Goto transaction SICF.
-->Select service
-->Change service settings and insert parameter ~GENERATEDYNDPRO=1.
-->Find program to debug. E.g. SE93. Enter bbpsc01 Ã Display and get Program field (SAPLBBP_SC_UI_ITS)
Execute SE38 and enter program name.
-->Turn HTTP Debugging ON. Utilities-Settings-Debugging. Click Actv and username.
-->Add HTTP Breakpoint. Display source code and select Utilities-breakpoints-set.
On External Debugging select HTTP Breakpoint.
-->Remember to remove breakpoints, deactivate debugging and remove parameter GENERATEDYNPRO.
Can run program RSBREAKPOINTS to find which programs you have breakpoints set in.
Thanks