TCK03 SAP (Costing Variants) Table details

Dictionary Type: Table
Description: Costing Variants




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




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

TCK03 is a standard SAP Table which is used to store Costing Variants data and is available within R/3 SAP systems depending on the version and release level.

The TCK03 table consists of various fields, each holding specific information or linking keys about Costing Variants data available in SAP. These include KLVAR (Costing Variant), KALKA (Costing Type), BWVAR (Valuation Variant in Costing), STGER (Reserved).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = TCK04


SAP TCK03 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
KLVARCosting Variant CK_KLVARCHAR4KLVARKRT
KALKACosting Type CK_KALKACHAR2TCK01CK_KALKAKKA
BWVARValuation Variant in Costing CK_BWVARCHAR3TCK05CK_BWVARBWV
STGERReserved CK_STGERCHAR1XFELD
STGEIReserved CK_STGEICHAR1XFELD
ELEHKReserve Field for Cost Component Structure CK_ELERES2CHAR2TCKH4CK_ELESMHK
ELEVVReserve Field for Cost Component Structure CK_ELERES2CHAR2TCKH4CK_ELESMHK
ELEPKReserve Field for Cost Component Structure CK_ELERES2CHAR2TCKH4CK_ELESMHK
ELEABReserve Field for Cost Component Structure CK_ELERES2CHAR2Assigned to domainCK_ELESMHK
ELESKReserve Field for Cost Component Structure CK_ELERES2CHAR2Assigned to domainCK_ELESMHK
ELESMReserve Field for Cost Component Structure CK_ELERES2CHAR2Assigned to domainCK_ELESMHK
NUMKRNumber range NUMKRCHAR2CHAR2
ORGEBOrganizational Level for Costing Variant CK_ORGANICHAR1CK_ORGANI
ONLUPUpdate Allowed CK_ONLUPDCHAR1XFELD
MANERInclude Additive Costs MANERCHAR1CK_MANER
KPROFCosting profile KPROFCHAR4KPROF
KOAKNZUsage Indicator for Cost Element in Unit Costing KK_KOAKNZCHAR1KK_KOAKNZ
WAEKNZUsage Indicator for Currencies KK_WAEKNZNUMC1KK_WAEKNZ
SCHKZTable Entry Protected Against Changes CK_SCHUETZCHAR1CK_SCHUETZ
AUFKZQuantity Structure Control in Costing CK_AUFKZCHAR4TCK19ACK_AUFKZ
FEHLSTParameters for Error Management CK_FEHLSTNUMC1CK_FEHLST
PARTNERIndicator for Partner Determination During Costing CK_PARTNERCHAR1XFELD
EINZELSIgnore Product Cost Estimate Without Quantity Structure CK_EINZELSCHAR1XFELD
ZUSDSDisplay of Overhead in Unit Costing CK_ZUSDSNUMC1CK_ZUSDS
UEBIDTransfer Control CK_UEBIDCHAR4TCK24CK_UEBER
VORAENDDefaults Can Be Changed CK_VORAENDCHAR1XFELD
LOSDRPass On Lot Size CK_LOSDRCHAR1CK_LOSDURC
SPEISCHDefault for Saving the Cost Component Split CK_SPEISCHCHAR1XFELD
SPEIKOADefault for Saving the Cost Element Itemization CK_SPEIKOACHAR1XFELD
SPEIEINDefault for Saving the Itemization CK_SPEIEINCHAR1CK_SPEIEIN
SPEIFEPDefault for Saving the Error Log CK_SPEIFEPCHAR1XFELD
SPEIVAEDefault Values for Saving Can Be Changed by User CK_SPEIVAECHAR1XFELD
BZOBJReference Object CK_OBJCHAR1TCK22CK_OBJ
UMMANKOInclude Additive Costs with Stock Transfers CK_UMMANKOCHAR1XFELD
TERIDDate Control CK_TERIDCHAR4TCK16CK_TERID
KALVARCosting Variant for Postprocessing with Unit Costing CK_KALVARCHAR4TCK03KLVAR
KALVAR_KMATCost Estimate Without Dialog for Configurable Materials CK_KALVAR_NETZCHAR4TCK03KLVAR
REFIDReference Variant CK_REFIDNUMC2TCK31NUMC2
UERBERNAHME_ERRTransfer Active Std Cost Est. if Material Costed with Errors CK_UERBERNAHME_ERRCHAR1XFELD
UEBERNAHME_ASLTransfer Cost Estimate of an Order BOM CK_UEBERNAHME_ASLCHAR1XFELD
PRFCTR_CALCCost Beyond Profit Center Boundaries CK_PRFCTR_CALCCHAR1XFELD
KLVAR_NETZPKOSVOCosting Variant for General Costs Activity CK_KLVAR_NETZPL_KOSTVORGCHAR4TCK03KLVAR
KLVAR_NETZPKOMPCosting Variant for Network Component CK_KLVAR_NETZPLKOMPCHAR4TCK03KLVAR

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCK03
INTO CORRESPONDING FIELDS OF WA_TCK03
WHERE...

How to access SAP table TCK03

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