SWW_OUTBOX SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




Table View field list including key, data, relationships and ABAP select examples

SWW_OUTBOX is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The SWW_OUTBOX table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include WI_ID (Work item ID), WI_TYPE (Work item type), WI_TEXT (Work item text), WI_STAT (Processing Status of a Work Item).. 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 SWW_OUTBOX table view 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
CLIENTClient MANDTCLNT3T000MANDT
WI_IDWork item ID SWW_WIIDNUMC12SWW_WIIDWID
WI_TYPEWork item type SWW_WITYPECHAR1SWW_WITYPE
WI_TEXTWork item text SWW_WITEXTCHAR120TEXT120
WI_STATProcessing Status of a Work Item SWW_WISTATCHAR12SWW_WISTAT
WI_CDCreation Date of Work Item SWW_CDDATS8SYDATS
WI_CTCreation Time of Work Item SWW_CTTIMS6SYTIME
METH_EDATEEnd date of action SWW_EDATEDATS8SYDATS
METH_ETIMEEnd time of action SWW_ETIMETIMS6SYTIME
METH_USERActual Agent of Work Item SWW_AAGENTCHAR12SYCHAR12
METHODWorkflow: Action on Work Item SWW_LOGACTCHAR30TFDIRFUNCNAME
WI_PRIOPriority of a Work Item SWW_PRIONUMC1SWD_PRIORI
NOTE_EXISTIndicator Denoting that At Least One Note Exists for the WI SWW_NOTEEXCHAR1XFELD
WI_LANGLanguage for Texts of a Work Item SWW_LANGLANG1T002ISOLASPRAS
WI_RH_TASKTask ID SWW_TASKCHAR14HROBJEC_14
NO_DEADLFlag Denoting Whether WI Contains Deadline Data SWW_DEADFLCHAR1XFELD
WLC_DISPLDisplay of WI in WLC modeled in step definition SWW_MODDISCHAR1SWW_MODDIS
WF_TYPEType of Workflow Definition: Standard, Checklist, Ad Hoc, .. SWD_WFTYPENUMC4SWD_DWFTYP
WI_AAGENTActual Agent of Work Item SWW_AAGENTCHAR12SYCHAR12
PROCCATProcess Category SWD_PROCCATCHAR10SWD_PROCCAT
CREA_TMPWorkflow: Creation Time Stamp SWFRCRETSDEC21(7) TZNTSTMPL
TIMESTAMPWorkflow: Method End Time Stamp SWFRMETSDEC21(7) TZNTSTMPL
PRS_PROFILType of Persistence Profile SWD_PERSIDNUMC4SWD_PERSID

Key field Non-key field



How do I retrieve data from SAP table SWW_OUTBOX using ABAP code

The following ABAP code Example will allow you to do a basic selection on SWW_OUTBOX to SELECT all data from the table
DATA: WA_SWW_OUTBOX TYPE SWW_OUTBOX.

SELECT SINGLE *
FROM SWW_OUTBOX
INTO CORRESPONDING FIELDS OF WA_SWW_OUTBOX
WHERE...

How to access SAP table SWW_OUTBOX

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