Skip to content

ABAP Keyword Documentation →  ABAP - Release-Specific Changes →  Changes in Releases 4.xx 

Changes in Release 4.5


1. New addition STABLE for the statement SORT


2. New ERROR classes for catchable runtime errors


3. New statement SET RUN TIME CLOCK RESOLUTION [HIGH|LOW].


4. New addition for EXPORT ... TO   DATABASE/SHARED BUFFER ...


5. New addition for IMPORT ... FROM DATABASE/SHARED BUFFER ...


6. New addition Quickinfo g for the statement WRITE f

  1. Introduction of ABAP Objects

  2. Runtime analysis

Other versions: 7.31 | 7.40 | 7.54

Modification 1

New Addition STABLE for the Statement SORT


This addition makes stable sorts of internal tables and extract datasets possible.

Modification 2

New ERROR Classes for Catchable Runtime Errors


The following new ERROR classes are supported:

FILE_ACCESS_ERRORS
IMPORT_MISMATCH_ERRORS
LOCALIZATION_ERRORS

Modification 3

New Statement SET RUN TIME CLOCK RESOLUTION [HIGH|LOW]


This statement can be used to set the clock used to measure runtime in the statement GET RUN TIME.

Modification 4

New Addition for EXPORT obj1...objn TO DATABASE/SHARED BUFFER dbtab(ar) ID key:
The addition FROM wa uses the specified work area wa
instead of the table work area.

Modification 5

New Addition for IMPORT obj1...objn FROM DATABASE/SHARED BUFFER dbtab(ar) ID key:
The addition TO wa uses the specified work area wa instead
of the table work area.

Modification 6

New Addition Quickinfo g WRITE f

This addition is used to display the field f with the tooltip g. The contents of g appear as an explanatory text for f whenever the mouse pointer is positioned over f.

Continue

Introducing ABAP Objects in Release 4.5

Runtime Analysis in Release 4.5