TCO09 SAP (CIM order: Text IDs of objects in orders) Pooled Table details

Dictionary Type: Pooled Table
Description: CIM order: Text IDs of objects in orders




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




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

TCO09 is a standard SAP Pooled Table which is used to store CIM order: Text IDs of objects in orders data and is available within R/3 SAP systems depending on the version and release level.

The TCO09 table consists of various fields, each holding specific information or linking keys about CIM order: Text IDs of objects in orders data available in SAP. These include OBJEC (Texts: Application Object), IDVOR (Text Processing ID for Standard Texts in Task Lists), LNSZE_VOR (Line Width), IDORD (Word processing ID for order header text).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TCO09 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
AUFTYOrder category AUFTYPNUMC2AUFTYP
OBJECTexts: Application Object TDOBJECTCHAR10TTXOBTDOBJECT
IDVORText Processing ID for Standard Texts in Task Lists IDVLGCHAR4TTXIDTDID
LNSZE_VORLine Width TDLINESIZENUMC3TDLINESIZE
IDORDWord processing ID for order header text IDORDCHAR4TTXIDTDID
LNSZE_ORDLine Width TDLINESIZENUMC3TDLINESIZE
IDPOSWord processing ID for operations in orders CO_IDPOSCHAR4Assigned to domainTDID
LNSZE_POSLine Width TDLINESIZENUMC3TDLINESIZE
IDKOPWord processing ID for components in orders IDKOPCHAR4TTXIDTDID
LNSZE_KOPLine Width TDLINESIZENUMC3TDLINESIZE
IDMKMWord processing ID for characteristics in orders IDMKMCHAR4TTXIDTDID
LNSZE_MKMLine Width TDLINESIZENUMC3TDLINESIZE
IDAFRWord processing ID for completion confirmations IDAFRCHAR4TTXIDTDID
LNSZE_AFRLine Width TDLINESIZENUMC3TDLINESIZE
IDSEQText processing ID for operation sequence IDSEQCHAR4TTXIDTDID
LNSZE_SEQLine Width TDLINESIZENUMC3TDLINESIZE
IDFHMText editing ID for production resources/tools IDFHMCHAR4TTXIDTDID
LNSZE_FHMLine Width TDLINESIZENUMC3TDLINESIZE
IDMSTWord processing ID for milestones IDMSTCHAR4TTXIDTDID
LNSZE_MSTLine Width TDLINESIZENUMC3TDLINESIZE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCO09
INTO CORRESPONDING FIELDS OF WA_TCO09
WHERE...

How to access SAP table TCO09

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