SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Release-Specific Changes → Changes in Release 6.20 →
New Treatable Exceptions in Release 6.20
1. Treatable Exceptions and Method Calls
2. Treatable Exceptions and Function Module Calls
3.Treatable Exceptions and Down Cast
4. Treatable Exceptions and Open SQL
5.Treatable Exceptions and CALL TRANSFORMATION
6. Treatable Exceptions and GENERATE REPORT|SUBROUTINE POOL
7.Treatable Exceptions and SCAN
8.Treatable Exceptions and EXPORT TO SHARED MEMORY
9.Treatable Exceptions and PROVIDE
Treatable Exceptions and Method Calls
The following exceptions can now be handled for a method call, having been assigned to existing exception classes:
Treatable Exceptions and Function Module Calls
For CALL FUNCTION the following exceptions can now be handled, having been assigned to existing exception classes. Only for the first two exceptions in the following list was the new exception class CX_SY_DYN_CALL_ILLEGAL_FUNC introduced:
Treatable Exceptions and Down Cast
For down casts, the following exceptions can now be handled, having been assigned to an existing exception class:
Treatable Exceptions and Open SQL
In Open SQL, the following exceptions can now be handled, having been assigned to an existing exception class.
Treatable Exceptions and CALL TRANSFORMATION
The following exception classes were introduced for the
CALL TRANSFORMATION statement: CX_SY_CONVERSION_NO_RAW and CX_SY_CONVERSION_NO_DATE_TIME.
Treatable Exceptions and GENERATE REPORT | SUBROUTINE POOL
For the GENERATE REPORT|SUBROUTINE
POOL statement, the exception class CX_SY_GEN_SOURCE_TOO_WIDE was introduced.
Treatable Exceptions and SCAN
For the SCAN statement, the following exception class was introduced:CX_SY_SCAN_SOURCE_TOO_WIDE.
Treatable Exceptions and EXPORT TO SHARED MEMORY
For EXPORT TO SHARED MEMORY,
the following exception was introduced:CX_SY_EXPORT_NO_SHARED_MEMORY.
Treatable Exceptions and PROVIDE
For the new variant of the PROVIDE statement, the following exception classes were introduced: CX_SY_PROVIDE_INTERVAL_OVERLAP and CX_SY_PROVIDE_TABLE_NOT_SORTED. The exceptions are not raised by the short form of PROVIDE.