
The runtime analysis does not measure all ABAP statements and operations, but only those that are potentially expensive in CPU time.
As you can see from the following table, the runtime components that are measured still allow you to trace the most important events during a program's execution.
|
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) |