TCA09 SAP (Task list applications) Pooled Table details

Dictionary Type: Pooled Table
Description: Task list applications




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




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

TCA09 is a standard SAP Pooled Table which is used to store Task list applications data and is available within R/3 SAP systems depending on the version and release level.

The TCA09 table consists of various fields, each holding specific information or linking keys about Task list applications data available in SAP. These include PLNAW (Application of the task list), OBJSUB (Text processing object for task list to be copied), IDSUB (Text processing ID for copied task list), OBJALT (Text processing object for header).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = TCA9T


SAP TCA09 pooled 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 MANDTCLNT3T000MANDT
PLNAWApplication of the task list PLNAWCHAR1PLNAW
OBJSUBText processing object for task list to be copied OBJSUB_DCHAR10TTXOBTDOBJECT
IDSUBText processing ID for copied task list IDSUBCHAR4TTXIDTDID
OBJALTText processing object for header OBJALTCHAR10TTXOBTDOBJECT
IDALTText processing ID for task lists of a group IDALTCHAR4TTXIDTDID
OBJSEQObject for editing text for task list sequence OBJSEQCHAR10TTXOBTDOBJECT
IDSEQText processing ID for operation sequence IDSEQCHAR4TTXIDTDID
OBJOPRText processing object for operation or network activity OBJOPRCHAR10TTXOBTDOBJECT
IDOPRText processing ID for operation IDOPRCHAR4TTXIDTDID
OBJFHMWord processing object for production resources/tools OBJFHMCHAR10TTXOBTDOBJECT
IDFHMText editing ID for production resources/tools IDFHMCHAR4TTXIDTDID
CLASSGrouping type for object overview versions LCLASCHAR4Assigned to domainLCLAS
LINESIZELine Width TDLINESIZENUMC3TDLINESIZE
OBJPHASText processing object for phase OBJPHASCHAR10TTXOBTDOBJECT
IDPHASText processing ID phase/TOP IDPHASCHAR4TTXIDTDID
OBJFEATText processing object for proc. inst. OBJFEATCHAR10TTXOBTDOBJECT
IDFEATText processing ID for process instructions IDFEATCHAR4TTXIDTDID
OBJMSTData processing object: Milestone OBJMSTCHAR10TTXOBTDOBJECT
IDMSTWord processing ID for milestones IDMSTCHAR4TTXIDTDID
OBJFEAVText processing object for PI characteristic OBJFEAVCHAR10TTXOBTDOBJECT
IDFEAVPI characteristic text processing ID IDFEAVCHAR4TTXIDTDID

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCA09
INTO CORRESPONDING FIELDS OF WA_TCA09
WHERE...

How to access SAP table TCA09

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