TXI_TCO43 SAP (PP-SFC order profile) Structure details

Dictionary Type: Structure
Description: PP-SFC order profile




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




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

TXI_TCO43 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "PP-SFC order profile" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TXI_TCO43 TYPE TXI_TCO43.

The TXI_TCO43 table consists of various fields, each holding specific information or linking keys about PP-SFC order profile data available in SAP. These include MANDT (Client), WERKS (Plant), CO_PRODPRF (Production Scheduling Profile), FLG_REL_CR (Indicator: Release at time of creation).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TXI_TCO43 structure 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_PRODPRFCHAR6Assigned to domainCO_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 structure TXI_TCO43 using ABAP code?

As TXI_TCO43 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TXI_TCO43 as there is no data to select.

How to access SAP table TXI_TCO43

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