ABAP Keyword Documentation →  ABAP − Reference →  Program Flow Logic →  Exception Handling →  Exceptions Before Class-Based Exceptions →  Non-Class-Based Exceptions → 

RAISE  Syntax Diagram

Short Reference

Syntax

RAISE exception.

Effect

This statement raises the non class-based exception exception.

After the exception exception is raised, the system proceeds as follows:

This form of the statement RAISE cannot be used in the same processing block as the statement RAISE EXCEPTION or the addition THROW in a conditional expression to raise class-based exceptions.

Notes

Exceptions

Non-Catchable Exceptions