/BDL/TASK_LOG SAP (MessageLog of SDCC task manager) Table details

Dictionary Type: Table
Description: MessageLog of SDCC task manager




ABAP Code to SELECT data from /BDL/TASK_LOG
Related tables to /BDL/TASK_LOG
Access table /BDL/TASK_LOG




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

/BDL/TASK_LOG is a standard SAP Table which is used to store MessageLog of SDCC task manager data and is available within R/3 SAP systems depending on the version and release level.

The /BDL/TASK_LOG table consists of various fields, each holding specific information or linking keys about MessageLog of SDCC task manager data available in SAP. These include TIMESTAMP (ABAP Time Stamp), SEQNO (Count parameters), TASKNAME (Character field of length 40), TASKMODE (Single-Character Indicator).. 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: Cannot Be Enhanced


SAP /BDL/TASK_LOG 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
IDCharacter Field Length = 10 CHAR10CHAR10CHAR10
TIMESTAMPABAP Time Stamp ABSTAMPCHAR14TIMESTMP
SEQNOCount parameters NUMC4NUMC4NUMC4
TASKNAMECharacter field of length 40 CHAR40CHAR40CHAR40
TASKMODESingle-Character Indicator CHAR1CHAR1CHAR1
TASKICONNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
CATEGORYCharacter Field of Length 12 CHAR12CHAR12CHAR12
SHORT_TEXTText, 40 Characters Long TEXT40CHAR40TEXT40
MSG_TYPENot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
MSG_TEXTText (100 characters) TEXT100CHAR100TEXT100
MSG_NUMBERCount parameters NUMC4NUMC4NUMC4
USERNAMEUser Name UNAMECHAR12UNAME
REPORTName of running program or report REPOCHAR40PROGNAME
REPLINECount parameters NUMC4NUMC4NUMC4

Key field Non-key field



How do I retrieve data from SAP table /BDL/TASK_LOG using ABAP code

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

SELECT SINGLE *
FROM /BDL/TASK_LOG
INTO CORRESPONDING FIELDS OF WA_/BDL/TASK_LOG
WHERE...

How to access SAP table /BDL/TASK_LOG

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