SAP Reports / Programs | Basis Components | Exchange Infrastructure | Business Process Engine(BC-XI-IS-BPE) SAP BC

RSWF_XI_SWI2 SAP ABAP Report - Access to Work Item Analysis (SWI2)







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


Transaction Code(s):

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


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 RSWF_XI_SWI2. "Basic submit
SUBMIT RSWF_XI_SWI2 AND RETURN. "Return to original report after report execution complete
SUBMIT RSWF_XI_SWI2 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: 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


INCLUDES used within this REPORT RSWF_XI_SWI2

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:

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.



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 RSWF_XI_SWI2 or its description.