Code: Alles auswählen.
Exporting operation = 'test'.Code: Alles auswählen.
RAISE EXCEPTION TYPE cx_sy_arithmetic_overflow
  EXPORTING
    operation = 'test'.
Code: Alles auswählen.
try.
  ...
catch cx_sy_arithmetic_overflow into data(lx_arithmetic_overflow).
  message lx_arithmetic_overflow type 'S' display like 'E'.
endtry.