Measurable Components 
The runtime analysis measures the CPU time required by ABAP statements.
The following table lists the most important components and statements that are measured by the runtime analysis:
Component |
Statement |
|---|---|
Database Access |
All Open SQL statements All Native SQL statements EXPORT... TO IMPORT... FROM |
Modularization units |
MODULE PERFORM CALL FUNCTION including RFC calls CALL SCREEN and processing blocks of the Dynpro flow logic, as well as data preparation for Dynpros CALL TRANSACTION CALL DIALOG CALL METHOD SUBMIT |
ABAP Objects statements |
CALL METHOD CREATE OBJECT RAISE EVENT |
Internal table operations |
APPEND COLLECT SORT INSERT MODIFY DELETE READ TABLE LOOP |
Data Transfer |
READ DATASET TRANSFER |
Other statements |
ASSIGN EXPORT GENERATE IMPORT MESSAGE SET LOCALE SET PF-STATUS SET TITLEBAR SET SCREEN SUPPLY TO CONTEXT DEMAND FROM CONTEXT SCAN CONVERT TEXT |
Other Components |
System administration time Load operations Initialization Program Generation (GENERATE) |