SAP ASSERTION - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

assertion
Assertion in an ABAP program. An assertion is defined as a conditional checkpoint using the ASSERT statement. Assertions are either always active or can be activated by assigning them to a checkpoint group. When an active assertion is reached, the corresponding condition is evaluated. If the condition is violated, the program terminates with a runtime error, accesses the ABAP Debugger, or creates a log entry. If a checkpoint group is assigned, the program behavior is controlled by the corresponding activation settings. Otherwise, the program is terminated.