DBMSGDB2 SAP (DB2/390 System Check Messages) Table details

Dictionary Type: Table
Description: DB2/390 System Check Messages




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




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

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

The DBMSGDB2 table consists of various fields, each holding specific information or linking keys about DB2/390 System Check Messages data available in SAP. These include CHECKNAME (DB2 for OS/390 DB system check - name of a check), CHKDATE (DB2 for OS/390: Date of the check), CHKTIME (DB2 for OS/390: Time of the check), ERRNO (DB2 for OS/390: Number of error reported by DB system 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP DBMSGDB2 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
CHECKCLASSDB2 for OS/390 check class for system check DB2CKCLASSCHAR4DB2CKCLASS
CHECKNAMEDB2 for OS/390 DB system check - name of a check DB2CHKNAMECHAR50CHAR50
CHKDATEDB2 for OS/390: Date of the check DB2CHKDATEDATS8DATUM
CHKTIMEDB2 for OS/390: Time of the check DB2CHKTIMETIMS6TIMES
ERRNODB2 for OS/390: Number of error reported by DB system check DB2ERRNONUMC5NUMC05
OBJECTTYPEDB2 for OS/390: Type of object checked in DB system check DB2CHKOBJCHAR4DB2CHKOBJ
OBJQUAL1DB2 for OS/390: Qualifier of check object DB2CHKQUALCHAR50CHAR50
OBJQUAL2DB2 for OS/390: Qualifier of check object DB2CHKQUALCHAR50CHAR50
CURRVALUE 0
OPERATORDB2 for OS/390: check operator (system check) DB2CKOPCHAR2DB2CKOP
CHECKVALUEDB2 for OS/390: Parameter value in DB system check DB2CHKVAL_RECCHAR50CHAR50
UNITUnit of Check Value CHKUNITCHAR1CHKUNIT
SEVERITYDB2 for OS/390: Severity of error detected DB2CHKSEVCHAR1DB2CHKSEV
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 DBMSGDB2 using ABAP code

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

SELECT SINGLE *
FROM DBMSGDB2
INTO CORRESPONDING FIELDS OF WA_DBMSGDB2
WHERE...

How to access SAP table DBMSGDB2

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