/BDL/TASKS SAP (Control Table of Task Manager) Table details

Dictionary Type: Table
Description: Control Table of Task Manager




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




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

/BDL/TASKS is a standard SAP Table which is used to store Control Table of Task Manager data and is available within R/3 SAP systems depending on the version and release level.

The /BDL/TASKS table consists of various fields, each holding specific information or linking keys about Control Table of Task Manager data available in SAP. These include TASKNAME (Character field of length 40), TASKMODE (Single-Character Indicator), TASKICON (Not More Closely Defined Area, Possibly Used for Patchlevels), SHORT_TEXT (Text, 40 Characters Long).. 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/TASKS 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
TASKNAMECharacter field of length 40 CHAR40CHAR40CHAR40
TASKMODESingle-Character Indicator CHAR1CHAR1CHAR1
TASKICONNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
SHORT_TEXTText, 40 Characters Long TEXT40CHAR40TEXT40
LONG_TEXTText (80 Characters) TEXT80CHAR80TEXT80UEB
ICON_1Not More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
ICON_2Not More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
ICON_3Not More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
ICON_4Not More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
ICON_5Not More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
ICON_6Not More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
ICON_7Not More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
ICON_8Not More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
ICON_9Not More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
ICON_10Not More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
STATUSSingle-Character Indicator CHAR1CHAR1CHAR1
PLANTIMEABAP Time Stamp ABSTAMPCHAR14TIMESTMP
REQ_BYUser Name UNAMECHAR12UNAME
REQ_SIDName of SAP System SYSYSIDCHAR8SYCHAR08
REQ_DESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
REQ_INSTALL_NO10 digit number NUM10NUMC10NUM10
CATEGORYCharacter Field of Length 12 CHAR12CHAR12CHAR12
JOBNAMEBackground job name BTCJOBCHAR32CHAR32
JOBCOUNTJob ID BTCJOBCNTCHAR8CHAR8
NO_TRIESFour-digit number NUM4NUMC4NUM04
CREATED_BYUser Name UNAMECHAR12UNAME
CHANGED_BYUser Name UNAMECHAR12UNAME
CREATEDABAP Time Stamp ABSTAMPCHAR14TIMESTMP
CHANGEDABAP Time Stamp ABSTAMPCHAR14TIMESTMP

Key field Non-key field



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

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

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

How to access SAP table /BDL/TASKS

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