/SDF/DB6DBSNAP SAP (ILREADSversal Database: Database-Specific Snapshot) Structure details

Dictionary Type: Structure
Description: ILREADSversal Database: Database-Specific Snapshot




ABAP Code to SELECT data from /SDF/DB6DBSNAP
Related tables to /SDF/DB6DBSNAP
Access table /SDF/DB6DBSNAP




Structure field list including key, data, relationships and ABAP select examples

/SDF/DB6DBSNAP is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "ILREADSversal Database: Database-Specific Snapshot" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_/SDF/DB6DBSNAP TYPE /SDF/DB6DBSNAP.

The /SDF/DB6DBSNAP table consists of various fields, each holding specific information or linking keys about ILREADSversal Database: Database-Specific Snapshot data available in SAP. These include DBALIAS (Database alias), DBNAME (Database name), LOCKSHELD (Locks currently held), LOCKWAITS (Lock waits since connect).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP /SDF/DB6DBSNAP structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
DBPATH DB2/CS: Database path0
DBALIAS Database alias0
DBNAME Database name0
LOCKSHELD Locks currently held0
LOCKWAITS Lock waits since connect0
WAITTIME Total time waited on locks0
LISTINUSE Total lock list memory in use0
DEADLOCKS Deadlocks since connect0
LOCKESC Lock escalations since connect0
XLOCKESC Exclusive lock escalations since connect0
LOCKSWAITG Applications currently waiting on locks0
HEAP Total sort heap allocated0
SORTS Number of sorts since connect0
SORTTIME Elapsed time spent in sorts (milliseconds)0
OVERFLOWS Number of sort overflows0
ACTIVESORT Sorts currently active0
LREADS Buffer pool data logical reads since connect0
PREADS Buffer pool data reads since connect0
WRITES Buffer pool data writes since connect0
ILREADS Buffer pool index logical reads since connect0
IPREADS Buffer pool index writes since connect0
IWRITES Buffer pool index writes since connect0
READTIME Buffer pool read time since connect0
WRITETIME Buffer pool write time since conn0
CLOSEDFILE Files closed since 1st database connect0
COMMITS Number of COMMIT SQL statements since connect0
ROLLBACKS Number of ROLLBACK SQL statements since connect0
DYNAMICSQL Number of dynamic sql statements since connect0
STATICSQL Number of static SQL statements since connect0
FAILEDSQL Number of failed SQL statements since connect0
SELSQL Number of SQL select statements since connect0
DDLSQL Number of DDL statements since connect0
UIDSQL Number of update/insert/delete statements since connect0
INTREBINDS Number of auto rebinds since connect0
INTROWSDEL Number of cascade deletes since connect0
INTROWSUPD Number of set zero deletes since connect0
INTROWSINS DB2 Universal Database: Internal row inserts0
INTCOMMIT Number of internal commits since connect0
INTROLL Number of internal rollbacks since connect0
INTDROLL Number of rollbacks due to deadlocks since connect0
ROWSDEL Number of rows deleted since connect0
ROWSINS Number of rows inserted since connect0
ROWSUPD Number of rows updatad since connect0
ROWSSEL Number of rows selected since connect0
BINDPRECOM Number of binds/precompiles since connect0
DBCONNTIME Time of 1st database connection0
LASTRESET Date/Time of last reset0
LASTBACKUP Date/time of last backup0
TOTALCONS Connects since 1st database connect0
APPLCONS Applications currently connected0
APPLINDB2 Applications executing in the DB20
DBSTATUS Status of the DB2 instance0
LOCKTMOUT Number of lock timeouts since first connect0
CONNTOP High water mark for current connections0
DBHEAPTOP High water mark for database heap0
PADREADS Asynchronous pool data reads0
PADWRITES Asynchronous pool data writes0
PAIWRITES Asynchronous pool index writes0
PARTIME Total asynchronous read time0
PAWTIME Total asynchronous write time0
PADRREQS Number of asynchronous read requests0
PLSNAGPCLN Pool log space cleaners triggered0
PDPGSCLN Dirty page steal cleaner triggered0
PDPGTCLN Dirty list threshold clean triggered0
DIRREADS Direct reads since connect0
DIRWRITES Direct writes since connect0
DIRRREQS Direct read requests since connect0
DIRWREQS Direct write requests since connect0
DIRRTIME Direct read time since connect0
DIRWTIME Direct write time since connect0
LOGREADS Number of log pages read since first connect0
LOGWRITS Number of log pages read since first connect0
PKGCLOOKUP Number of section lookups0
PKGCINSERT Number of sections inserted into cache0
CATCLOOKUP Number of table descriptor lookups0
CATCINSERT Number of table descriptors inserted0
CATCOFLOWS Number of catalog cache overflows0
CATCHEAPF Number of overflows due to DB heap full0
PAIREADS DB2 Universal Database: Asynchronous pool index reads0
SECLOGUTOP DB2 Universal Database: Maximum secondary log space used0
TOTLOGUTOP DB2 Universal Database: Maximum total log space used0
SECLOGALLO DB2 Universal Database: No. of secondary log files allocated0
PDAT2ESTOR DB2 UDB: No. of pages copied from BP to extended storage0
PIDX2ESTOR DB2 UDB: # of index pages copied from BP to extended storage0
DATESTOR2P DB2 UDB: Number of data pages copied to BP from ext. storage0
IDXESTOR2P DB2 UDB: No. of index pages copied from ext. storage to BP0
PREWAITTM DB2 Universal Database: Prefetch wait time0
CATNODE DB2 Universal Database: Catalog node number0
TOTSECCONS DB2 UDB: Number of secondary connects since first connect0
NUMASSOCAG DB2 UDB: Current no. of agents associated with applications0
AGENTSTOP DB2 UDB: Max. no. of agents associated with applications0
CAGENTSTOP DB2 Universal Database: Max. number of coordinating agents0
SERVER_OS DB2 Universal Database: Operating system on server0
CATNODENAM DB2 Universal Database: Catalog node name0
APPSECLOOK DB2 Universal Database: Number of section lookups0
APPSECINS DB2 Universal Database: Number of section inserts0
BUFFPAGE Size of buffer pool in 4KB pages0
LOCKLIST Maximum size of lock list in 4KB pages0
SORTHEAP Heap size for sort list in 4KB pages0
CATCACHESZ Catalog cache size (4KB)0
PCKCACHESZ Package cache size (4KB)0
NUMIOCLNS Number of asynchronous page cleaners0
NUMIOSRVS Number of I/O servers0

Key field Non-key field



How do I retrieve data from SAP structure /SDF/DB6DBSNAP using ABAP code?

As /SDF/DB6DBSNAP is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on /SDF/DB6DBSNAP as there is no data to select.

How to access SAP table /SDF/DB6DBSNAP

Within an ECC or HANA version of SAP you can also view further information about /SDF/DB6DBSNAP and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!