sapdev logo background
sapdev logo sapdev logo
Comments

ABAP BREAK-POINT INTERNAL Statement syntax, information and example SAP source code



Return to Statement index



BREAK-POINT - interner Zusatz

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.
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




BREAK-POINT
CALL




comments powered by Disqus