EWFCALD SAP (Front Office Workbench: Call (Data Part)) Structure details

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




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




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

EWFCALD 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: Call (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_EWFCALD TYPE EWFCALD.

The EWFCALD table consists of various fields, each holding specific information or linking keys about Front Office Workbench: Call (Data Part) data available in SAP. These include POSNR (Front Office Call Position), DUMMYPROC (Indicator: Dummy call), INACTIVE (Indicator: Call is inactive), PROCID (Generic process class ID).. 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 EWFCALD 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
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_FNDOBJCHAR10Assigned to domainOJ_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_PAROBJCHAR10Assigned to domainOJ_NAME
PARAMMETHParameter dialog method: Method EWF_PARMETHCHAR32SWC_ELEM
ICONNAMEName of an icon EBA_ICONCHAR30ICONNAME
CICACCESSTYPEObject processing type CICACCESSTYPECHAR1CICACCESSTYPE
FKEYFUNCMenu Painter: Object code GUI_CODECHAR20GUI_FUNC
LIFETIMEReduced lifetime of an action CCMLIFETIMECHAR1CCMBOOLEAN

Key field Non-key field



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

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

How to access SAP table EWFCALD

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