ABAP Keyword Documentation → ABAP Glossary
runtime error
Runtime errors are caused by non-handled exceptions in program execution or can be forced by the language
elements RAISE SHORTDUMP
,
THROW SHORTDUMP
, or ASSERT
or by
exit messages. Each runtime error causes the program to terminate and triggers a
database rollback documented by default in a
short dump.