ABAP Keyword Documentation → ABAP Glossary
exception
Error situation during execution of an ABAP program. Exceptions are
handleable (statements
TRY
, CATCH
) or
non-handleable. Non-handleable exceptions produce a
runtime error.
ABAP Keyword Documentation → ABAP Glossary
Error situation during execution of an ABAP program. Exceptions are
handleable (statements
TRY
, CATCH
) or
non-handleable. Non-handleable exceptions produce a
runtime error.