SAP BREAK-POINT INTERNAL ABAP Statements

Get Example source ABAP code based on a different SAP table
  



BREAK-POINT - interner Zusatz
ABAP Code Snippet
• AT NEXT APPLICATION STATEMENT BREAK-POINT - internal

ABAP Addition
... AT NEXT APPLICATION STATEMENT

What does it do? 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.

Return to menu