COKEY2 SAP (CO Key Subnumbers Enhancement Table) Table details

Dictionary Type: Table
Description: CO Key Subnumbers Enhancement Table




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




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

COKEY2 is a standard SAP Table which is used to store CO Key Subnumbers Enhancement Table data and is available within R/3 SAP systems 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. .

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

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).


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!