DB2QWP3C SAP (DB2/OS390 Installation Parameter (Archive)) Structure details

Dictionary Type: Structure
Description: DB2/OS390 Installation Parameter (Archive)




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




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

DB2QWP3C 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 "DB2/OS390 Installation Parameter (Archive)" 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_DB2QWP3C TYPE DB2QWP3C.

The DB2QWP3C table consists of various fields, each holding specific information or linking keys about DB2/OS390 Installation Parameter (Archive) data available in SAP. These include QWP3RISP (Primary space allocation), QWP3SECS (Secondary space allocation), QWP3UNT1 (The type of device for COPY1 archive logs), QWP3RE1N (DSN prefix character string for copy-1 archive log data set).. 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 DB2QWP3C 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
QWP3BKSZThe block size of the archive log data sets DB2WP3CBKSNUMC10DB2NUMC10
QWP3RISPPrimary space allocation DB2WP3CRISNUMC10DB2NUMC10
QWP3SECSSecondary space allocation DB2WP3CSECNUMC10DB2NUMC10
QWP3UNT1The type of device for COPY1 archive logs DB2WP3CUNTCHAR10CHAR10
QWP3RE1NDSN prefix character string for copy-1 archive log data set DB2WP3CRE1CHAR20CHAR20
QWP3UNT2The type of device for COPY2 archive logs DB2WP3CUN2CHAR10CHAR10
QWP3RE2NDSN prefix character string for copy-2 archive log data set DB2WP3CRENCHAR20CHAR20
QWP3CTLGWhether the archive datasets are cataloged in the IFC DB2WP3CCTLCHAR4
QWP3UNITDevice type to which the archive log sets are written DB2WP3CUNICHAR10CHAR10
QWP3MSV1Archive copy 1 mass storage group name DB2WP3CMSVCHAR10DB2CHAR10L
SPACEALLOCThe unit used in allocating archive data sets DB2SPACCEUCHAR10CHAR10
QWP3MSV2Archive copy 2 mass storage group name DB2WP3CMS2CHAR10DB2CHAR10L
QWP3RETNNumber of days the archive log data sets are to be retained DB2WP3CRETNUMC10DB2NUMC10
QWP3DTIMIndicates whether a timestamp is inserted in log datasets DB2WP3CDTICHAR3DB2CHAR03L
QWP3MQPMaximum time for DB2 to attempt a full system quiesce DB2WP3CMQPNUMC10DB2NUMC10
QWP3ALCUThe unit used in allocating archive data sets DB2WP3CALCCHAR10DB2CHAR10L
QWP3WTORIssue WTOR Before Archive Mounts DB2WP3CWTOCHAR3DB2CHAR03L
QWP3COMPForce Data Compaction DB2WP3CCOMCHAR3DB2CHAR03L
QWP3RTCTArchive Logs RACF Protection DB2WP3CRTCCHAR3DB2CHAR03L
QWP3DTFMExtended timestamp indicator DB2WP3DTFMCHAR3DB2CHAR03L

Key field Non-key field



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

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

How to access SAP table DB2QWP3C

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