DB2QISE SAP (EDM Pool Statistics) Structure details

Dictionary Type: Structure
Description: EDM Pool Statistics




ABAP Code to SELECT data from DB2QISE
Related tables to DB2QISE
Access table DB2QISE




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

DB2QISE 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 "EDM Pool Statistics" 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_DB2QISE TYPE DB2QISE.

The DB2QISE table consists of various fields, each holding specific information or linking keys about EDM Pool Statistics data available in SAP. These include QISEPAGE (Current number of pages in the EDM pool), QISECTG (Number of requests for cursor table sections), QISECTL (Number of CT sections not found in EDM pool), QISECT (Current number of pages in EDM pool used for cursor tables).. 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: Cannot Be Enhanced


SAP DB2QISE 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
QISEFAILField type numc, length 10, integer DB2NUMC10INT410DB2INT4
QISEPAGECurrent number of pages in the EDM pool DB2ISEPAGEDEC10DB2DEC10V
QISECTGNumber of requests for cursor table sections DB2ISECTGDEC10DB2DEC10V
QISECTLNumber of CT sections not found in EDM pool DB2ISECTLDEC10DB2DEC10V
QISECTCurrent number of pages in EDM pool used for cursor tables DB2ISECTDEC10DB2DEC10V
QISEFREECurrent number of free pages in the free chain DB2ISEFREEDEC10DB2DEC10V
QISEDBDCurrent number of pages in EDM pool used for DB descriptor DB2ISEDBDDEC10DB2DEC10V
QISESKCTCurrent number of pages in EDM pool used for skeleton CT DB2ISESKCTDEC10DB2DEC10V
QISEDBDGNumber of requests for database descriptor DB2ISEDBDGDEC10DB2DEC10V
QISEDBDLNumber of DB descriptors not found in EDM pool DB2ISEDBDLDEC10DB2DEC10V
QISEKTGNumber of requests for package table sections DB2ISEKTGDEC10DB2DEC10V
QISEKTLNumber of times a PT section was not found in EDM pool DB2ISEKTLDEC10DB2DEC10V
QISEKTCurrent number of pages in EDM pool used for package tables DB2ISEKTDEC10DB2DEC10V
QISESKPTCurrent number of pages in EDM pool used for skeleton PT DB2ISESKPTDEC10DB2DEC10V
QISEDSINumber of inserts into EDM pool for dynamic statement cache DB2ISEDSIDEC10DB2DEC10V
QISEDSGNumber of requests for DSC sections DB2ISEDSGDEC10DB2DEC10V
QISEDSCNumber of pages used for DSC DB2ISEDSCDEC10DB2DEC10V
QISEDFALNumber of failures because the data space is full DB2ISEDFALDEC10DB2DEC10V
QISEDPGENumber of pages in the data space used by the EDM pool DB2ISEDPGEDEC10DB2DEC10V
QISEDFRENumber of free pages in the data space free chain DB2ISEDFREDEC10DB2DEC10V
QISECPGENumber of pages in EDM statement pool Number of pages in EDM statement poolDB2ISECPGEINT410DB2INT4
QISECFRENumber of free pages in EDM statement pool Number of free pages in EDM statement poolDB2ISECFREINT410DB2INT4
QISESTMTNumber of statements in EDM pool for dynamic statement cache Number of statements in EDM pool for dynamic statement cacheDB2ISESTMTDEC10DB2DEC10V

Key field Non-key field



How do I retrieve data from SAP structure DB2QISE using ABAP code?

As DB2QISE 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 DB2QISE as there is no data to select.

How to access SAP table DB2QISE

Within an ECC or HANA version of SAP you can also view further information about DB2QISE 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!