Entering content frame

Background documentation Table Hit List Locate the document in its SAP Library structure

To display the database tables or views involved in a program, choose Goto ® Object-centered hit list in the overview screen of the runtime analysis. You can call up this screen by choosing Analyze in the initial screen.

This graphic is explained in the accompanying text

 

The table hit list contains a list of the database tables accessed in the transaction, program, or function module, the number of times each was accessed, the time required for the access, and the type and development class of the table. The Buffering column indicates whether the table is buffered in the SAP System.

Note

The system counts the OPEN and CLOSE CURSOR operations that are implicitly part of SELECT statements.

If there is more than one access to a particular table, you can display a list of all accesses by double-clicking the relevant line.

 

You can also display a list of all internal tables used by choosing Goto ® Object-centered hit list ® Internal tables. Here, the system displays the memory occupied by the table and the program that calls it as well as the number of accesses and the runtime.

 

 

 

 

Leaving content frame