Data Element list used by SAP ABAP Table DBSTATDEC (Structure table call statistics with dec. fields)
SAP ABAP Table
DBSTATDEC (Structure table call statistics with dec. fields) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | BUFMODE | Buffer mode of an SAP table | ||
| 2 | DBSTATSQLT | Name of the pool or cluster | ||
| 3 | DBSTATTABN | Table name | ||
| 4 | DELCNTD | No. of DELETE attempts | ||
| 5 | DELDURD | Length of DELETE commands in milliseconds | ||
| 6 | DELEXECD | Number of EXECUTEs for DELETE commands | ||
| 7 | DELFAILD | No. of failed DELETE attempts | ||
| 8 | DELPREPD | Number of PREPAREs for DELETE commands | ||
| 9 | DELROWD | Number of deleted records in a table | ||
| 10 | DIRCNTD | Number of DIRECT READs | ||
| 11 | DIRDURD | Length of direct read commands in milliseconds | ||
| 12 | DIRFAILD | No. of failed SELECT SINGLE commands | ||
| 13 | DIRFETCHD | Number of FETCHes for direct read commands (SELECT SINGLE) | ||
| 14 | DIROPEND | Number of OPENs for direct read commands (SELECT SINGLE) | ||
| 15 | DIRPREPD | Number of PREPAREs for direct read commands (SELECT SINGLE) | ||
| 16 | GENREGIOND | No. of generic regions of a buffered table | ||
| 17 | INSCNTD | No. of INSERT attempts | ||
| 18 | INSDURD | Length of INSERT commands in milliseconds | ||
| 19 | INSEXECD | Number of EXECUTEs for INSERT commands | ||
| 20 | INSFAILD | No. of failed INSERT attempts | ||
| 21 | INSPREPD | Number of PREPAREs for INSERT commands | ||
| 22 | INSROWD | Number of new records inserted in a table | ||
| 23 | LDDURD | Length of buffer load operations in milliseconds | ||
| 24 | LDFETCHD | Number of FETCHes for buffer load operations | ||
| 25 | LDOPEND | Number of OPENs for buffer load operations | ||
| 26 | LDPREPD | Number of PREPAREs for buffer load operations | ||
| 27 | LDROWD | Number of records read at buffer load operations | ||
| 28 | PBUFDIRD | No. of direct hits in the buffer | ||
| 29 | PBUFRECSD | No. of buffered records for an object | ||
| 30 | PBUFRECSMD | Maximum no. of buffered records for an object | ||
| 31 | PBUFRESETD | No. of buffer resets | ||
| 32 | PBUFSEQD | No. of sequential buffer accesses | ||
| 33 | PBUFSIZED | Size of the buffer for an object | ||
| 34 | PBUFSIZEMD | Maximum buffer size for an object | ||
| 35 | PBUFSTATE | Status of the table in the table buffer | ||
| 36 | SEQCNTD | No. of SEQUENTIAL READs | ||
| 37 | SEQDURD | Length of the sequential read command in milliseconds | ||
| 38 | SEQFAILD | Number of failed sequential read commands | ||
| 39 | SEQFETCHD | Number of FETCHes for sequential read commands | ||
| 40 | SEQOPEND | Number of OPENs for sequential read commands | ||
| 41 | SEQPREPD | Numbe rof PREPAREs for sequential read commands | ||
| 42 | SEQROWD | Number of records read at sequential read operations | ||
| 43 | SEQ_SCAND | No. of records read with seq. acess | ||
| 44 | SQLACCESSD | Flag: Table processed via EXEC SQL? | ||
| 45 | TABTYPES | Table type (short text) | ||
| 46 | UPDCNTD | No. of UPDATE commands | ||
| 47 | UPDDURD | Length of UPDATE commands in milliseconds | ||
| 48 | UPDEXECD | Number of EXECUTEs for UPDATE commands | ||
| 49 | UPDFAILD | No. of failed update commands | ||
| 50 | UPDPREPD | Number of PREPAREs for UPDATE commands | ||
| 51 | UPDROWD | Number of Changed Records in a Table |