TCO11 SAP (Control table for production orders - availability check) Pooled Table details

Dictionary Type: Pooled Table
Description: Control table for production orders - availability check




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




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

TCO11 is a standard SAP Pooled Table which is used to store Control table for production orders - availability check data and is available within R/3 SAP systems depending on the version and release level.

The TCO11 table consists of various fields, each holding specific information or linking keys about Control table for production orders - availability check data available in SAP. These include WERKS (Plant), AUART (Order Type), VORGANG (Business function (for availability check)), PRUEFKZ (Indicator: No material availability check).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TCO11 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
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
AUARTOrder Type AUFARTCHAR4T003OAUFARTAAT
VORGANGBusiness function (for availability check) CO_VFVGCHAR1CO_VFVG
PRUEFKZIndicator: No material availability check CO_PRUEFKZCHAR1XFELD
PRREGChecking Rule for Availability Check PRREGCHAR2T441RPRREGPRR
FRMATRelease control for material CO_FRMATCHAR1FRMAT
CF_VPRKZIndicator: Do not check PRT availability CF_VPRKZCHAR1XFELD
CF_PRREGChecking rule for PRT availability check CF_PRREGCHAR2CF_PRREG
CF_PRFRSRelease control based on the PRT availability check CF_PRFRSCHAR1CF_PRFRS
PRARTIndicator: Check status only for material availability CO_PRARTCHAR1XFELD
VPKAPKZIndicator check capacity availability CO_VPKAPACHAR1XFELD
VPKAPPROFID of an overall profile for capacity availability check CY_KAPPROFCHAR10TCY30CY_PROFIL
VPKAPFRRelease control availability check capacities CO_FRKAPACHAR1FRCAPA
EROMATCreation control for availability check material CO_EROMATCHAR1CO_EROMAT
VPKAPEROCreation control if capacity is missing CO_EROKAPACHAR1CO_EROKAPA
CF_EROFHMCreation control when PRTs are not available CO_EROFHMCHAR1CO_EROFHM
KZAKPIndicator for type of component check KZAKPCHAR1KZAKP
ATPSAVEKZCheck material availability when saving order (network) CO_ATPSAVEKZCHAR1XFELD
FHMSAVEKZIndicator: Check PRT availability when saving order CO_FHMSAVEKZCHAR1XFELD
KAPSAVEKZIndicator: Check capacity availability when saving CO_KAPSAVEKZCHAR1XFELD
FRBATCHRelease Control for Materials Handled in Batches CO_FRBATCHCHAR1FRBATCH

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCO11
INTO CORRESPONDING FIELDS OF WA_TCO11
WHERE...

How to access SAP table TCO11

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