Ansicht
Dokumentation

ABAPASSERT_SHORTREF - ASSERT SHORTREF

ABAPASSERT_SHORTREF - ASSERT SHORTREF

SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.
SAP E-Book

ASSERT

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

  • ID group
    Assigns the assertion to a checkpoint group group that controls its activation and behavior.
  • SUBKEY sub
    Controls the summarization of the log using a subkey sub.
  • FIELDS val1 val2 ...
    Writes the content of data objects val1 val2 ... to the log or the short dump.
  • CONDITION
    Must be specified before log_exp if one of the other additions is specified.





CPI1466 during Backup   ABAP Short Reference  
This documentation is copyright by SAP AG.

Length: 1509 Date: 20240418 Time: 035422     sap01-206 ( 37 ms )