LXE_COLLFC SAP (Functions to be Executed on Events in Collection Environment) Table details

Dictionary Type: Table
Description: Functions to be Executed on Events in Collection Environment




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




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

LXE_COLLFC is a standard SAP Table which is used to store Functions to be Executed on Events in Collection Environment data and is available within R/3 SAP systems depending on the version and release level.

The LXE_COLLFC table consists of various fields, each holding specific information or linking keys about Functions to be Executed on Events in Collection Environment data available in SAP. These include FUNCID (ID for the Function to be Called), FUNCTYP (Function Type of Function to be Executed), FUNCTN (Function to be Executed).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP LXE_COLLFC 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
COLLEVTEvent in Collection Environment (Translation Landscape) LXECOLLEVTCHAR8LXECOLLEVT
FUNCIDID for the Function to be Called LXEFUNCIDNUMC3LXEFUNCID
FUNCTYPFunction Type of Function to be Executed LXEFUNCTYPCHAR1LXEFUNCTYP
FUNCTNFunction to be Executed LXEFUNCTNCHAR255LXEFUNCTN

Key field Non-key field



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

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

SELECT SINGLE *
FROM LXE_COLLFC
INTO CORRESPONDING FIELDS OF WA_LXE_COLLFC
WHERE...

How to access SAP table LXE_COLLFC

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