ETP_TASKS SAP (Easy Task Planning: Tasks) Table details

Dictionary Type: Table
Description: Easy Task Planning: Tasks




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




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

ETP_TASKS is a standard SAP Table which is used to store Easy Task Planning: Tasks data and is available within R/3 SAP systems depending on the version and release level.

The ETP_TASKS table consists of various fields, each holding specific information or linking keys about Easy Task Planning: Tasks data available in SAP. These include NUMB (Task Number), SUBNUMB (Sub task number), SUBJECT (Task Short Text), DATE_START (Field of type DATS).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP ETP_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
MANDTClient MANDTCLNT3Assigned to domainMANDT
NUMBTask Number ETP_NUMBCHAR12ETP_NUM
SUBNUMBSub task number ETP_SUBNUMBCHAR12ETP_NUM
SUBJECTTask Short Text ETP_SUBJECTCHAR60ETP_SUBJECT
DATE_STARTField of type DATS DATSDATS8DATS
DATE_ENDField of type DATS DATSDATS8DATS
SUPERVISORTask Supervisor ETP_SUPERVISORCHAR12ETP_PERS
RESPONSIBLEPerson Responsible for Task ETP_RESPONSIBLECHAR12ETP_PERS
STATUSTask Status ETP_STATUSNUMC1ETP_STATUS
FEEDBACKDATEField of type DATS DATSDATS8DATS
DAYS_NEEDED2 byte integer (signed) INT2INT25INT2
CUSTOMER128 character CHAR128CHAR128CHAR128
LOCATION128 character CHAR128CHAR128CHAR128
COUNTRYCountry Key LAND1_GPCHAR3Assigned to domainLAND1C_LAND1
PUBLISHGeneral Flag FLAGCHAR1FLAG
PERCENT2 byte integer (signed) INT2INT25INT2
DAT_CREATEField of type DATS DATSDATS8DATS
DAT_CHANGEField of type DATS DATSDATS8DATS
ADD_TABLEName of ABAP Dictionary Object DDOBJNAMECHAR30DDOBJNAMEDOB

Key field Non-key field



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

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

SELECT SINGLE *
FROM ETP_TASKS
INTO CORRESPONDING FIELDS OF WA_ETP_TASKS
WHERE...

How to access SAP table ETP_TASKS

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