SAP GET RUN TIME ABEXA
Get Example source ABAP code based on a different SAP table
Runtime Measurement of Database Reads
The example demonstrates how to use the statement
ABAP_SOURCE_CODE
DEMO CL_DEMO_GET_RUN_TIME
ABAP_DESCRIPTION
In this example, the runtime of three code segments is examined:
The result shows that the offset of the runtime measurement can be neglected in this case and that reading specific columns of a table is faster than reading entire rows.