COKR1 SAP (CO Object: Control Data for Statistical Key Figures) Structure details

Dictionary Type: Structure
Description: CO Object: Control Data for Statistical Key Figures




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




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

COKR1 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 "CO Object: Control Data for Statistical Key Figures" 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_COKR1 TYPE COKR1.

The COKR1 table consists of various fields, each holding specific information or linking keys about CO Object: Control Data for Statistical Key Figures data available in SAP. These include MANDT (Client), LEDNR (Ledger for Controlling objects), OBJNR (Object number), GJAHR (Fiscal Year).. 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 COKR1 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
LEDNRLedger for Controlling objects LEDNRCHAR2ALPHALEDNR
OBJNRObject number J_OBJNRCHAR22ONR00J_OBJNRONR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
WRTTPValue Type CO_WRTTPCHAR2CO_WRTTP
VERSNVersion VERSNCHAR3TKA09ALPHACOVERSIKVS
STAGRStatistical key figure STAGRCHAR6TKA03STAGRSTA
HRKFTCO key subnumber CO_SUBKEYCHAR14Assigned to domainCO_SUBKEY
VRGNGCO Business Transaction CO_VORGANGCHAR4Assigned to domainJ_VORGANG
WSSMEValuation Type for Current Value (Stat. Key Figures) WSSMECHAR1WSWTE
WSSMAValuation Type for Maximum Value (Statistical Key Figs) WSSMACHAR1WSWTE
FMSMEFormula No. Current value (statist. ratios) FMSMECHAR3FORML
FMSMAFormula No. Maximum value (statist.ratios) FMSMACHAR3FORML
FCSMEDistribution key: Current value (stat. key figs) FCSMECHAR4T821SSPRED
FCSMADistribution key: Maximum value (stat. key figs) FCSMACHAR4T821SSPRED
TXFLGText indicator TXFLGCHAR1YNFLG
KKARTCosting variant CO_KKARTCHAR4CO_KKARTKRT
KALNRCost Estimate Number CO_KALNRNUMC12CO_KALNR
VARIANTECharacteristics for statistical base from LIS VARI_DCHAR10ALPHACO_VARI
M_PLANProcess planned values M_PLANCHAR1M_PLAN
M_ISTActual value processing M_ISTCHAR1M_IST
KSTAGRAre stat.key figs used in dependency for dependent costs? KSTAGRCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table COKR1

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