SAP NEWS-40-OTHER-40C

Get Example source ABAP code based on a different SAP table
  


SECRET
LIST

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

ABAP_MODIFICATION_1 New addition STABLE for the statement SORT

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

ABAP_MODIFICATION_2 Catchable runtime errors: New ERROR classes

The following new ERROR classes have been introduced:
FILE_ACCESS_ERRORS
IMPORT_MISMATCH_ERRORS
LOCALIZATION_ERRORS

ABAP_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.

ABAP_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.

ABAP_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.

ABAP_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.
ABAP Code Snippet