TCK05 SAP (Valuation Variants in Costing) Table details

Dictionary Type: Table
Description: Valuation Variants in Costing




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




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

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

The TCK05 table consists of various fields, each holding specific information or linking keys about Valuation Variants in Costing data available in SAP. These include BWVAR (Valuation Variant in Costing), BWSM1 (Valuation Strategy for Material Component), BWSM2 (Valuation Strategy for Material Component), BWSM3 (Valuation Strategy for Material Component).. 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 = TCK06


SAP TCK05 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
BWVARValuation Variant in Costing CK_BWVARCHAR3CK_BWVARBWV
BWSM1Valuation Strategy for Material Component CK_BWSMACHAR1CK_BWSMA
BWSM2Valuation Strategy for Material Component CK_BWSMACHAR1CK_BWSMA
BWSM3Valuation Strategy for Material Component CK_BWSMACHAR1CK_BWSMA
BWSM4Valuation Strategy for Material Component CK_BWSMACHAR1CK_BWSMA
BWSM5Valuation Strategy for Material Component CK_BWSMACHAR1CK_BWSMA
BWSE1Valuation Strategy for Internal Activities and Processes CK_BWSELCHAR1CK_BWSEL
BWSE2Valuation Strategy for Internal Activities and Processes CK_BWSELCHAR1CK_BWSEL
BWSE3Valuation Strategy for Internal Activities and Processes CK_BWSELCHAR1CK_BWSEL
MATSUBSTRAT1Substrategy for Material Valuat. with Purchasing Info Record CK_SUBSTRATCHAR1CK_PSMINF
MATSUBSTRAT2Substrategy for Material Valuat. with Purchasing Info Record CK_SUBSTRATCHAR1CK_PSMINF
MATSUBSTRAT3Substrategy for Material Valuat. with Purchasing Info Record CK_SUBSTRATCHAR1CK_PSMINF
BWMA1Material Valuation Including Additive Costs CK_BWMANCHAR1CK_BWMAN
BWMA2Material Valuation Including Additive Costs CK_BWMANCHAR1CK_BWMAN
BWMA3Material Valuation Including Additive Costs CK_BWMANCHAR1CK_BWMAN
BWMA4Material Valuation Including Additive Costs CK_BWMANCHAR1CK_BWMAN
BWMA5Material Valuation Including Additive Costs CK_BWMANCHAR1CK_BWMAN
BWSF1Valuation Strategy for Subcontracting CK_BWSFLCHAR1CK_BWSFL
BWSF2Valuation Strategy for Subcontracting CK_BWSFLCHAR1CK_BWSFL
BWSF3Valuation Strategy for Subcontracting CK_BWSFLCHAR1CK_BWSFL
BWSV1Valuation Strategy for External Processing in Operation CK_BWSVWCHAR1CK_BWSVW
BWSV2Valuation Strategy for External Processing in Operation CK_BWSVWCHAR1CK_BWSVW
BWSV3Valuation Strategy for External Processing in Operation CK_BWSVWCHAR1CK_BWSVW
BWSFHValuation Strategy for Production Resources and Tools CK_BWSFHCHAR1CK_BWSFH
KALSMCosting Sheet for Calculating Overhead CK_KALSMCHAR6T683KALSM
KALSM_RAWCosting Sheet for Applying Overhead to Raw Materials CK_KALSM_RAWCHAR6T683KALSM
ZUARTOverhead type AUFZACHAR1AUFZAOVERHEAD_TYPE
PLISQUTPlan/Actual Quota Arrangement for Subcontracting CK_PLISQUTCHAR1CK_PLISQUT
LOBEZUSOverhead on Subcontracted Materials CK_LOBEZUSCHAR1XFELD
PERTARIFScheduled Activity Price Calculation CK_PERTARICHAR1XFELD
VERSNVersion VERSNCHAR3TKA09ALPHACOVERSIKVS
CON_FIN_MPL1Price Type CK_PRICELABELCHAR3CHAR3
CON_FIN_MPL2Price Type CK_PRICELABELCHAR3CHAR3
CON_FIN_MPL3Price Type CK_PRICELABELCHAR3CHAR3
CON_FIN_MPL4Price Type CK_PRICELABELCHAR3CHAR3
CON_FIN_MPL5Price Type CK_PRICELABELCHAR3CHAR3

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCK05
INTO CORRESPONDING FIELDS OF WA_TCK05
WHERE...

How to access SAP table TCK05

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