SAP Reports / Programs

RSWF_XI_SWI1 SAP ABAP Report - Selection Report for Processes







RSWF_XI_SWI1 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_SWI1 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_SWI1 - Process Selection


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_SWI1. "Basic submit
SUBMIT RSWF_XI_SWI1 AND RETURN. "Return to original report after report execution complete
SUBMIT RSWF_XI_SWI1 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: CD = Created on
Selection Text: CT = Created At
Selection Text: DHSTA = Deadline Status
Selection Text: ID = Identification
Selection Text: PRIO = Priority
Selection Text: P_MORE = Switch On
Selection Text: P_SRV = Component
Selection Text: STATE = Status
Selection Text: TYPE = Type
Selection Text: P_PTY = D .
Title: Selection Report for Processes
Text Symbol: A01 = Selection Using Work Item ID
Text Symbol: A02 = Selection Using Work Item Properties
Text Symbol: A03 = Selection Using Time Period
Text Symbol: A04 = Output Options (+Version, +Administrator)
Text Symbol: A05 = Selection Using Process Types


INCLUDES used within this REPORT RSWF_XI_SWI1

No INCLUDES are used within this REPORT code!


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:

SWF_TASKS_OF_TASK_GROUP_GET * CALL FUNCTION 'SWF_TASKS_OF_TASK_GROUP_GET' * EXPORTING * task_group = taskg-low * TABLES * task_list = lt_task_list.

SWF_XI_GET_PROCESS_TASK CALL FUNCTION 'SWF_XI_GET_PROCESS_TASK' EXPORTING IM_ADDRESS = l_xidata IMPORTING EX_TASK = task-low .

RH_SEARCH_TASK * CALL FUNCTION 'RH_SEARCH_TASK' * IMPORTING * act_object_ext = act_object_ext * EXCEPTIONS * no_active_plvar = 1 * no_org_object_selected = 2 * no_valid_task_type = 3 * OTHERS = 4.

RH_SEARCH_TASK * CALL FUNCTION 'RH_SEARCH_TASK' * IMPORTING * act_object_ext = act_object_ext * EXCEPTIONS * no_active_plvar = 1 * no_org_object_selected = 2 * no_valid_task_type = 3 * OTHERS = 4.

REUSE_ALV_GRID_DISPLAY * CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' * EXPORTING * i_callback_program = g_report_name * i_callback_user_command = 'CALL_UCOMM_WILIST' * i_callback_pf_status_set = 'CALL_STATUS' * is_layout = is_layout * it_fieldcat = field_lst * it_sort = it_sort * i_save = 'A' * is_variant = is_variant * TABLES * t_outtab = g_wiheader * EXCEPTIONS * OTHERS = 1.

LVC_FIELDCATALOG_MERGE * CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' * EXPORTING * i_structure_name = structure_name * CHANGING * ct_fieldcat = lt_fieldcat * EXCEPTIONS * inconsistent_interface = 1 * program_error = 2 * OTHERS = 3.

SWP_ADMIN_DATA_READ * CALL FUNCTION 'SWP_ADMIN_DATA_READ' * IMPORTING * wf_settings = wf_settings * EXCEPTIONS * OTHERS = 1.

SWF_REP_GET_EXCLUDED_FUNCTIONS * CALL FUNCTION 'SWF_REP_GET_EXCLUDED_FUNCTIONS' * EXPORTING * tcode = sy-tcode * IMPORTING * excl_functions = excl_functions.



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