TCO43 SAP (PP-SFC Order Profile) Table details

Dictionary Type: Table
Description: PP-SFC Order Profile




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




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

TCO43 is a standard SAP Table which is used to store PP-SFC Order Profile data and is available within R/3 SAP systems depending on the version and release level.

The TCO43 table consists of various fields, each holding specific information or linking keys about PP-SFC Order Profile data available in SAP. These include WERKS (Plant), CO_PRODPRF (Production Scheduling Profile), FLG_REL_CR (Indicator: Release at time of creation), FLG_PR_REL (Indicator: Print at time of release).. 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: Can be enhanced (character-type or numeric)

Text table = TCO43T


SAP TCO43 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
CO_PRODPRFProduction Scheduling Profile CO_PRODPRFCHAR6CO_PRODPRF
FLG_REL_CRIndicator: Release at time of creation FLG_REL_CRCHAR1KREUZ
FLG_PR_RELIndicator: Print at time of release FLG_PR_RELCHAR1KREUZ
FLG_TM_RELIndicator: Schedule at time of release FLG_TM_RELCHAR1KREUZ
FLG_WM_RELWM request at time of release FLG_WM_RELCHAR1FLG_WM_REL
PROFILE_IDOverall profile for capacity leveling CY_GESPROFCHAR10TCY30CY_PROFIL
AUARTOrder type for make-to-stock CO_AUFART_PPCHAR4T003OAUFART
AUTYPOrder category AUFTYPNUMC2AUFTYP
FLG_CR_RELIndicator: Generate Control Instructions/Recipe Upon Release FLG_CR_RELCHAR1XFLAG
FLG_COM_QAIndicator to confirm available partial quantity CO_FLG_COMCHAR1XFELD
FLG_QUAN_PIndicator: No update of yield surplus CO_FLG_MEHCHAR1XFELD
FLG_QUAN_MIndicator: No update of yield deficit CO_FLG_MINCHAR1XFELD
FLG_QUAN_AAdjustment of Operation/Component Quantities to Act. Values CO_FLG_UPDCHAR1XFELD
FLG_KAP_TMFinite scheduling in the capacity availability check CY_KAPTERMCHAR1CY_KAPTERM
FLG_KAP_TBConfirm capacity of operations with available capacity CY_TBSTKZCHAR1CY_TBSTKZ
FLG_BOM_EXInd. explode BOM again on planned order conversion CO_BOM_EXPCHAR1CO_BOM_EXP
KZCLAOption to classify batches KZCLACHAR1KZCLA
XKCFCExtended classification via CFC XKCFCCHAR1XFELD
KZBCRIndicator: Automatic batch creation in the order KZBCRCHAR1KZBCR
AUTWEIndicator: Post goods receipt automatically CO_AUTWECHAR1XFELD
AUART_KDEOrder type for make-to-order production CO_AUFART_SDCHAR4T003OAUFART
AUART_PSPOrder type for engineer-to-order production CO_AUFART_PSCHAR4T003OAUFART
AUART_NOMOrder type for production orders without material CO_AUFART_NOCHAR4T003OAUFART
WM_KZTBVIndicator: Create complete transfer requirement only KZTBVCHAR1XFELDLP2
WM_KZBMGIndicator: Confirmed quantity for TR creation KZBMGCHAR1XFELDLP1
WM_KZPGIPost Goods Issue via Delivery KZPGICHAR1XFELD
FLG_DLM_CRDocuments for the material when creating order FLG_DLM_CRCHAR1KREUZ
FLG_DLM_RELDocuments for the material when releasing order FLG_DLM_RELCHAR1KREUZ
FLG_DLB_CRDocuments for the BOM when creating order FLG_DLB_CRCHAR1KREUZ
FLG_DLB_RELDocuments for the BOM when releasing order FLG_DLB_RELCHAR1KREUZ
FLG_SPLIT_BATCHAlways Create Batch Split FLG_SPLIT_BATCHCHAR1XFELD
MILL_AUART_UTAMill: Oder Type for Segmentation Order MILL_CO_AUFART_UTACHAR4T003OAUFART
WM_KZKTSOrder Realization as Kit to Stock in EWM KZKTSCHAR1XFELD
CFB_FLG_BBD_CALCRecalculate BBD when Rescheduling CFB_FLG_BBD_CALC_NEW_AT_RESCCHAR1KREUZ
CFB_FLG_BBD_BTCHCopy BBD/SLED from Process Order to Batch Master CFB_FLG_BBD_PPPI_IN_BATCHCHAR1KREUZ

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCO43
INTO CORRESPONDING FIELDS OF WA_TCO43
WHERE...

How to access SAP table TCO43

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