DB2LOGS SAP (RFC - Active Log Shortage) Table details

Dictionary Type: Table
Description: RFC - Active Log Shortage




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




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

DB2LOGS is a standard SAP Table which is used to store RFC - Active Log Shortage data and is available within R/3 SAP systems depending on the version and release level.

The DB2LOGS table consists of various fields, each holding specific information or linking keys about RFC - Active Log Shortage data available in SAP. These include LOGSDATE (Date when the event arises), LOGSTIME (Time when the event arises), LOGSMSEC (Event time stamp (milliseconds)), LOGSDSGN (DB2/390: Data sharing group).. 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 DB2LOGS 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
LOGSSSIDDB2 subsystem ID DB2SWPSSIDCHAR4DB2CHAR04
LOGSDATEDate when the event arises DB2EVTDATSDATS8DATS
LOGSTIMETime when the event arises DB2EVTTIMSTIMS6TIME
LOGSMSECEvent time stamp (milliseconds) DB2EVTTMSCHAR6DB2CHAR06
LOGSDSGNDB2/390: Data sharing group DB2DSGNCHAR8DB2CHAR08
LOGSMEMNDB2 member name in data sharing environment DB2MEMNCHAR8DB2CHAR08
LOGSCPThe active log copy number (1 or 2) DB2LOGSCPCHAR10DB2CHAR10
LOGSPCPercentage filled of last available log DS for this log copy DB2LOGSPCCHAR10DB2CHAR10

Key field Non-key field



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

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

SELECT SINGLE *
FROM DB2LOGS
INTO CORRESPONDING FIELDS OF WA_DB2LOGS
WHERE...

How to access SAP table DB2LOGS

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