Ansicht
Dokumentation

ABAPRAISE_EXCEPTION_SHORTREF - RAISE EXCEPTION SHORTREF

ABAPRAISE_EXCEPTION_SHORTREF - RAISE EXCEPTION SHORTREF

TXBHW - Original Tax Base Amount in Local Currency   BAL_S_LOG - Application Log: Log header 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.





Addresses (Business Address Services)   PERFORM Short Reference  
This documentation is copyright by SAP AG.

Length: 1465 Date: 20240329 Time: 165217     sap01-206 ( 21 ms )