EFGGEN SAP (Reference Fields for Development Class EEBA) Structure details

Dictionary Type: Structure
Description: Reference Fields for Development Class EEBA




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




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

EFGGEN is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Reference Fields for Development Class EEBA" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_EFGGEN TYPE EFGGEN.

The EFGGEN table consists of various fields, each holding specific information or linking keys about Reference Fields for Development Class EEBA data available in SAP. These include OKCODE (Function Code), MENUTEXT (Text for a menu option), EXIT_TYPE (Function with which editing was exited), TITLE (Window Title).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP EFGGEN structure 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
KENNZX General checkbox: X or SPACE0
OKCODEFunction Code CUA_CODECHAR20CUA_CODE
MENUTEXT Text for a menu option0
EXIT_TYPE Function with which editing was exited0
TITLE Window Title0
WMODE Processing mode0
SELECTMODE Selection mode for dialog box0
HANDLEObject identification OBJECT_IDINT410INT4
OBJTYPEObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
OBJKEYObject key SWO_TYPEIDCHAR70SWO_TYPEID
ELEMENTElement SWC_ELEMCHAR32SWC_ELEM
METHODMethod SWO_METHODCHAR32SWC_ELEM
ATTRIBAttributes SWO_ATTRIBCHAR32SWC_ELEM
EVENTEvent SWO_EVENTCHAR32SWC_ELEM
DESCRIPT Description (20 characters)0
SHORTTEXT Short text (50 characters)0
LONGTEXT Multi-purpose text field0
KEYTEXT Object key (prepared for output)0
TYPETEXT Object type (prepared for display)0
TEXTLINE Comment line in a popup0
TEXTLEN Output length of a text field0
VALUE String for value transport0
COMPONENT Component of a structure or object attribute0
ICON Name of an Icon0
ICONTEXT Container field for icons and text0
BCONTFATTR Object attribute for determining additional contact attrib.0
ACTSTAT Activation Status of Entry0
NOTELINE Lines of a note0
KEY10 Generic key: Length 100
KEY20 Generic key: Length 200
MAGIC_NAMESPC ID for internal IS-U namespace for generated objects0
MAGIC_EDIT_CNTXT Call context ID for editor step0
RNAME_SUFFIX Suffix for report name of a generated report (CCPROCED)0
STATUS Status of a customer care process0
FOPROCSTAT Front Office Process Status0
ACTVITYTXT Text for activity category0
ACTNAME Activity name for front office steps0
LONGVALUE Character string with length 40960

Key field Non-key field



How do I retrieve data from SAP structure EFGGEN using ABAP code?

As EFGGEN is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on EFGGEN as there is no data to select.

How to access SAP table EFGGEN

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