ABAP Keyword Documentation → ABAP Glossary
Exception
Error situation during execution of an ABAP program. Exceptions are
treatable (statements
TRY
, CATCH
) or
untreatable. Untreated exceptions result in a
runtime error.
ABAP Keyword Documentation → ABAP Glossary
Error situation during execution of an ABAP program. Exceptions are
treatable (statements
TRY
, CATCH
) or
untreatable. Untreated exceptions result in a
runtime error.