RSWWERRE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RSWWERRE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RSWWERRE - Start RSWWERRE
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: HANGUP = Hang Time in Seconds
Title: Report for Restarting Work Items with Temporary Errors
Text Symbol: 001 = Starting Background Steps in Status "Being Processed"
Text Symbol: 002 = Starting Work Items in Status "Ready"
Text Symbol: 003 = Logically Delete Work Items
Text Symbol: 004 = Repeat Callbacks
Text Symbol: 008 = Lock Error
Text Symbol: 009 = Error Propagation
Text Symbol: 010 = Workflow in Status "Error"
Text Symbol: 011 = Dumps in workflow runtime system
Text Symbol: 012 = Workflow in DEBUG mode
Text Symbol: 013 = Suspended entries in table SWP_SUSPEN
Text Symbol: 020 = Workflow_____Task______Number
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SWW_WI_HEADER_READ CALL FUNCTION 'SWW_WI_HEADER_READ' EXPORTING wi_id = ls_suspen-wf_id IMPORTING wi_header = ls_swwwihead EXCEPTIONS OTHERS = 1.
DB_COMMIT * CALL FUNCTION 'DB_COMMIT'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSWWERRE - Report for Restarting Work Items with Temporary Errors RSWWERRE - Report for Restarting Work Items with Temporary Errors RSWWERIN - Report for Managing and Monitoring WIs with Temporary Errors RSWWERIN - Report for Managing and Monitoring WIs with Temporary Errors RSWWDHIN - Report for Displaying and Maintaining Deadline Monitoring Settings RSWWDHIN - Report for Displaying and Maintaining Deadline Monitoring Settings