Watchpoints are like “stop signs” for the ABAP Debugger. Sometimes we debug and look for a specific value on an internal table that has more than 1,000 records. Debugging the table one record at a time can be exhaustive and time consuming. To solve this, we can place a watchpoint. Run the debugger, and it will stop at the watchpoint’s given value. This video will show you how to accomplish this.