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
Below is a list of transaction codes which are relevant to this SAP report
SWF_XI_SWI1 - Process Selection
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
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_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 RSWF_XI_PREPARE_SERVICE - Conversion to Service Calls RSWF_XI_PREPARE_SERVICE - Conversion to Service Calls