Skip to content

ABAP Keyword Documentation →  ABAP - Release-Specific Changes →  Changes in Releases 7.5x →  Changes in Release 7.52 

Data Clusters in Release 7.52


1. New catchable exceptions

Other versions: 7.31 | 7.40 | 7.54

Modification 1

New Catchable Exceptions

The following exceptions in IMPORT were previously non-catchable but are now assigned to the exception class CX_SY_IMPORT_FORMAT_ERROR and hence can be handled:

  • CONNE_ILLEGAL_TRANSPORT_HEADER
  • CONNE_ILLEGAL_TRANSPORT_VERS
  • CONNE_COMPRESS_FLAG_INVALID
  • CONNE_CONTAINER_TOO_SHORT
  • CONNE_DESCRIPTION_FLAG_INVALID
  • CONVERSION_CODEPAGE_UNKNOWN
  • IMPORT_DESCR_ENDMARK_MISSING
  • IMPORT_UNEXPECTED_END_OF_DATA
  • IMPORT_CONTAINER_MISSING
  • IMPORT_FROM_DATA_BUFFER_EMPTY is now also IMPORT_CONTAINER_MISSING
  • IMPORT_FROM_INTTABLE_EMPTY is now also IMPORT_CONTAINER_MISSING
  • IMPORT_CONTAINER_MISSING
  • IMPORT_DECOMPRESS_FAILED
  • IMPORT_OBJECT_DESTROYED