RKCOKRC SAP (Fields to link statistical base to object (dynpro 3000)) Structure details

Dictionary Type: Structure
Description: Fields to link statistical base to object (dynpro 3000)




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




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

RKCOKRC 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 "Fields to link statistical base to object (dynpro 3000)" 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_RKCOKRC TYPE RKCOKRC.

The RKCOKRC table consists of various fields, each holding specific information or linking keys about Fields to link statistical base to object (dynpro 3000) data available in SAP. These include LEDNR (Ledger for Controlling objects), OBJNR (Object number), GJAHR (Fiscal Year), WRTTP (Value type when assigning stat. bases to object).. 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 RKCOKRC 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 MANDTCLNT3Assigned to domainMANDT
LEDNRLedger for Controlling objects LEDNRCHAR2ALPHALEDNR
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
WRTTPValue type when assigning stat. bases to object SK_WRTTPNUMC2SK_WRTTP
VERSNVersion VERSNCHAR3TKA09ALPHACOVERSIKVS
STAGRStatistical key figure STAGRCHAR6Assigned to domainSTAGRSTA
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 SPREDCHAR4T821SSPREDGSP
FCSMADistribution Key SPREDCHAR4T821SSPREDGSP
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
S_BEZEIName of statistical base S_BEZEICHAR40TEXT40
O_BEZEIName O_BEZEICHAR40TEXT40
O_TYPEType of reference object (e.g. cost center, process) O_TYPECHAR18TEXT18
ACTAction, maintain 'C', display 'S' TKACTCHAR1CHAR1
OBARTObject Type J_OBARTCHAR2J_OBART
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
VTEXTVariant text V_TEXTCHAR60V_TEXT
OBJLENOutput Length OUTPUTLENNUMC6DDLENG
VERSNTXTVersion description VSTEXTCHAR40TEXT40VS3
KOKRSTXTName of the controlling area BEZEICHAR25TEXT25
O_TEXTName O_BEZEICHAR40TEXT40
REF_FIELDField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
REF_DATELDocumentation Object DOKU_OBJCHAR60DOKU_OBJ
WERT_FLAGIndicator if values have been posted for statistical base WERT_FLAGCHAR1CHAR1
D_STRUCTGenerated DDIC table for LIS, conditions, messages GSTRUCHAR30Assigned to domainAS4TAB
LSTARTXTGeneral Name KTEXTCHAR20TEXT20

Key field Non-key field



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

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

How to access SAP table RKCOKRC

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