SAP RUNTIME ERROR - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

runtime error
Caused by uncatchable exceptions when a program is executed, or it can be forced by the language elements RAISE SHORTDUMP, THROW SHORTDUMP, or ASSERT or by exit messages. Every runtime error terminates the program, which in turn raises a database rollback and is documented by default in a short dump.
ABAP_MORE_INFO