cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

External Breakpoints

Former Member
0 Likes
6,328

Hi Everyone,

I am not sure if this should be posted in the ABAP forums or Basis forum. I finally decided to post in the ABAP Forums as i thought ABAPers would be having a better idea of what the issue is .

I need to debug a function module. I am not sure what calls this function module, the only thing I am sure of is that it is called when clicking a button in BSP. Previously, I used to debug Webdynpro code by using "External Breakpoints". However, I was not able to find any option to enable external breakpoints.

I was just wondering, if the external breakpoints option could be restricted via Basis authorizations. If so, how could I enable them. Also, Also, is there any way i can get the debug screen after i run the BSP application.

Thanks in advance for any help and suggestions.

Cheers,

Mz

View Entire Topic
Former Member
0 Likes

Hi,

even you can try to debug the BSP in R/3 also.

try this way..

First put the break point in the FM and next ..

go to se80

slect BSP application

and select the program and double and execute and enter the value then the Break point will trigger.

Prabhudas

Former Member
0 Likes

Hi Prabhu,

Thanks for your reply.

Unfortunately, our application is quite a complex application from SAP side. So, we are not able to debug this way because, we have many BSP applications that call each other and are not independant.

Any Idea on how to execute from Front end and get to the debugging screen in backend. I am sure that the FM is called. I just want to see the values of the variables during runtime.

NOTE: MODERATORS, I just realised that I might have posted in the wrong forums. This needs to be put in the BSP category and not ABAP General. Could you Kindly assist.

Thanks,

Mz

Former Member
0 Likes

1)when executing go with /h and start the debugging mode...

2)Break-Points and Break-points at function module,and enter ur function module name.. and press F8