Get Example source ABAP code based on a different SAP table
News for ABAP Release 4.5 ITOC SUBNODES
ABAP_MODIFICATION_NN New Addition STABLE> for the StatementSORT>>
This addition makes stable sorts of internal tables and extract datasets> possible.
ABAP_MODIFICATION_NN New Error Classes for Catchable Runtime Errors>
The following new ERROR classes>> are supported: FILE_ACCESS_ERRORS> IMPORT_MISMATCH_ERRORS> LOCALIZATION_ERRORS>
ABAP_MODIFICATION_NN 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>>.
ABAP_MODIFICATION_NN New Addition for EXPORT>>
In 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.
ABAP_MODIFICATION_NN New Addition for IMPORT>>
In 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.
ABAP_MODIFICATION_NN New Addition QUICKINFO> for WRITE >>
This addition for WRITE f> is used to display the field f with the tooltip> g. The content of g appears as an explanatory text for f whenever the mouse pointer is positioned over f.