TXI_TCK03 SAP (Costing Variants) Structure details

Dictionary Type: Structure
Description: Costing Variants




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




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

TXI_TCK03 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Costing Variants" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TXI_TCK03 TYPE TXI_TCK03.

The TXI_TCK03 table consists of various fields, each holding specific information or linking keys about Costing Variants data available in SAP. These include MANDT (Client), KLVAR (Costing Variant), KALKA (Costing Type), BWVAR (Valuation Variant in Costing).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TXI_TCK03 structure 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_KLVARCHAR4Assigned to domainKLVARKRT
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 structure TXI_TCK03 using ABAP code?

As TXI_TCK03 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TXI_TCK03 as there is no data to select.

How to access SAP table TXI_TCK03

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