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

HTTP debugging

Former Member
0 Likes
3,967

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,503

Richard,

Did u activate in SICF trnx ?

SICF->Edit->Debugging->Activate Debugging-> give your userid.

Rgds,

Jothi.P

~Reward if useful.

2 REPLIES 2
Read only

Former Member
0 Likes
1,504

Richard,

Did u activate in SICF trnx ?

SICF->Edit->Debugging->Activate Debugging-> give your userid.

Rgds,

Jothi.P

~Reward if useful.

Read only

Former Member
0 Likes
1,503

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