ABAP Keyword Documentation →  ABAP − Release-Specific Changes →  Changes in Releases 4.0 and 4.5 → 

Other changes in Release 4.5A


1. SORT: New addition STABLE


2. Catchable runtime errors: New ERROR classes


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


4. EXPORT: New addition TO DATABASE/SHARED BUFFER


5. IMPORT: New addition FROM DATABASE/SHARED BUFFER


6. New addition Quickinfo g for the statement WRITE f

7. Introduction of ABAP Objects

8. Runtime Analysis



Modification 1

New addition STABLE for the statement SORT


This addition allows a stable sort of internal tables and extract datasets.



Modification 2

Catchable runtime errors: New ERROR classes


The following new ERROR classes have been introduced:

FILE_ACCESS_ERRORS

IMPORT_MISMATCH_ERRORS

LOCALIZATION_ERRORS



Modification 3

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


You can use this statement to set the clock used to measure runtime in the GET RUN TIME statement.



Modification 4

New addition for EXPORT obj1...objn TO DATABASE/SHARED BUFFER dbtab(ar) ID key:
The FROM wa addition allows you to use a 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 TO wa addition allows you to use a work area wa
instead of the table work area.



Modification 6

New addition: Quickinfo g WRITE f


This addition allows you to display field f with the Quickinfo g. The contents of g appear as an explanatory text for f whenever the mouse pointer is positioned in the display area of f.




Continue
Introducing ABAP Objects for Release 4.5
Runtime Analysis in Release 4.5