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