CFC_EVENT_FCT SAP (CFC events -> Function modules assignment) Table details

Dictionary Type: Table
Description: CFC events -> Function modules assignment




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




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

CFC_EVENT_FCT is a standard SAP Table which is used to store CFC events -> Function modules assignment data and is available within R/3 SAP systems depending on the version and release level.

The CFC_EVENT_FCT table consists of various fields, each holding specific information or linking keys about CFC events -> Function modules assignment data available in SAP. These include OBJAP (CFC: Clarification controller: Application object), EVENT (CFC: Event), FCTNAME (Function Module Name), APPLI (CFC: Application).. 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: Cannot Be Enhanced


SAP CFC_EVENT_FCT 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
CLIENTClient MANDTCLNT3T000MANDT
OBJAPCFC: Clarification controller: Application object CFC_OBJAPCHAR4CFC_APPLOBJCFC_OBJAP
EVENTCFC: Event CFC_EVENTCHAR8CFC_EVENTSCFC_EVENT
FCTNAMEFunction Module Name CFC_FNAMECHAR30TFDIRFUNCNAME
APPLICFC: Application CFC_APPLICHAR4CFC_APPLCTSCFC_APPLI
SUPERCFC: Event function module: Super indicator CFC_EVTSUPERCHAR1XFELD
XFCTACTFunction module active CFC_XFCTACTCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM CFC_EVENT_FCT
INTO CORRESPONDING FIELDS OF WA_CFC_EVENT_FCT
WHERE...

How to access SAP table CFC_EVENT_FCT

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