SAP NEWS-620-EXCEPTIONS



Get Example source ABAP code based on a different SAP table
  



New Catchable Exceptions in ABAP Release 6.20
ITOC

ABAP_MODIFICATION_NN Catchable Exceptions in Method Calls

The following exceptions can now be handled in method calls, having been assigned to existing exception classes:
CALL_METHOD_NOT_IMPLEMENTED
CALL_METHOD_NOT_ACCESSIBLE
CALL_METHOD_CONFLICT_TAB_TYPE
CALL_METHOD_CONFLICT_GEN_TYPE
CALL_METHOD_CONFLICT_TYPE

ABAP_MODIFICATION_NN Catchable Exceptions in Function Module Calls

In CALL FUNCTION, the following exceptions can now be handled, having been assigned to existing exception classes. The new exception class CX_SY_DYN_CALL_ILLEGAL_FUNC was introduced only for the first two exceptions in the following list:
CALL_FUNCTION_NOT_ACTIVE
CALL_FUNCTION_NOT_FOUND
CALL_FUNCTION_PARM_MISSING
CALL_FUNCTION_PARM_UNKNOWN
CALL_FUNCTION_CONFLICT_GEN_TYP
CALL_FUNCTION_CONFLICT_LENG
CALL_FUNCTION_CONFLICT_TYPE
CALL_FUNCTION_NO_VB
CALL_FUNCTION_WRONG_ALIGNMENT

ABAP_MODIFICATION_NN Catchable Exceptions in Downcasts

In downcasts, the following exceptions can now be handled, having been assigned to an existing exception class:
MOVE_CAST_ERROR_DYN
MOVE_CAST_REF_ONLY

ABAP_MODIFICATION_NN Catchable Exceptions in AB_SQL

In AB_SQL , the following exceptions can now be handled, having been assigned to an existing exception class.
<(>ESCAPE_WITH_POOLTABLE<)>
SAPSQL_CONNECTION_ILL_TABTYPE

ABAP_MODIFICATION_NN Catchable Exceptions in CALL TRANSFORMATION

The exception classes CX_SY_CONVERSION_NO_RAW and CX_SY_CONVERSION_NO_DATE_TIME have been introduced for the statement CALL TRANSFORMATION.

ABAP_MODIFICATION_NN Catchable Exceptions in GENERATE REPORT $| SUBROUTINE POOL

The exception class CX_SY_GEN_SOURCE_TOO_WIDE has been introduced for the statement GENERATE REPORT$|SUBROUTINE POOL .

ABAP_MODIFICATION_NN Catchable Exceptions in SCAN

The exception class CX_SY_SCAN_SOURCE_TOO_WIDE has been introduced for the statement SCAN.

ABAP_MODIFICATION_NN Catchable Exceptions in EXPORT TO SHARED MEMORY

The exception CX_SY_EXPORT_NO_SHARED_MEMORY has been introduced for EXPORT TO SHARED MEMORY.

ABAP_MODIFICATION_NN Catchable Exceptions in PROVIDE

The exception classes CX_SY_PROVIDE_INTERVAL_OVERLAP and CX_SY_PROVIDE_TABLE_NOT_SORTED have been introduced for the new variant of the statement PROVIDE. These exceptions are not raised by the short form of PROVIDE.