TCX0L SAP (Scheduling long term planning: Levels and control parameters) Table details

Dictionary Type: Table
Description: Scheduling long term planning: Levels and control parameters




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




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

TCX0L is a standard SAP Table which is used to store Scheduling long term planning: Levels and control parameters data and is available within R/3 SAP systems depending on the version and release level.

The TCX0L table consists of various fields, each holding specific information or linking keys about Scheduling long term planning: Levels and control parameters data available in SAP. These include WERKS (Plant), AUFTG (Order group for capacity planning), AUFTA (Order type in capacity planning), VAGRP (Production Supervisor).. 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)


SAP TCX0L 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
AUFTGOrder group for capacity planning AUFTGCHAR2AUFTG
AUFTAOrder type in capacity planning AUFTACHAR4AUFTA
VAGRPProduction Supervisor FEVORCHAR3T024FFEVORCFV
PLSCNPlanning Scenario of Long-Term Planning PLSCNNUMC3PLSCPLSCNPLS
SCHED_TYPEScheduling level SCHED_TYPECHAR1SCHED_TYPE
APLS1_LTPSelection ID for routing (long term planning) APLS1_LTPCHAR2TCA43CP_SEL_ID
KAPK1_LTPCreate capacity requirements (long term planning) KAPKX_LTPCHAR1XFELD
TERM1_LTPLead time scheduling (long term planning) TERMX_LTPCHAR1XFELD
DADJ2Adjust dates in lead time scheduling DADJ2CHAR1DADJ2
DADJ3Adjusting dates when dispatching planned orders DADJ3CHAR1DADJ3
TERMKZScheduling type TERMKZCHAR1T482TERART
STVERGMaximum number of days start date can be in the past STVERGNUMC3STVERG
MATFRUEHLatest date for material staging LAGE_FRCHAR1LAGE_FR
BREAKSIndicator: Scheduling allowing for breaks BREAKSCHAR1XFELD
PROD_DATESScheduling based on production dates PROD_DATESCHAR1XFELD
REDST_MAXMaximum reduction level REDST_MAXNUMC1REDST_MAX
REDVS_S1Red. of floats before and after production (%) REDVS_S1DEC3CX_RPROZ
REDVS_S2Reduction level 2: Red. of floats bef./after prod. (in %) REDVS_S2DEC3CX_RPROZ
REDVS_S3Reduction level 3: Red. of floats bef./aft. prod. (in %) REDVS_S3DEC3CX_RPROZ
REDVS_S4Reduction level 4: Red. of floats bef./aft. prod. (in %) REDVS_S4DEC3CX_RPROZ
REDVS_S5Reduction level 5: Red. of floats bef./aft. prod. (in %) REDVS_S5DEC3CX_RPROZ
REDVS_S6Reduction level 6: Red. of floats bef./aft. prod. (in %) REDVS_S6DEC3CX_RPROZ

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCX0L
INTO CORRESPONDING FIELDS OF WA_TCX0L
WHERE...

How to access SAP table TCX0L

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