Skip to content

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

Runtime Analysis in Release 4.0


1. Measuring specific units

2. Transferring the performance data file from/to a local file

3. Testing a function module within runtime analysis

4. New statements for ABAP Objects

5. Additional statements for internal tables

6. Additional option With memory management during execution

7. Enhancements in the table hit list

8. Increase of profile parameter abap/atrasizequota
9. User interface changes

Other versions: 7.31 | 7.40 | 7.54

Modification 1

Runtime

Analysis OnRuntime Analysis On

  • Static activation of runtime measurement
    using the keywords SET RUN TIME ANALYZER ON and SET RUN TIME ANALYZER OFF.
  • Dynamic activation of runtime measurement via System → Utilities → Runtime analysis → Switch off or using the function code /RON und /ROFF.
    For further information refer to development request 92212.

Modification 2

Transferring the performance data file from/to a local file

  • To local file

    You can transfer a performance data file to a local file and retrieve it later. It is thus 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.

Modification 3

Testing a function module within runtime analysis

Modification 4

New statements for ABAP Objects

Within ABAP Objects the following new statements are measured: CALL METHOD, RAISE EVENT and CREATE OBJECT

Modification 5

Additional statements for internal tables

The following statements for internal tables can be measured:

SORT, COLLECT, APPEND, INSERT, MODIFY, DELETE, READ TABLE.

Modification 6

With memory managementWith memory management

  • Memory: (Re-)allocate, release
  • Transfer of data and data control blocks
  • PXA: find, generate
  • Screen synchronization

Modification 7

Enhancements in the table hit list

  • Navigation to table definition
    To go to the table definition in the repository, double-click on the table name.
  • The development class (package) for each table is displayed in a separate column

Modification 8

Increase of profile parameter abap/atrasizequota

The profile parameter abap/atrasizequota now defaults to 30 MB (no longer to 10 MB).

Modification 9

Interface changes

  • Runtime analysis Transfer file
  • To local file...
  • From local file...
  • Utilities Display table