cancel
Showing results for 
Search instead for 
Did you mean: 

How to delete external break point type ABAP COMMAND

Former Member
0 Kudos

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?

Accepted Solutions (0)

Answers (2)

Answers (2)

Sandra_Rossi
Active Contributor
0 Kudos

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).

matt
Active Contributor
0 Kudos

If you go to the source code, select the breakpoint and click on the external breakpoint button, it should disappear. If the breakpoint is within web dynpro, then it is already external and simply choosing it and clicing on the breakpoint button should make it disappear. Otherwise. Go to SE38. Go to utilities->Settings. Choose the breakpoints tab. Select to see all external breakpoints. Select all the breakpoints, click on delete.