Documentation View

We are hiring and constantly growing! Have a look through our vacancies to find the right role for you!

ABAPTRY_SHORTREF - TRY SHORTREF

ABAPTRY_SHORTREF - TRY SHORTREF

Addresses (Business Address Services)   Vendor Master (General Section)  
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.





General Data in Customer Master   PERFORM Short Reference  
This documentation is copyright by SAP AG.

Length: 1390 Date: 20230322 Time: 104558     sap01-206 ( 28 ms )