SAP E2COKL IDoc for cost center/activity type: Control segment Table data and field list

E2COKL 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 "IDoc for cost center/activity type: Control segment" 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_E2COKL TYPE E2COKL.

The E2COKL table consists of various fields, each holding specific information or linking keys about IDoc for cost center/activity type: Control segment data available in SAP. These include OBJNR (Object number), GJAHR (Fiscal Year), VERSN (Version), TARKZ (Price Indicator: Calculate Allocation Price)... 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. .

E2COKL structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP E2COKL structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the E2COKL table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
LEDNRLedger for Controlling objects LEDNRCHAR2ALPHALEDNR
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
VERSNVersion VERSNCHAR3Assigned to domainALPHACOVERSIKVS
TARKZPrice Indicator: Calculate Allocation Price TARKZCHAR3Assigned to domainALPHATARKZ
VKSTAAllocation Cost Element VKSTACHAR10Assigned to domainALPHAKSTAR
AUFKZIndicator for allocation of activity-independent costs AUFKZCHAR1AUFKZ
AEQUIR/2 table CHAR5CHAR5CHAR5
WSLSTValuation Type for Planned Activity WSLPLCHAR1WSWTE
WSKAPValuation Type for Capacity WSKAPCHAR1WSWTE
WSAUSValuation Type for Output WSPMLCHAR1WSWTE
WSTKGValue determination type Fixed and variable price WSTKGCHAR1WSWTE
WSTKFValue determination type Fixed price WSTKFCHAR1WSWTE
FMLSTFormula number planned activity FMLPLCHAR3FORML
FMKAPFormula no. capacity FMKAPCHAR3FORML
FMAUSFormula number Output FMPMLCHAR3FORML
FMTKGFormula number Fixed+variable price FMTKGCHAR3FORML
FMTKFFormula number Fixed price FMTKFCHAR3FORML
FCLSTDistribution Key: Plan Activity FCLSTCHAR4Assigned to domainSPRED
FCKAPDistribution Key: Capacity FCKPZCHAR4Assigned to domainSPRED
FCAUSDistribution Key Output FCAUSCHAR4Assigned to domainSPRED
FCTKGDistribution key total price FCTKGCHAR4Assigned to domainSPRED
FCTKFDistribution Key: Fixed Price FCTKFCHAR4Assigned to domainSPRED
KKARTCosting variant CO_KKARTCHAR4CO_KKARTKRT
KALNRCost Estimate Number CO_KALNRNUMC12CO_KALNR
TXFLGText indicator TXFLGCHAR1YNFLG
KVEWEUsage of the condition table KVEWECHAR1Assigned to domainKVEWEKVW
KAPPLApplication KAPPLCHAR2Assigned to domainKAPPLKAP
KALSMProcedure (Pricing, Output Control, Acct. Det., Costing,...) KALSM_DCHAR6Assigned to domainKALSM
PFSCHLPricing key PFSCHLCHAR6CHAR6
ABWCHKZIndicator for charging of variances ABWCHKZCHAR1ABWCHKZ
LLSTARInd.: Activity type is control activity type? LLSTARCHAR1XFELD
KLSTARInd.: Activity type is used in dependency for dep. costs? KLSTARCHAR1XFELD
RZLSTARActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
RZLSTField length 18 CHAR18CHAR18CHAR18
RZKAPField length 18 CHAR18CHAR18CHAR18
RZAUSField length 18 CHAR18CHAR18CHAR18
RZFKTCharacter Length 11 CHAR11CHAR11CHAR11
RZPRZCharacter Length 11 CHAR11CHAR11CHAR11
YRATEPrice Calculation with Period-Based Average Prices CO_YRATECHAR1XFELD
FIXVOPredistribution of fixed costs for acty type/bus. process CO_FIXVOCHAR1XFELD
TARKZ_IIndicator: Actual Allocation Price CO_TARKZ_ICHAR3Assigned to domainALPHATARKZ
SWSMHCost component splitting switching structure CO_SWSMHCHAR3Assigned to domainALPHACO_SWSMH
CI_KLVARCosting variant for cost component splitting COI_KLVARCHAR4Assigned to domainKLVARKRT
CI_KALNRCost estimate number - cost component splitting COI_KALNRNUMC12Assigned to domainCK_KALNR
XDELEDelete object XDELETECHAR1XFELD
LATYPActivity Type Category LATYPCHAR1LATYP
LATYPIVariant Activity Type Category for Actual Postings LATYPICHAR1LATYPI

Key field Non-key field



How do I retrieve data from SAP structure E2COKL using ABAP code?

As E2COKL 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 E2COKL as there is no data to select.

How to access SAP table E2COKL

Within an ECC or HANA version of SAP you can also view further information about E2COKL and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).