SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP Glossary →resumable exception
Class-based exception that is raised by the addition RESUMABLE of the statement RAISE EXCEPTION or by the addition THROW in a conditional expression. When a resumable exception is handled in a CATCH block, processing can be resumed using the statement RESUME directly after the raising statement if the context of the exception still exists. The property of resumability in an exception can be lost when the exception is propagated from procedures if it is not marked as resumable in all relevant parameter interfaces. This is done using the addition RESUMABLE in the RAISING declaration of the procedures.