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

Turning on HTTP debugger for ABAP code in BSP application

Former Member
0 Likes
317

Hi,

When I try to put a break-point in ABAP code in BSP application, it says change the debugger to http debugger from user setting ?

How do I do this ?

Thanks.

Regards,

Tushar.

1 REPLY 1
Read only

Manohar2u
Active Contributor
0 Likes
263

You can set or activate HTTP debugging for BSPs in different ways:

-->By setting a breakpoint in your BSP application

-->When maintaining the HTTP service tree (Transaction SICF)

Choose Edit ® Debugging ® Activate Debugging.

You can find additional information in Monitoring and Troubleshooting Functions.

-->In the development workbench (Transaction SE80).

Choose Utilities ® Settings. On the following dialog box for the user-specific settings, on the tab ABAP Editor choose the embedded tabstrip HTTP Debugging and activate HTTP debugging globally for your user.

In the Web Application Builder of the development workbench, you can also activate or deactivate HTTP debugging:

Choose Utilities ® Breakpoints ® (De)activate for HTTP user.

Refer this link

http://help.sap.com/saphelp_47x200/helpdata/en/17/00ab3b72d5df3be10000000a11402f/frameset.htm

Regds

Manohar