COFUNC1 SAP (CO-OM-ABC: Functions in Class) Table details

Dictionary Type: Table
Description: CO-OM-ABC: Functions in Class




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




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

COFUNC1 is a standard SAP Table which is used to store CO-OM-ABC: Functions in Class data and is available within R/3 SAP systems depending on the version and release level.

The COFUNC1 table consists of various fields, each holding specific information or linking keys about CO-OM-ABC: Functions in Class data available in SAP. These include NAMESPACE (Namespace), ENVIRONMNT (Valid Environments), LOG_FUNC (Logical Function Name), LINE_TYPE (Template linetypes).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP COFUNC1 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
NAMESPACENamespace NAMESPACECHAR10Assigned to domainNAMESPACENAMESPACE
ENVIRONMNTValid Environments ABC_CLASSCHAR3COTPLCLASSCOTPL_CLASSTPC
LOG_FUNCLogical Function Name FUNCLOGCHAR30COFUNC2FUNCNAME
LINE_TYPETemplate linetypes ABC_POSTYPCHAR1ABC_POSTYP
EDITORTYPEABC: Formula Editor Type ABC_ETYPECHAR1ABC_ETYPE
TPLCOLCO-ABC: Template Column ABC_TPLCOLCHAR1ABC_TPLCOL
SUB_ENVIRCO-OM-ABC: Item Validity Area ABC_SUBENVCHAR5ABC_SUBENV
REF_TABLECO-OM-ABC: Reference Table for Flexible Functions ABC_RTABLECHAR30ABC_AS4TAB
UT_OBJECTABC: Editor Area for Object Rows ABC_AR_OBJCHAR5ABC_FLD_AR
UT_CPLINEABC: Editor Area for Calculation Rows ABC_AR_CMPCHAR5ABC_FLD_AR
UT_CPLXFCTABC: Editor Area for Flexible Functions ABC_AR_FCTCHAR5ABC_FLD_AR
UT_POS4CO-OM-ABC: Editor Area for Item 4 ABC_AR_P4CHAR5ABC_FLD_AR
UT_POS5CO-OM-ABC: Editor Area, Item 5 ABC_AR_P5CHAR5ABC_FLD_AR

Key field Non-key field



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

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

SELECT SINGLE *
FROM COFUNC1
INTO CORRESPONDING FIELDS OF WA_COFUNC1
WHERE...

How to access SAP table COFUNC1

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