RSWF_XI_SWI2 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 RSWF_XI_SWI2 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SWF_XI_SWI2_DEAD - Processes with Missed Deadline
SWF_XI_SWI2_DIAG - Diagnosis Processes with Errors
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: YEAR = Last year
Selection Text: WEEK = Last Week
Selection Text: TODAY = Today
Selection Text: P_SRV = Component
Selection Text: P_PTY = Party
Selection Text: MONTH = Last Month
Selection Text: LOWDAY = From
Selection Text: INTERVAL = Interval
Selection Text: HIGHDAY = To
Selection Text: FLOW = (Sub-)Workflow
Selection Text: DAY = on
Selection Text: BATCH = Background Step
Selection Text: ANYDAY = Date/Time
Title: Access to Work Item Analysis (SWI2)
Text Symbol: 021 = Component
Text Symbol: 020 = Party in Directory
Text Symbol: 019 = Task Group (TG)
Text Symbol: 018 = Background
Text Symbol: 017 = (Sub-)Processes
Text Symbol: 016 = Dialog
Text Symbol: 015 = Process Type
Text Symbol: 014 = To
Text Symbol: 013 = From
Text Symbol: 012 = on
Text Symbol: 011 = Interval
Text Symbol: 010 = Date/Time
Text Symbol: 009 = Last 365 Days
Text Symbol: 008 = Last 30 Days
Text Symbol: 007 = Last 7 Days
Text Symbol: 006 = Today
Text Symbol: 005 = Application Component
Text Symbol: 004 = Task Group (T)
Text Symbol: 003 = Task
Text Symbol: 002 = Process Filter
Text Symbol: 001 = Monitoring Period
INCLUDE: RSWUINCL.
No SAP DATABASE tables are accessed within this REPORT code!
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'SWI2_FREQ' TABLES p_exclude = p_exclude EXCEPTIONS OTHERS = 1.
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'SWI2_DURA' TABLES p_exclude = p_exclude EXCEPTIONS OTHERS = 1.
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'SWI2_DEAD' TABLES p_exclude = p_exclude EXCEPTIONS OTHERS = 1.
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'SWI2_ADM1' TABLES p_exclude = p_exclude EXCEPTIONS OTHERS = 1.
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'SWI2_ADM2' TABLES p_exclude = p_exclude EXCEPTIONS OTHERS = 1.
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'SWI2_ADM1' TABLES p_exclude = p_exclude EXCEPTIONS OTHERS = 1.
SWF_XI_GET_PROCESS_TASK CALL FUNCTION 'SWF_XI_GET_PROCESS_TASK' EXPORTING IM_ADDRESS = l_xidata IMPORTING EX_TASK = l_task.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSWF_XI_SWI2 - Access to Work Item Analysis (SWI2) RSWF_XI_SWI2 - Access to Work Item Analysis (SWI2) RSWF_XI_SWI1 - Selection Report for Processes RSWF_XI_SWI1 - Selection Report for Processes RSWF_XI_REORG - Reorganization of Packaging Data and Principal Propagation RSWF_XI_REORG - Reorganization of Packaging Data and Principal Propagation