EWXGEN SAP (Reference Fields for Development Class EEOB) Structure details

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




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




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

EWXGEN 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 EEOB" 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_EWXGEN TYPE EWXGEN.

The EWXGEN table consists of various fields, each holding specific information or linking keys about Reference Fields for Development Class EEOB data available in SAP. These include KENNZX (General checkbox: X or SPACE), OKCODE (Function Code), MENUTEXT (Text for a menu option), EXIT_TYPE (Function with which editing was exited).. 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: Can be enhanced (character-type or numeric)


SAP EWXGEN 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
KENNZXGeneral checkbox: X or SPACE EBA_FLAGCHAR1EBA_FLAG
OKCODEFunction Code CUA_CODECHAR20CUA_CODE
MENUTEXTText for a menu option EBA_MENTXTCHAR20CUA_TEXT
EXIT_TYPEFunction with which editing was exited EBA_EXITTYCHAR20CUA_CODE
TITLEWindow Title EBA_TITLECHAR75TEXT75
WMODEProcessing mode EBA_WMODECHAR1EBA_WMODE
SELECTMODESelection mode for dialog box EBA_SELMODCHAR1EBA_SELMOD
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
DESCRIPTDescription (20 characters) EBA_DESCRCHAR20TEXT20
SHORTTEXTShort text (50 characters) EBA_SHORTCHAR50TEXT50
LONGTEXTMulti-purpose text field EBA_LONGTCHAR75TEXT75
KEYTEXTObject key (prepared for output) EBA_KEYSTRCHAR75TEXT75
TYPETEXTObject type (prepared for display) EBA_TYPSTRCHAR20TEXT20
TEXTLINEComment line in a popup EBA_COMMNTCHAR80TEXT80
TEXTLENOutput length of a text field EBA_TXTLENINT410EBA_TXTLEN
VALUEString for value transport E_VALUECHAR255CHAR255
COMPONENTComponent of a structure or object attribute EBA_COMPNTCHAR255EBA_COMPNT
ICONName of an icon EBA_ICONCHAR30ICONNAME
ICONTEXTContainer field for icons and text EBA_ICONTXCHAR132TEXT132
BCONTFATTRObject attribute for determining additional contact attrib. EBA_CTATTRCHAR40CHAR40
ACTSTATActivation Status of Entry EBA_ACTIVECHAR1EBA_ACTIVE
NOTELINELines of a note EBA_NOTELINECHAR50EBA_NOTELINE
KEY10Generic key: Length 10 EBA_KEY10CHAR10EBA_KEY10
KEY20Generic key: Length 20 EBA_KEY20CHAR20EBA_KEY20
MAGIC_NAMESPCID for internal IS-U namespace for generated objects EBA_NAMESPCCHAR3EBA_NAMESPC
MAGIC_EDIT_CNTXTCall context ID for editor step EBA_EDITCNTXTCHAR2EBA_EDITCNTXT
RNAME_SUFFIXSuffix for report name of a generated report (CCPROCED) EBA_RNAME_SFXCHAR12EBA_RNAME_SFX
STATUSStatus of a customer care process EBA_STATUSNUMC2EBA_STATUS
FOPROCSTAT Front Office Process Status0
ACTVITYTXTText for activity category EWX_ACTTXTCHAR12TEXT12
ACTNAMEActivity name for front office steps EBA_ACTNAMECHAR43EBA_ACTNAME
LONGVALUECharacter string with length 4096 E_LC4096LCHR4096E_LC4096
HTML_PARAM_VALUECIC: parameter value to be passed to an HTML operation CCM_HTML_PARAM_VALCHAR100CCM_HTML_PARAM_VAL
COMMANDBusiness process: command for flow control EWB_COMNDCHAR10EWB_COMND
PARAMBusiness process: command for flow control EWB_COMNDCHAR10EWB_COMND
IVALUEInteger value for customer care process objects EWB_IVALINT410EWB_IVAL
GENERICGeneric container element EWX_GENERCHAR255EWX_GENER
COMPVALGeneral comparison value EWX_COMPVACHAR12CHAR12
KEYCODE General Identification Value0
PROCTYPEFront office process type EWX_PRCTYPCHAR1EWX_PRCTYP
SHORTURLUniform Resource Locator (short) EWX_SHORTURLCHAR80CHAR80
URLUniform Resource Locator URLCHAR132TEXT132
TEXT60Text Field of Length 60 TEXT60CHAR60TEXT60

Key field Non-key field



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

As EWXGEN 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 EWXGEN as there is no data to select.

How to access SAP table EWXGEN

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