RSWP_CONTINUE_WORKFLOWS_GRID 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 RSWP_CONTINUE_WORKFLOWS_GRID into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SWPC - WFM: Continue Workflow
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: I_DISPLY = Continue immediately
Selection Text: IT_WI_ID = Identification
Selection Text: IT_TIME = Creation time
Selection Text: IT_TASK = Multistep task
Selection Text: IT_DATE = Creation date
Title: WFM (Public): Continue Workflows in Status STARTED
Text Symbol: 020 = Also select workflows with active asynchronous background steps
Text Symbol: 019 = Workflow Contains Active, Asychnronous Background Steps
Text Symbol: 018 = Asynchronous
Text Symbol: 017 = Task filter
Text Symbol: 016 = Error continuing
Text Symbol: 015 = Workflow continued
Text Symbol: 014 = Flag
Text Symbol: 013 = Workflow work item
Text Symbol: 012 = Technical settings
Text Symbol: 011 = Radio button
Text Symbol: 010 = Continue Workflows After System Crash
Text Symbol: 009 = Creation time
Text Symbol: 008 = Creation date
Text Symbol: 007 = Task
Text Symbol: 006 = Remote work item
Text Symbol: 005 = Remote system
Text Symbol: 004 = Status
Text Symbol: 003 = Text
Text Symbol: 002 = Type
Text Symbol: 001 = ID
INCLUDE RSWUINCL.
No SAP DATABASE tables are accessed within this REPORT code!
SWU_F4_FOR_TASKS call function 'SWU_F4_FOR_TASKS' exporting i_program = 'RSWP_CONTINUE_WORKFLOWS_GRID' i_dynpro = '1000' i_dynpro_field = 'IT_TASK-LOW' i_task_type_ts = space i_task_type_ws = 'X' i_task_type_t = space i_task_type_wf = 'X' i_task_type_tg = space.
GET_ACCESSIBILITY_MODE CALL FUNCTION 'GET_ACCESSIBILITY_MODE' IMPORTING accessibility = g_acc_mode EXCEPTIONS OTHERS = 0.
REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_buffer_active = 'X' i_callback_program = 'RSWP_CONTINUE_WORKFLOWS_GRID' i_callback_pf_status_set = 'SET_STATUS' i_callback_user_command = 'USER_COMMAND' i_structure_name = 'GT_TOP_LEVEL_FIS' I_GRID_TITLE = 'Workflows fortsetzen nach Systemabsturz'(010) is_layout = g_layout it_fieldcat = gt_field_catalogue[] tables t_outtab = gt_top_level_fis[] exceptions others = 99.
SWP_WORKFLOW_INSTANCE_CONTINUE * call function 'SWP_WORKFLOW_INSTANCE_CONTINUE' * exporting * wf_id = p_top_level_fi-wi_id * do_sync_wi_chain = space * called_in_background = space * do_commit = cross * changing * fi_header = p_top_level_fi * exceptions * others = 99.
ICON_CREATE call function 'ICON_CREATE' exporting name = icon_checked text = space info = 'Workflow fortgesetzt'(015) add_stdinf = 'X' importing result = p_top_level_fi-wi_rhtext exceptions others = 0.
ICON_CREATE call function 'ICON_CREATE' exporting name = icon_failure text = space info = 'Fehler beim Fortsetzen'(016) add_stdinf = 'X' importing result = p_top_level_fi-wi_rhtext exceptions others = 0.
SWL_SHOW_PROCESS_DATA call function 'SWL_SHOW_PROCESS_DATA' exporting wf_id =
-wi_id exceptions others = 99.
SWL_SHOW_PROCESS_DATA call function 'SWL_SHOW_PROCESS_DATA' exporting wf_id =
-wi_id exceptions others = 99.
SWP_WORKFLOW_CHECK_CONTINUE call function 'SWP_WORKFLOW_CHECK_CONTINUE' changing wi_id =
-wi_id exceptions fi_ok = 1 wi_does_not_exist = 2 fi_not_ok = 3 wi_is_no_fi = 4 fi_is_not_in_stauts_started = 5 fi_not_ok_asynch = 6.
ICON_CREATE call function 'ICON_CREATE' exporting name = icon_message_warning_small text = space info = TEXT-019 add_stdinf = 'X' importing result =
-wi_creator exceptions others = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSWP_CONTINUE_WORKFLOWS_GRID - WFM (Public): Continue Workflows in Status STARTED RSWP_CONTINUE_WORKFLOWS_GRID - WFM (Public): Continue Workflows in Status STARTED RSWP_CHECK_CB_CONSISTENCY - Callback data inconsistent RSWP_CHECK_CB_CONSISTENCY - Callback data inconsistent RSWP_CHANGE_MAX_NODES - Workflow administration: Change MAX_NODES for Workflow instances RSWP_CHANGE_MAX_NODES - Workflow administration: Change MAX_NODES for Workflow instances