DBCHECKDB2 SAP (Configuration of DB2/390 System Check Parameters) Table details

Dictionary Type: Table
Description: Configuration of DB2/390 System Check Parameters




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




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

DBCHECKDB2 is a standard SAP Table which is used to store Configuration of DB2/390 System Check Parameters data and is available within R/3 SAP systems depending on the version and release level.

The DBCHECKDB2 table consists of various fields, each holding specific information or linking keys about Configuration of DB2/390 System Check Parameters data available in SAP. These include DB2VERSION (Character Field Length = 10), DB2RELEASE (DB2 release), CHECKCLASS (DB2 for OS/390 check class for system check), CHECKNAME (DB2 for OS/390 DB system check - name of a 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP DBCHECKDB2 table 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
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

Key field Non-key field



How do I retrieve data from SAP table DBCHECKDB2 using ABAP code

The following ABAP code Example will allow you to do a basic selection on DBCHECKDB2 to SELECT all data from the table
DATA: WA_DBCHECKDB2 TYPE DBCHECKDB2.

SELECT SINGLE *
FROM DBCHECKDB2
INTO CORRESPONDING FIELDS OF WA_DBCHECKDB2
WHERE...

How to access SAP table DBCHECKDB2

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