RSWDCOR8 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 RSWDCOR8 into the relevant SAP transactions such as SE38 or SE80
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: P_TEST = Test
Title: WF: Correct Task in Table SWWWIHEAD
Text Symbol: T01 = Mode
Text Symbol: T02 = Corrected Tasks
Text Symbol: T03 = Tasks to Be Corrected
Text Symbol: T04 = Old Task
Text Symbol: T05 = New Task
Text Symbol: T06 = Number of Database Rows
Text Symbol: T07 = You are not Authorized to Run the Program
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_grid_title = ls_layout-window_titlebar i_background_id = 'ALV_BACKGROUND' i_buffer_active = 'X' i_callback_program = c_repid is_layout = ls_layout it_fieldcat = lt_fcat it_excluding = lt_excl_func * it_sort = lt_sort TABLES t_outtab = lt_stat.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSWDCOR8 - WF: Correct Task in Table SWWWIHEAD RSWDCOR8 - WF: Correct Task in Table SWWWIHEAD RSWDCOR7 - WS: Remove Remains of Deleted Workflow Definition RSWDCOR7 - WS: Remove Remains of Deleted Workflow Definition RSWDCOR6 - Eliminates Upgrade Inconsistencies RSWDCOR6 - Eliminates Upgrade Inconsistencies