SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
Other changes in Release 4.5A
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
New addition STABLE for the statement SORT
This addition allows a stable sort of internal tables and extract datasets.
Catchable runtime errors: New ERROR classes
The
following new ERROR classes have been introduced:
FILE_ACCESS_ERRORS
IMPORT_MISMATCH_ERRORS
LOCALIZATION_ERRORS
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.
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.
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.
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.