cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi Guys,

I have set an external break point at abap command MESSAGE. I would like to delete it.

Whatever I did does not work. I cannot change it to session break point. I tried to deactivate it, delete all break points....

whenever I set up an external break point in web dynpro, this break point keeps on coming back. I tried to press all buttons in the new and classic debugger but I can't get rid of it. so it stops all the time....

Do you know where the break points are stored or any idea how to get rid of it when I am under WD session?

0 Likes
View Entire Topic
Sandra_Rossi
Active Contributor
0 Likes

Your issue is not related specifically to "type ABAP COMMAND".

Run the program RSBREAKPOINTS to analyze and correct the issue (it shows all user breakpoints AKA external breakpoints, and can remove them). Maybe the breakpoint is assigned to a different user, or different client, or something like that.

About your other question, external breakpoints are stored in the tables ABDBG* (use the program above to display or remove them).

The issue may also be related to errors, check the SAP notes (ask the SAP support if there's none).