Checking the Runtime of Program Segments

The ABAP Development Workbench provides several tools for the runtime measurement of complete application programs namely SQL Trace’ and ‘Runtime Analysis’. For more information about these tools, please read the documentation BC - ABAP Workbench: Tools.

This section shows, how you can measure the runtime of specific program segments during the development of ABAP programs.

To do so, you use the GET RUN TIME FIELD statement.

GET RUN TIME FIELD

The following topic shows an example for the runtime of database accesses.

Measuring the Runtime of Database Accesses