/BDL/TASK_ATTR SAP (Mapping: Tasktype to Attributes of Job) Table details

Dictionary Type: Table
Description: Mapping: Tasktype to Attributes of Job




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




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

/BDL/TASK_ATTR is a standard SAP Table which is used to store Mapping: Tasktype to Attributes of Job data and is available within R/3 SAP systems depending on the version and release level.

The /BDL/TASK_ATTR table consists of various fields, each holding specific information or linking keys about Mapping: Tasktype to Attributes of Job data available in SAP. These include CATEGORY (Character Field of Length 12), LANGU (Language Key), TASKMODE (Single-Character Indicator), TEXT (Text (80 Characters)).. 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_ATTR 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
TASKNAME Task name0
CATEGORYCharacter Field of Length 12 CHAR12CHAR12CHAR12
LANGULanguage Key SYLANGULANG1ISOLASYLANGU
TASKMODESingle-Character Indicator CHAR1CHAR1CHAR1
TEXTText (80 Characters) TEXT80CHAR80TEXT80UEB
TASKICON Task icon0
RETRYCount parameters NUMC4NUMC4NUMC4
RETRY_PERICount parameters NUMC4NUMC4NUMC4
RETRY_UNITSingle-Character Indicator CHAR1CHAR1CHAR1
STATUSSingle-Character Indicator CHAR1CHAR1CHAR1
TIMESTAMPABAP Time Stamp ABSTAMPCHAR14TIMESTMP
FUNCMODFunction name /BDL/_FUNCCHAR30CHAR30LIB

Key field Non-key field



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

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

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

How to access SAP table /BDL/TASK_ATTR

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