TCK01 SAP (Costing Types) Table details

Dictionary Type: Table
Description: Costing Types




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




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

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

The TCK01 table consists of various fields, each holding specific information or linking keys about Costing Types data available in SAP. These include KALKA (Costing Type), BZOBJ (Reference Object), UPDTM (Update Material), UPDTO (Update Order).. 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 or numeric)

Text table = TCK02


SAP TCK01 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 MANDTCLNT3Assigned to domainMANDT
KALKACosting Type CK_KALKACHAR2CK_KALKAKKA
BZOBJReference Object CK_OBJCHAR1TCK22CK_OBJ
UPDTMUpdate Material CK_UPDTMCHAR1CK_UPDTM
UPDTOUpdate Order CK_UPDTOCHAR1CK_UPDTO
UPDTVUpdate Sales Order/Quotation CK_UPDTVCHAR1CK_UPDTV
UPDTCUpdate to Cost Center/Activity Type CK_UPDTCCHAR1CK_UPDTC
DTKEYAdd Date to Costing Key CK_DTKEYCHAR1CK_DTKEY
VSNEXExternal Number Assignment for Costing Versions CK_VSNEXCHAR1XFELD
VSNINUse Costing Type for Product Cost Collectors CK_VSNINCHAR1XFELD
ANWERApplication: Product Costing CK_ANWERCHAR1CK_AUSWAHL
ANWEIApplication: Unit Costing CK_ANWEICHAR1CK_AUSWAHL
BVKEYInclude Valuation Variant in Key CK_BVKEYCHAR1XFELD
PRVFNPricing procedure PRVFNCHAR1PRVFN
TERIDDate Control CK_TERIDCHAR4TCK16CK_TERID
DMKEYInclude Date in Key of Additive Cost Estimate CK_DMKEYCHAR1CK_DTKEY
SCHKZTable Entry Protected Against Changes CK_SCHUETZCHAR1CK_SCHUETZ
GKSICHTView on Itemization for Overhead CK_GKSICHTNUMC2TCKH8CK_SICHT
KDFSCHDPass On Costing Sheet CK_KDFSCHDCHAR1XFELD
KDFRZUSOverhead Only for Raw Materials Assigned to Sales Order CK_KDFRZUSCHAR1XFELD
PART_VRSNPartner Version CK_PARVRSNNUMC2TCK29NUMC2
VALUATIONValuation View VALUTYPNUMC1VALUTYPVTP
KOKRS_ALL_CALCCosting Across Controlling Areas CK_KOKRS_ALL_EMBRACINGCHAR1XFELD
DEF_PRICELABELPrice Type CK_DEFAULT_PRICELABELCHAR3CHAR3
DEF_PRICE_VIEWDefault View for Price Update in Price Table CK_DEFAULT_PLABEL_VIEWNUMC2TCKH8CK_SICHT

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCK01
INTO CORRESPONDING FIELDS OF WA_TCK01
WHERE...

How to access SAP table TCK01

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