SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
ASSERT - Short Reference
Syntax
ASSERT [ [ID group [SUBKEY sub]]
[FIELDS val1 val2 ...]
CONDITION ] log_exp.
Effect
Defines an assertion. If
the logical expression log_exp is false, either the program terminates with a runtime error, or processing switches to the ABAP debugger, or a log entry is created.
Additions