| Table Name |
Name of database table, database view, or generated view that is used when the ABAP program in question is run.
In addition, you will also find the corresponding entries for DB accesses from ABAP kernel and system events.
|
| SQL Statement |
SQL statement, from which the database access results. |
| Access Type |
Specifies whether the access to the database table takes place using the Open SQL or the Native SQL database interface. |
| Executions |
Total number of executions of the SQL statement. |
| Buffered Accesses |
Total number of buffered accesses.
Identical to the total number of executions the SQL statement- if the corresponding database table is buffered.
|
| Positions |
Number of source code positions where the related SQL statement is used to access the corresponding table (view). |
| Total Time |
Total time spent for all executions of the SQL statement in microseconds (μs). |
| Buffer Settings |
These settings specify whether or not and how the relevant table is buffered - corresponding to the technical settings of the table.
If the table is buffered, the type of buffering is specified by one of the following options:
- Entirely buffered - All records of the table are loaded into the buffer when one record of the table is accessed.
- Single entries buffered - Only the records of a table that are really accessed are loaded into the buffer.
- Generically buffered - When a record of the table is accessed, all the records that have this record in the generic key fields are loaded into the buffer.
|
| Table Type |
Specifies whether the table entry is a transparent table, a (standard) view, or a generated view in the ABAP Dictionary. |
| Short Text |
Short text that has been entered for the table (view) and is displayed in the Default Language of the ABAP project. |
| Package |
ABAP package, to which the Dictionary table (view) belongs. |