TCK31 SAP (Reference Cost Estimate) Table details

Dictionary Type: Table
Description: Reference Cost Estimate




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




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

TCK31 is a standard SAP Table which is used to store Reference Cost Estimate data and is available within R/3 SAP systems depending on the version and release level.

The TCK31 table consists of various fields, each holding specific information or linking keys about Reference Cost Estimate data available in SAP. These include REFID (Reference Variant), UEBID (Transfer Control), M_NEU (Revaluate Material Component), E_NEU (Revaluate Internal Activity Items).. 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: Not classified

Text table = TCK31T


SAP TCK31 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
REFIDReference Variant CK_REFIDNUMC2NUMC2
UEBIDTransfer Control CK_UEBIDCHAR4TCK24CK_UEBER
M_NEURevaluate Material Component CK_M_NEUCHAR1XFELD
E_NEURevaluate Internal Activity Items CK_E_NEUCHAR1XFELD
F_NEURevaluate External Activity Items CK_F_NEUCHAR1XFELD
L_NEURevaluate Subcontracting Items CK_L_NEUCHAR1XFELD
P_NEURevaluate Process Cost Items CK_P_NEUCHAR1XFELD
G_NEURecalculate Overhead Cost Items CK_G_NEUCHAR1XFELD
R_NEURevaluate Production Resources/Tools Items CK_R_NEUCHAR1XFELD
ADDI_UEBERTransfer Additive Costs from Reference Cost Estimate CK_ADDI_UEBERCHAR1XFELD
ADDI_NEURecalculate Additive Costs CK_ADDI_NEUCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCK31
INTO CORRESPONDING FIELDS OF WA_TCK31
WHERE...

How to access SAP table TCK31

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