TCKH3 SAP (Cost Components) Table details

Dictionary Type: Table
Description: Cost Components




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




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

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

The TCKH3 table consists of various fields, each holding specific information or linking keys about Cost Components data available in SAP. These include ELEHK (Cost Component Structure - CGM and Sales/Administr. Costs), ELEMT (Cost Component Number), EL_HV (Full Costs), EL_HF (Fixed Costs).. 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)

Text table = TCKH1

Text table = TCKH1


SAP TCKH3 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
ELEHKCost Component Structure - CGM and Sales/Administr. Costs CK_ELESMHKCHAR2TCKH4CK_ELESMHKEHK
ELEMTCost Component Number CK_ELEMENTNUMC3CK_ELEMENT
EL_HVFull Costs CK_EL_HVNUMC3Assigned to domainCK_ELEMENT
EL_HFFixed Costs CK_EL_HFNUMC3Assigned to domainCK_ELEMENT
EGRUPCost Component Group CK_EL_GRUPCHAR2TCKH7CK_EL_GRUP
ZUSCHCost Component for Initial Cost Split CK_ZUSCHCHAR1XFELD
VV_GKCost Component for Sales and Administration Costs CK_VVGKCHAR1XFELD
HERKOCost Component for Cost of Goods Manufactured CK_HERKOCHAR1XFELD
BESBWCost Component Relevant for Inventory Valuation CK_BESBWCHAR1CK_GFV
INVHRCost Component for Inventory Based on Commercial Law CK_INVHRCHAR1CK_GFV
INVSRCost Component for Inventory Based on Tax Law CK_INVSRCHAR1CK_GFV
GEWZSCost Component for Transfer Price Surcharge CK_GEWZSCHAR1XFELD
WAELZIndicator for Rollup Cost Component CK_WAELZCHAR1XFELD
GEWBKCost Component for Delta Profit (Company Code) CK_GEWBKCHAR1XFELD
GEWPCCost Component for Delta Profit (Profit Center) CK_GEWPCCHAR1XFELD
EGRUP_2Cost Component Group CK_EGRUP_2CHAR2TCKH7CK_EL_GRUP

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCKH3
INTO CORRESPONDING FIELDS OF WA_TCKH3
WHERE...

How to access SAP table TCKH3

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