Entering content frameChecking the Runtime of Program Segments Locate the document in its SAP Library structure

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 Structure link 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

 

 

 

 

Leaving content frame