EWFCALS SAP (Front Office Call: Text) Structure details

Dictionary Type: Structure
Description: Front Office Call: Text




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




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

EWFCALS 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 Call: Text" 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_EWFCALS TYPE EWFCALS.

The EWFCALS table consists of various fields, each holding specific information or linking keys about Front Office Call: Text data available in SAP. These include ACTSTAT (Activation Status of Entry), LANGU (Language Key), CONFIG (Action Box configuration), CALLID (Code of an Action Box transaction).. 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 EWFCALS 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
MANDTClient MANDTCLNT3T000MANDT
ACTSTATActivation Status of Entry EBA_ACTIVECHAR1EBA_ACTIVE
LANGULanguage Key LANGULANG1T002ISOLASPRAS
CONFIGAction Box configuration EWF_CONFIGCHAR8EWFCONEWF_CONFIGEFC
CALLIDCode of an Action Box transaction EWF_CALLIDCHAR4EWFCALEWF_CALLID
DESCRIPTDescription of an Action Box transaction EWF_CALLTXCHAR30TEXT30
MENUTEXTMenu description for an Action Box transaction EWF_MENUTXCHAR20TEXT20
CALLGROUPAction Box transaction group EWF_CALLGRCHAR4Assigned to domainEWF_CALLGR
POSNRFront Office Call Position EWF_POSNRNUMC3NUMC3
DUMMYPROCIndicator: Dummy call EWF_DUMMYPCHAR1EBA_FLAG
INACTIVEIndicator: Call is inactive EWF_INACTVCHAR1EBA_FLAG
PROCIDGeneric process class ID EWB_PROCLXCHAR60EWB_PROCLX
FINDOBJTYPType of object being searched for by search module EWF_FNDOBJCHAR10TOJTBOJ_NAME
MULTISELCTInd.: Selection of several objects from hit list possible EWF_MULTSECHAR1EBA_FLAG
ASYNCIndicator: Execute call in new window EWF_ASYNCCHAR1EBA_FLAG
ASYNC_FIXIndicator: Asynchronous execution mode is fixed EWF_ASYFIXCHAR1EBA_FLAG
PARAMDIAIndicator: Parameter dialog EWF_PARDIACHAR1EBA_FLAG
PARAMOBJTYPParameter dialog method: Object type EWF_PAROBJCHAR10TOJTBOJ_NAME
PARAMMETHParameter dialog method: Method EWF_PARMETHCHAR32SWOTDVSWC_ELEM
ICONNAMEName of an icon EBA_ICONCHAR30ICONNAME
CICACCESSTYPEObject processing type CICACCESSTYPECHAR1CICACCESSTYPE
FKEYFUNCMenu Painter: Object code GUI_CODECHAR20GUI_FUNC
LIFETIMEReduced lifetime of an action CCMLIFETIMECHAR1CCMBOOLEAN
PROCLTYPEProcess class category EWB_PROCLTCHAR1EWB_PROCLT
OBJTYPObject Type SWO_OBJTYPCHAR10TOJTBOJ_NAMEOBJ
METHODMethod SWO_METHODCHAR32Assigned to domainSWC_ELEM
WFTASKIDTask ID SWW_TASKCHAR14HROBJEC_14
WFTASKTYPTask type EWC_TASK_TPCHAR2EWC_OTYPEP-T
FOPROCIDFront office process EWB_BUSPROCHAR8Assigned to domainEWB_BUSPROEWB_BUSPRO
CATTIDCATT - Test case CATNRCHAR30CATACATNRCAT
CATTVARCATT - Test case variant CATVARNTCHAR8CHAR8
BDC_NAMEName of batch input session D0100_MAPNCHAR12CACCELCHAR12
HTMLCONFCIC HTML configuration CCM_HTMLCONFCHAR30CCMHTMLCONF
CALLED_FROM_HTMLCIC: indicator HTML operation is called from an HTML page CCM_CALLED_FROM_HTMLCHAR1EBA_FLAG
CL_METHODIndicator: Call type for object method EWB_CL_METCHAR1EBA_FLAG
CL_WORKFLIndicator: Call type for workflow EWB_CL_WFCHAR1EBA_FLAG
CL_FOPROCIndicator: Call category for front office process EWB_CL_FOPCHAR1EBA_FLAG
CL_EDITORIndicator: Call category for xtainer editor EWB_CL_EDTCHAR1EBA_FLAG
CL_CATTIndicator: Call Type CATT EWB_CL_CTTCHAR1EBA_FLAG
CL_BDCIndicator: Batch input call type EWB_CL_BDCCHAR1EBA_FLAG
CL_HTMLOPIndicator: Call type for HTML operation CCM_CL_HTMLOPCHAR1
.INCLU--AP 0
CMPWSPAction Box Component Workspace Name CCMCMPCALLNAMECHAR20CCMCMPCALLCCMCMPCALLNAME
CMPCONFComponent: Configuration CCMCMPCONFCHAR30CCMCMPCONF
CL_CMPWSPCall Type for Component Workspace CCM_CL_CMPWSPCHAR1EBA_FLAG
NEW_CALLGRAction Box transaction group EWF_CALLGRCHAR4EWFGRUEWF_CALLGR
NEW_CALLIDCode of an Action Box transaction EWF_CALLIDCHAR4EWFCALEWF_CALLID
RB_PD_STDUse standard parameter dialog EWF_RB_PD_STDCHAR1EBA_FLAG
RD_PD_METHUse parameter dialog method EWF_RD_PD_METHCHAR1EBA_FLAG
END_WITH_CONTACTEnd transaction automatically at the end of the contact EWF_EWCCHAR1EBA_FLAG

Key field Non-key field



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

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

How to access SAP table EWFCALS

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