cancel
Showing results for 
Search instead for 
Did you mean: 

Step by Step Debugging in BSP page

Former Member
0 Kudos

Hi,

Can any one tell me How to do the Step by step debugging? In ABAP application we are doing through /h command.Like this any command is there in BSP page for debugging? And where actually we need to place the break point means in Controller or in View?

Thanks in advance,

Regards,

Anu.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

You can set the break point in the SE80 for the controller as shown below...

Place the cursor where you want to place the break point and click the stop button, you will get the pop up and select the HTTP break point.

By this way you can set the break points where ever required.

Regards,

Azaz Ali.

Former Member
Former Member
0 Kudos
athavanraja
Active Contributor
0 Kudos

the closest similar to /h for BSP is activating the debugging for your application from transaction SICF.

SICF->select your BSP application service node->edit ->debugging->activate debugging.

as far break points you can use it in layouts, views, controller

Regards

Raja

Former Member
0 Kudos

Sorry raja, i am unable to find out the BSP application service node. How to do that? Please clarify.

Former Member
0 Kudos

bsp application node referes to

in tree on left of sicf:

default_host->sap->bc->bsp->sap->your_application