EWFCOND SAP (Front Office Workbench: Configuration (Data Part)) Structure details

Dictionary Type: Structure
Description: Front Office Workbench: Configuration (Data Part)




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




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

EWFCOND 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 "Front Office Workbench: Configuration (Data Part)" 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_EWFCOND TYPE EWFCOND.

The EWFCOND table consists of various fields, each holding specific information or linking keys about Front Office Workbench: Configuration (Data Part) data available in SAP. These include FINDER (Finder to be used in the front office (BOR object type)), OBJ_MODE (Indicator: Object list is active), SEL_MODE (Indicator: Selection screen is active), SEL_FUNCOP (Subscreen for selection fields: Open function module).. 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 EWFCOND 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
CALLER_CODECode that identifies the calling component for this profile EWF_CALLER_CODECHAR2CHAR2
FINDERFinder to be used in the front office (BOR object type) EWF_FINDERCHAR10TOJTBOJ_NAME
OBJ_MODEIndicator: Object list is active EWF_OBJ_MOCHAR1EBA_FLAG
SEL_MODEIndicator: Selection screen is active EWF_SEL_MOCHAR1EBA_FLAG
SEL_FUNCOPSubscreen for selection fields: Open function module EWF_SELFOPCHAR30TFDIRFUNCNAME
SEC_MODEIndicator: Customer selections are active EWF_SEC_MOCHAR1EBA_FLAG
SEC_FUNCOPSubscreen for selection fields: Open function module EWF_SELFOPCHAR30TFDIRFUNCNAME
CA1_MODEIndicator: Call selection 1 is active EWF_CA1_MOCHAR1EBA_FLAG
CA2_MODEIndicator: Call selection 2 is active EWF_CA2_MOCHAR1EBA_FLAG
DEF_CALLIDDefault Call ID: Action Box Shortcut Field EWF_DEF_CALLIDCHAR4Assigned to domainEWF_CALLID
SEL_OBJTYPEObject type that is selected automatically in object file EWF_SEL_OBJTYPECHAR10Assigned to domainOJ_NAME
CREA_USERFirst changed by SWO_CREABYCHAR12Assigned to domainXUBNAME
CREA_DATEDate of first change SWO_CREADADATS8SYDATS
CHAN_USERLast changed by SWO_CHANBYCHAR12Assigned to domainXUBNAME
CHAN_DATEDate of Last Change SWO_CHANDADATS8SYDATS

Key field Non-key field



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

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

How to access SAP table EWFCOND

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