SWW_INT_STATE SAP (Workflow: Internal Status of WI Inst. (Without Persistence)) Structure details

Dictionary Type: Structure
Description: Workflow: Internal Status of WI Inst. (Without Persistence)




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




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

SWW_INT_STATE 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 "Workflow: Internal Status of WI Inst. (Without Persistence)" 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_SWW_INT_STATE TYPE SWW_INT_STATE.

The SWW_INT_STATE table consists of various fields, each holding specific information or linking keys about Workflow: Internal Status of WI Inst. (Without Persistence) data available in SAP. These include ENQUEUE_OBJECT (), SYSTEM_USER (User Name), TRANSIENT (Checkbox), METHOD_CONTROL ().. 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: Cannot Be Enhanced


SAP SWW_INT_STATE 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
MODEIDS 0
ENQUEUE_OBJECT 0
SYSTEM_USERUser Name SYUNAMECHAR12SYCHAR12
TRANSIENTCheckbox XFELDCHAR1XFELD
METHOD_CONTROL 0
WI_TYPEWork item type SWW_WITYPECHAR1SWW_WITYPE
M01Checkbox XFELDCHAR1XFELD
M02Checkbox XFELDCHAR1XFELD
M03Checkbox XFELDCHAR1XFELD
M04Checkbox XFELDCHAR1XFELD
M05Checkbox XFELDCHAR1XFELD
M06Checkbox XFELDCHAR1XFELD
M07Checkbox XFELDCHAR1XFELD
M08Checkbox XFELDCHAR1XFELD
M09Checkbox XFELDCHAR1XFELD
M10Checkbox XFELDCHAR1XFELD
M11Checkbox XFELDCHAR1XFELD
M12Checkbox XFELDCHAR1XFELD
M13Checkbox XFELDCHAR1XFELD
M14Checkbox XFELDCHAR1XFELD
M15Checkbox XFELDCHAR1XFELD
M16Checkbox XFELDCHAR1XFELD
M17Checkbox XFELDCHAR1XFELD
M18Checkbox XFELDCHAR1XFELD
M19Checkbox XFELDCHAR1XFELD
M20Checkbox XFELDCHAR1XFELD
M21Checkbox XFELDCHAR1XFELD
M22Checkbox XFELDCHAR1XFELD
M23Checkbox XFELDCHAR1XFELD
M24Checkbox XFELDCHAR1XFELD
M25Checkbox XFELDCHAR1XFELD
M26Checkbox XFELDCHAR1XFELD
M27Checkbox XFELDCHAR1XFELD
M28Checkbox XFELDCHAR1XFELD
M29Checkbox XFELDCHAR1XFELD
M30Checkbox XFELDCHAR1XFELD
M31Checkbox XFELDCHAR1XFELD
M32Checkbox XFELDCHAR1XFELD
WIHEADER_DB_STATUSWorkflow: Status of Database Image SWW_PSTATECHAR1SWW_PSTATE
START_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
TRACE_HANDLEID of Workflow Trace SWT_HANDL_NUMC12SWT_HANDLE
RESULT 0
DEBUG_MODEDebug Mode Workflow Runtime SWFDBGMODNUMC2SWFDBGMOD
TRACE_LEVELTrace Level Workflow Runtime SWFTRCLEVNUMC1SWFTRCLEV
WFM_REQUEST 0
CHECK_ORG 0
RESTART_ACTIVECheckbox XFELDCHAR1XFELD
DBIMAGE_EXISTCheckbox XFELDCHAR1XFELD
PROCESS_STATUS 0
PROPERTIES 0
EXPRESSION_FACTORY 0
RFC_DESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
PROPERTIES 0
RFC_DESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL

Key field Non-key field



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

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

How to access SAP table SWW_INT_STATE

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