SWW_WIREGISTER SAP (Workflow: Registration of a Work Item) Table details

Dictionary Type: Table
Description: Workflow: Registration of a Work Item




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




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

SWW_WIREGISTER is a standard SAP Table which is used to store Workflow: Registration of a Work Item data and is available within R/3 SAP systems depending on the version and release level.

The SWW_WIREGISTER table consists of various fields, each holding specific information or linking keys about Workflow: Registration of a Work Item data available in SAP. These include APPLICATION (Workflow: ID of Workflow Application), SUBCATEGORY (Workflow: Category), WI_ID (Work item ID), CRT_TMSTMP (UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SWW_WIREGISTER table 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 MANDTCLNT3Assigned to domainMANDT
APPLICATIONWorkflow: ID of Workflow Application SWW_REGAPPCHAR3SWW_REGAPP
SUBCATEGORYWorkflow: Category SWW_SUBCTGCHAR3SWW_SUBCTG
WI_IDWork item ID SWW_WIIDNUMC12SWWWIHEADSWW_WIIDWID
CRT_TMSTMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
CHG_TMSTMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
STATUSWorkflow: Status of Entry SWW_REGSTACHAR2SWW_REGSTA
RETRY_COUNTWorkflow: Number of Retries SWW_CNDRTRNUMC6SWW_CNDRTR
NEXT_EVALUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWW_WIREGISTER
INTO CORRESPONDING FIELDS OF WA_SWW_WIREGISTER
WHERE...

How to access SAP table SWW_WIREGISTER

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