Ansicht
Dokumentation

ABAPTRY_SHORTREF - TRY SHORTREF

ABAPTRY_SHORTREF - TRY SHORTREF

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

TRY

Reference



Syntax

TRY.
    [try_block]
  [CATCH [BEFORE UNWIND] cx_class1 cx_class2 ... [INTO oref].
    [catch_block]]
    ...
  [CLEANUP [INTO oref].
    [cleanup_block]]
ENDTRY.


Effect

Defines a monitored area try_block, whose class-based exceptions cx_class1, cx_class2, ... can be handled in CATCH blocks catch_block. The CLEANUP block cleanup_block is executed if a class-based exception is raised in the TRY block and is not caught in a separate CATCH block but in a parent TRY control structure instead.

Additions

  • BEFORE UNWIND
    Is given the context of the exception until the end of the exception handling
  • INTO oref
    Assigns oref a reference to the exception object.
    Assigns oref a reference to the exception object.





ABAP Short Reference   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.

Length: 1390 Date: 20240424 Time: 111212     sap01-206 ( 29 ms )