DB2QWP9 SAP (Facility Start Information (DB2 for z/OS)) Structure details

Dictionary Type: Structure
Description: Facility Start Information (DB2 for z/OS)




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




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

DB2QWP9 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 "Facility Start Information (DB2 for z/OS)" 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_DB2QWP9 TYPE DB2QWP9.

The DB2QWP9 table consists of various fields, each holding specific information or linking keys about Facility Start Information (DB2 for z/OS) data available in SAP. These include QWP9STRT (The startup option for the distributed data facility (DDF)), QWP9RYC (Number of minutes between two resynchronization intervals), QWP9CMST (Status of a DBAT), QWP9MAX1 (Maximum type 1 inactive threads allowed by DB2).. 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 DB2QWP9 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
QWP9TTOIdle thread timeout DB2WP9TTOINT25DB2SINT
QWP9STRTThe startup option for the distributed data facility (DDF) DB2WP9STRTCHAR14CHAR14
QWP9RYCNumber of minutes between two resynchronization intervals DB2WP9RYCINT25DB2SINT
QWP9CMSTStatus of a DBAT DB2WP9CMSTCHAR10CHAR10
QWP9MAX1Maximum type 1 inactive threads allowed by DB2 DB2WP9MAX1INT410DB2INT4
QWP9RLERResource limit facility error parameter DB2WP9RLERCHAR10DB2CHAR10L
QWP9RLFNSpecifies the Limit in CPU Time Service Units DB2WP9RLFNINT410DB2INT4
QWP9TCPAWhether verified conn. are accepted from TCP/IP clients DB2WP9TCPACHAR3DB2CHAR03L
QWP9TCPK TCP/IP keepalive (ZPARM: TCPKPALV)0
QWP9INAC Pool thread timeout (ZPARM: POOLINAC)0
QWP9PRSTD Disable Progressive Streaming (ZPARM PRGSTRIN)0

Key field Non-key field



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

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

How to access SAP table DB2QWP9

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