Get Example source ABAP code based on a different SAP table
Runtime Analysis in ABAP Release 4.0 ITOC
ABAP_MODIFICATION_NN Measuring Specific Units>
New keywords or the System> menu can be used to measure various program units. Each unit is available under the menu option Runtime Analysis on>. The individual units measured are available under Runtime Analysis>. The overview screen specifies the total time (as if the complete program had been measured). The overview screen for a specific unit can be displayed by double-clicking Runtime Analysis On> in the hierarchy.
Static Activation of Runtime Measurement using the keywords SET RUN TIME ANALYZER ON> and SET RUN TIME ANALYZER OFF>.
Dynamically Activatable Runtime Measurement using System -> Utilities -> Runtime analysis -> Activate> and System -> Utilities -> Runtime Analysis -> Deactivate> or transaction /RON> and /ROFF>. See development request 92212.
ABAP_MODIFICATION_NN Transferring the Performance Data File from or to a Local File>
The following is possible:
To local file A performance data file can be transferred to a local file and retrieved later. It is therefore now possible to save performance data files.
From local file A performance data file transferred to a local file can be retrieved from this local file. The user must ensure that the local file is deleted at operating system level if it is no longer required.
ABAP_MODIFICATION_NN Testing a Function Module within Runtime Analysis>
Function modules can now be tested with Runtime Analysis.
ABAP_MODIFICATION_NN New Statements for ABAP Objects>
For ABAP Objects, the following new statements are measured: CALL METHOD>, RAISE EVENT> and CREATE OBJECT>
ABAP_MODIFICATION_NN Additional Statements for Internal Tables>
The following statements for internal tables can be measured: SORT, COLLECT, APPEND, INSERT, MODIFY, DELETE, READ TABLE.>
ABAP_MODIFICATION_NN Additional Option with memory management > During Execution>
If the With memory management> button is selected, the following are measured:
Memory: <(>(Re-)allocate<)>, release
Using the data and data control blocks
PXA>>: find, create
Dynpro> synchronization
ABAP_MODIFICATION_NN Improvements in the Table Hit List>
The following improvements were made:
Navigation to table definition The table definition in the repository> can be displayed by double-clicking the table name.
The development class (package) for each table is displayed in a separate column
ABAP_MODIFICATION_NN Increase of Profile Parameterabap/atrasizequota>>
In the standard setting, profile parameter abap/atrasizequota>> is now set to 30 MB> rather than 10 MB>.