SAP Reports / Programs

RSWP_CONTINUE_WORKFLOWS_GRID SAP ABAP Report - WFM (Public): Continue Workflows in Status STARTED







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SWPC - WFM: Continue Workflow


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RSWP_CONTINUE_WORKFLOWS_GRID. "Basic submit
SUBMIT RSWP_CONTINUE_WORKFLOWS_GRID AND RETURN. "Return to original report after report execution complete
SUBMIT RSWP_CONTINUE_WORKFLOWS_GRID VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RSWP_CONTINUE_WORKFLOWS_GRID

INCLUDE RSWUINCL.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSWP_CONTINUE_WORKFLOWS_GRID or its description.