Data Element list used by SAP ABAP Table RSSQLDBUF_STAT (Statistics for Statements on Database Buffer)
SAP ABAP Table
RSSQLDBUF_STAT (Statistics for Statements on Database Buffer) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | DBSQL_STAT_HITS | Number of Hits | ||
| 2 | DBSQL_STAT_MAXSTMTS | Maximum Number of Statements in Cache | ||
| 3 | DBSQL_STAT_NOKEY | Statements with Table Buffer Access Without a Key | ||
| 4 | DBSQL_STAT_PRIKEY | Statements with Table Buffer Access Using Primary Key | ||
| 5 | DBSQL_STAT_REPLACEMENTS | Number of LRU Replacements from the Cache | ||
| 6 | DBSQL_STAT_REQUESTS | Number of Requests | ||
| 7 | DBSQL_STAT_SECKEY | Statements with Table Buffer Access Using Secondary Key | ||
| 8 | DBSQL_STAT_TABGENERICBUF | Number of Generically Buffered Objects in the Cache | ||
| 9 | DBSQL_STAT_TABNOTBUFFERED | Number of Non-Buffered Objects in the Cache | ||
| 10 | DBSQL_STAT_TABPARTIALBUF | Number of Partially Buffered Objects in Cache | ||
| 11 | DBSQL_STAT_TABRESIDENTBUF | Number of Fully Buffered Objects in the Cache | ||
| 12 | DBSQL_STAT_UNUSEDSTMTS | Number of unused Statements | ||
| 13 | DBSQL_STAT_USEBUFFER | Number of Statements with Table Buffer Access | ||
| 14 | DBSQL_STAT_USEDSTMTS | Number of currently used Statements | ||
| 15 | DBSQL_STAT_USEPS | Statements with Table buffer Access and Post Selection | ||
| 16 | DBSQL_STAT_WP | Work Process ID |