Ansicht
Dokumentation

ABAPRAISE_EXCEPTION_SHORTREF - RAISE EXCEPTION SHORTREF

ABAPRAISE_EXCEPTION_SHORTREF - RAISE EXCEPTION SHORTREF

CPI1466 during Backup   General Material Data  
This documentation is copyright by SAP AG.
SAP E-Book

RAISE EXCEPTION

Reference



Syntax

RAISE [RESUMABLE] EXCEPTION
  { {TYPE cx_class [EXPORTING p1 = a1 p2 = a2 ...]}
  | oref }.


Effect

Raises a class-based exception.

Additions

  • TYPE cx_class $[EXPORTING p1 = a1 p2 = a2 ...$]
    Specifies the exception class of the exception object.
  • MESSAGE
    Passes the specification of a message to the exception object.
  • EXPORTING p1 = a1 p2 = a2 ...
    Passes actual parameters a1, a2, ... to the input parameters p1, p2, ... of the instance constructor of the exception object.
  • oref
    Uses an existing exception object, pointed to by oref. the exception object.
  • oref
    Uses an existing exception object, pointed to by oref.





BAL_S_LOG - Application Log: Log header data   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.

Length: 1465 Date: 20240425 Time: 001255     sap01-206 ( 19 ms )