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

How to Debug BSP Application/Pages

Former Member
0 Likes
1,143

Hi All,

Please provide step by step process to debug BSP Applications.

I have Already tried SE80 Utilities -> Settings -> ABAP Editor -> External Debugging.

and after that SICF Edit -> Debugging -> Activate Debugging or HTTP Debugging but unable to debug application.

Please help if any one worked on this.

Thanks in Advance....

Hi All,

Please provide step by step process to debug BSP Applications.

I have Already tried SE80 Utilities -> Settings -> ABAP Editor -> External Debugging.

and after that SICF Edit -> Debugging -> Activate Debugging or HTTP Debugging but unable to debug application.

Please help if any one worked on this.

Thanks in Advance....

4 REPLIES 4
Read only

Former Member
0 Likes
908

Go to tcode SM51 and see how many active AS instances you have, put an external breakpoint in all the instances

Read only

0 Likes
908

Hi Thanks for the reply. We are having only one instance and i have already set external break point for that but still no debugger starts when i am executing a BSP Page.

Any other way.

Read only

0 Likes
908

Are you sure you are using the right user for debug, is there any login page for that application.

Is this a UI5 application.

Try  hard coding the break-point starement along with external break points and check in tcode sm21

Read only

0 Likes
908

Yes as i have checked user name is correct and yes also a custom login page created for this application but other pages are also not opening in debugger when i am executing them directly.