SWWERRESTA SAP (Workflow Runtime: IO Tab for Job Display) Structure details

Dictionary Type: Structure
Description: Workflow Runtime: IO Tab for Job Display




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




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

SWWERRESTA 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 Runtime: IO Tab for Job Display" 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_SWWERRESTA TYPE SWWERRESTA.

The SWWERRESTA table consists of various fields, each holding specific information or linking keys about Workflow Runtime: IO Tab for Job Display data available in SAP. These include START_TIME (Start Time of Background Job), RE_JOBCNT (Background Job ID), RE_JOBNAME (Name of Background Job), RE_REPORT (Background Job Report).. 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 SWWERRESTA 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
START_DATEStart Date of Background Job SWW_JOBDATDATS8SYDATS
START_TIMEStart Time of Background Job SWW_JOBTIMTIMS6SYTIME
RE_JOBCNTBackground Job ID SWW_JOBCNTCHAR8CHAR8
RE_JOBNAMEName of Background Job SWW_JOBNAMCHAR32CHAR32
RE_REPORTBackground Job Report SWW_JOBREPCHAR40PROGNAME
RE_STATUSIndicator for monitoring of WIs with temporary errors SWW_RESTATCHAR1SWW_STATUS
MAX_RETRYRetries for Work Items with Temporary Errors SWW_RETCNTNUMC2SWW_COUNT2
RET_DELAYInterval between two checks SWW_RDELAYNUMC2SWW_RDELAY

Key field Non-key field



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

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

How to access SAP table SWWERRESTA

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