SWWARCH_F SAP (Structure for type WORKITEM_FLOW_REC from FG SWWX) Structure details

Dictionary Type: Structure
Description: Structure for type WORKITEM_FLOW_REC from FG SWWX




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




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

SWWARCH_F 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 "Structure for type WORKITEM_FLOW_REC from FG SWWX" 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_SWWARCH_F TYPE SWWARCH_F.

The SWWARCH_F table consists of various fields, each holding specific information or linking keys about Structure for type WORKITEM_FLOW_REC from FG SWWX data available in SAP. These include CLIENT (Client), WF_ID (Workflow ID), DELETED (Workflow: Delete flag for workflow data which is old), SUSPENDED (Workflow: Flag: Workflow (item) currently suspended).. 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 SWWARCH_F 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
ARCH_INSTRow Index of Internal Tables SYTABIXINT410SYST_LONG
CLIENTClient SWP_MANDTCLNT3T000MANDT
WF_IDWorkflow ID SWP_WF_IDNUMC12SWWWIHEADSWW_WIID
DELETEDWorkflow: Delete flag for workflow data which is old SWP_DELETECHAR1XFELD
SUSPENDEDWorkflow: Flag: Workflow (item) currently suspended SWP_WFSUSPCHAR1XFELD
WFD_IDNumber of workflow definition SWD_WFD_IDCHAR10SWD_HEADERSWD_WFDIDS
WFD_VERSVersion SWD_VERSIOCHAR4SWD_VERSIO
WFD_EXETYPWorkflow Type SWD_EXETYPCHAR1SWD_EXETYP
WFD_NAMEShort Text from Task SWW_RHTEXTCHAR40CHAR40
REQ_IDWorkflow instances: ID of the requester of a workflow exec. SWP_REQ_IDCHAR90SWO_OBJID
REQ_SYSTEMSystem SWP_REQ_SYCHAR10Assigned to domainALPHALOGSYS
PRIORITYPriority SWP_PRIONUMC1SWD_PRIORI
CALENDARWorkflow definition: Factory calendar SWD_CALENDCHAR2Assigned to domainWFCID
WF_ADMINWorkflow System Administrator SWD_ADMINCHAR14HROBJEC_14
ADHOC_MODWorkflow: Flag: Was the workflow definition changed ad hoc? SWP_ADHOCCHAR1XFELD
NODE_COUNTMax. node number in workflow (termination condition) SWP_NCOUNTINT410SWP_NCOUNT
WF_INITIATInitiator of workflow instance SWP_INITIACHAR14HROBJEC_14
MAX_NODESMax. node number in workflow (termination condition) SWP_NCOUNTINT410SWP_NCOUNT
MAX_SUBWFMaximum subworkflow level (termination criterion) SWP_MAXSUBINT410SWP_MAXSUB
NO_WICHAINFlag: Synchronous advancing SWP_CHAINCHAR1XFELD
RETURNTYPType of Return Value SWP_RETTYPCHAR2SWP_RETTYP
LAST_WI_RECharacter value SWC_VALUECHAR255SWC_VALUE
NO_LOGGINGMinimize Number of Entries in Workflow Log SWD_NOLOGCHAR1SWD_NOLOG
TRANSIENTWF: Indicator for transient workflow SWP_TRANSCHAR1SYCHAR01
CANC_ERRORWorkflow: Error Canceling a Work Item SWP_CANERRCHAR1XFELD
COMP_ERRORWorkflow: Error When Completing a Work Item SWP_COMERRCHAR1XFELD
TECH_STATEWFM: Technical Status of Workflow Execution SWP_TECHSTNUMC2SWP_TECHST
CS_WI_IDWork item ID SWW_WIIDNUMC12Assigned to domainSWW_WIIDWID
CS_CMPGUIDGUID of WFM Runtime Component SWPCMPGUIDCHAR32SYSUUID_C
CS_STAGEWFM: Phase in Synchronous Queue SWPCMPEXSTNUMC2SWPCMPEXST
ROLL_INTERVALTime Interval for WP Roll-Out/-In SWP_ROLL_INTERVALNUMC6SWP_ROLL_INTERVAL
ROLL_FORK_COUNTNumber of Parallel Branches for WP Roll-Out/-In SWP_ROLL_FORK_COUNTNUMC6SWP_ROLL_FORK_COUNT

Key field Non-key field



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

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

How to access SAP table SWWARCH_F

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