SAP COKEY2 CO Key Subnumbers Enhancement Table Table data and field list

COKEY2 is a standard SAP Table which is used to store CO Key Subnumbers Enhancement Table data in SAP systems, such as SAP R/3, S/4HANA, depending on the version and release level.

The COKEY2 table consists of various fields, each holding specific information or linking keys about CO Key Subnumbers Enhancement Table data available in SAP. These include SUBKEY2 (Exclusively Reserved Sub-Number for Encoding Public Charact.), FKBER (Functional Area), PFKBER (Partner Functional Area), GEBER (Fund)... 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. .

COKEY2 table Technical Details:

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP COKEY2 table 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 COKEY2 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
MANDTClient MANDTCLNT3T000MANDT
SUBKEY2Exclusively Reserved Sub-Number for Encoding Public Charact. EAPS_SUBNRNUMC10CO_SUBNR
FKBERFunctional Area FKBERCHAR16TFKBFKBERFBE
PFKBERPartner Functional Area SFKBERCHAR16TFKBFKBER
GEBERFund FM_FUNDCHAR10Assigned to domainBP_GEBERFIC
PGEBERPartner Fund FM_PFUNDCHAR10Assigned to domainBP_GEBERPARTNER_FUND
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
PGRANT_NBRPartner Grant GM_GRANT_PARTNERCHAR20ALPHAGM_GRANT_NBRGRANTS_GENERIC
SEGMENTSegment for Segmental Reporting FB_SEGMENTCHAR10FAGL_SEGMALPHAFB_SEGMENT
PSEGMENTPartner Segment for Segmental Reporting FB_PSEGMENTCHAR10FAGL_SEGMALPHAFB_SEGMENT
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
PBUDGET_PDFM: Partner Budget Period FM_PBUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
PRODPERProduction Month for JVA in CO PRODPERNUMC6PRODPER
SUBKEY3Subnumber 3 Encryption of Other Fields FCOM_SUBNR3NUMC10CO_SUBNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM COKEY2
INTO CORRESPONDING FIELDS OF WA_COKEY2
WHERE...

How to access SAP table COKEY2

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

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