DB2_SHOW_SYSTEM_PARM_LONG SAP (Output Structure for Dynpro 0100 of Program RSDB2CKRD) Structure details

Dictionary Type: Structure
Description: Output Structure for Dynpro 0100 of Program RSDB2CKRD




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




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

DB2_SHOW_SYSTEM_PARM_LONG 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 "Output Structure for Dynpro 0100 of Program RSDB2CKRD" 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_DB2_SHOW_SYSTEM_PARM_LONG TYPE DB2_SHOW_SYSTEM_PARM_LONG.

The DB2_SHOW_SYSTEM_PARM_LONG table consists of various fields, each holding specific information or linking keys about Output Structure for Dynpro 0100 of Program RSDB2CKRD data available in SAP. These include CHECKDATE (DB2 for OS/390: Date of the check), CHECKTIME (DB2 for OS/390: Time of the check), CHECKTYPE (Type of Check for DB2 Installation Parameter(s) Check), RESULT (Result of DB2 Installation Parameter Check).. 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 DB2_SHOW_SYSTEM_PARM_LONG 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
CHECKDATEDB2 for OS/390: Date of the check DB2CHKDATEDATS8DATUM
CHECKTIMEDB2 for OS/390: Time of the check DB2CHKTIMETIMS6TIMES
CHECKTYPEType of Check for DB2 Installation Parameter(s) Check DB2CHKTEXTCHAR20CHAR20
RESULTResult of DB2 Installation Parameter Check DB2CHKRSLTCHAR10CHAR10
SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
SAPRLRelease of SAP System SYSAPRLCHAR4SYCHAR04
OPSYSOperating System of Application Server SYOPSYSCHAR10SYOPSYS
KERNELRLKernel Release SYKERNRLCHAR4SYCHAR04
PATCHLVLDB2 for OS/390: Kernel patch level DB2PATCHLVINT410
DB2SYSCentral Database System SYDBSYSCHAR10SYCHAR10
DB2VERSIONCharacter Field Length = 10 CHAR10CHAR10CHAR10
DB2RELEASEDB2 release DB2RELEASECHAR10CHAR10
CHECKCLASSDB2 for OS/390 check class for system check DB2CKCLASSCHAR4DB2CKCLASS
CHECKNAMEDB2 for OS/390 DB system check - name of a check DB2CHKNAMECHAR50CHAR50
CHECKSEQUENCENumeric 1-character NUM1NUMC1NUM1
MODUSERNormal SAP user or special user '#SAP#' CKMOD_USERCHAR12CHAR12
MODDATEDate of last modification DB2MODDATEDATS8DATUM
MODTIMETime of last modification DB2MODTIMETIMS6TIMES
ACTIVEActivation Indicator for Check Condition CHKACTIVCHAR1CHKACTIVE
MODFLAGDB2/OS390: Shows if check in DB system check can be modified DB2MODFLGCHAR1CHAR1
SEVERITYDB2 for OS/390: Severity of error detected DB2CHKSEVCHAR1DB2CHKSEV
PARAMDB2 for OS/390: Paramter to be checked in DB system check DB2PARAMCHAR50CHAR50
PARAM_UNITUnit of Check Value CHKUNITCHAR1CHKUNIT
OPERATORDB2 for OS/390: check operator (system check) DB2CKOPCHAR2DB2CKOP
CHECKVALUE_R3DB2 for OS/390: Parameter value in DB system check DB2CHKVALCHAR50CHAR50
CHECKVALUEDB2 for OS/390: Parameter value in DB system check DB2CHKVALCHAR50CHAR50
CHECKVALUE_BWDB2 for OS/390: Parameter value in DB system check DB2CHKVALCHAR50CHAR50
CHECK_UNITUnit of Check Value CHKUNITCHAR1CHKUNIT
ISNUMERIC'X' if parameter is numeric, ' ' otherwise DB2NUMERICCHAR1AS4FLAG
ERRORTXTDB2 OS/390: Description of error reported by DB system check DB2CHKDESCCHAR80CHAR80
CORRTXTDB2 OS/390: corrective action for error in DB system check DB2CHKCORRCHAR80CHAR80
CHECKTEXTInfotype Name ITEXTCHAR25TEXT25
PARM_CHECKSNo of Checked DB2 Installation Parameters DB2PARMCHKNUMC5NUMC05
ERRORSNo of Checked DB2 Installation Parameters with Error DB2PARMERRNUMC5NUMC05
WARNINGSNo of Checked DB2 Installation Parameters DB2PARMWARNUMC5NUMC05
OKAYSNo of Successfully Checked DB2 Installation Parameters DB2PARMOKNUMC5NUMC05
NOT_CHECKEDNo of unchecked DB2 Installation Parameters DB2PARMNOCHKNUMC5NUMC05

Key field Non-key field



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

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

How to access SAP table DB2_SHOW_SYSTEM_PARM_LONG

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