Checking the Runtime of Program Segments 

The ABAP Workbench provides several tools for the runtime measurement of complete application programs: SQL Trace and Runtime Analysis. For more information about these tools, see BC - ABAP Workbench: Tools.

This section shows how you can measure the runtime of specific program segments when developing ABAP programs.

For this purpose, you use the GET RUN TIME FIELD statement.

GET RUN TIME FIELD

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

Measuring the Runtime of Database Accesses