
The individual columns in a table buffer trace record are as follows:
In the Trace List
|
Duration |
By default, the Duration column contains the execution time for all summarized fetch statements. Summarized fetch statements are indicated by the Statements column. This column displays the sum of the fetch statements and the average duration of a fetch statement in microseconds. |
|
Object Name |
Table name |
|
Oper |
Displays the function executed on the buffer for the specified table. |
|
Rec |
Number of records read. If the fetch statements are displayed summarized, the number of read records is also displayed summarized. |
|
RC |
Function executed correctly No record found (record number is 0) Table buffer access (buffer types R and P): Record not available Buffer types S, C, O, and M: An object was inserted 1024 Record not in buffer. Loading buffer |
|
Statement |
When accessing buffered tables or structures, the following are displayed - depending on the operation and buffer type: Type of buffering .G - generically buffered .P - individual table records buffered .R - table fully buffered .S - export/import buffering .C - CUA buffer .O - OTR buffer .E - EMS buffer (export/import to shared memory) Length of the key used to access the buffered table or structure The key value with which the buffered table or structure is accessed (In some cases) the length of the buffered object For a FETCH operation, the summarized display shows the number of summarized fetches and the average duration of a fetch in milliseconds.microseconds. If the maximum fetch duration is exceeded, the pattern >999999.9 is displayed. If the fetches are not displayed summarized, this column does not contain any additional information. For a CLOSE operation, no more information is displayed. In the case of the export/import buffer trace, characterized by the operations LOAD, RETRIEVE, and INVALIDATE, the length of the object is also displayed. |
In the Detailed Trace List
|
hh:mm:ss.ms |
Execution time of the table buffer call in the format hours:minutes:seconds.milliseconds |
|
Program |
Name of the ABAP program that triggered the table buffer call |
|
Curs |
Not filled |
|
Array |
Not filled |
For further analysis, use the Detailed Display of Table Buffer Trace Records.