ABAP Keyword Documentation → ABAP − Reference → program editing → Testing and Checking Programs → Checkpoints → BREAK-POINT
BREAK-POINT - interner Zusatz
Other versions: 7.31 | 7.40 | 7.54
This addition is for internal use only. It must not be used in application programs.
Addition
... AT NEXT APPLICATION STATEMENT
Effect
This addition can be optionally entered after log_text
, but not together
with the addition ID
. It is only useful in system programs, system modules, system subprograms, and system function modules that have names beginning with %_ .
- If system debugging is not activated, the program does not stop until the next statement that is not located in one of the contexts listed above.
-
If system debugging is activated, the program stops at the statement
BREAK-POINT
.
If system debugging is not activated and the addition AT NEXT APPLICATION STATEMENT
is not used, BREAK-POINT
statements in the contexts listed above are ignored.