Entering content frameProcedure documentationBreakpoints at Statements Locate the document in its SAP Library structure

You can use this special kind of dynamic breakpoint to interrupt a program directly before an ABAP statement is processed.

Prerequisites

You must already be running the program in the Debugger.

Procedure

To set a breakpoint at an ABAP statement:

  1. Choose Breakpoint ® Breakpoint at ® Statement...
    The following dialog box appears:
  2. This graphic is explained in the accompanying text

  3. Enter the ABAP statement.
    The system sets a breakpoint at all points in the program at which the ABAP statement occurs.
  4. Choose ENTER.
    The breakpoint applies to all lines containing the specified statement.

Result

The system confirms the breakpoint and adds it to the list in the display. When you finish your debugging session, the breakpoint is automatically deleted unless you have explicitly saved it.

 

 

 

 

Leaving content frame