RSWWWIDE_TOPLEVEL 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 RSWWWIDE_TOPLEVEL into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SWWL_TOPLEVEL - Delete Top Level Work Item
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: IT_CD = Creation Date
Selection Text: IT_CT = Creation Time
Selection Text: IT_STAT = Status
Selection Text: IT_TASK = Task
Selection Text: IT_TYPE = Type
Selection Text: I_DELETE = Delete Immediately
Title: WIM(Public): Delete Top-Level Work Item
Text Symbol: 001 = Work Item
Text Symbol: 016 = Technical Settings
Text Symbol: 019 = Additional Selection Criteria
INCLUDE RSWUINCL.
No SAP DATABASE tables are accessed within this REPORT code!
SWU_F4_FOR_TASKS CALL FUNCTION 'SWU_F4_FOR_TASKS' EXPORTING i_program = 'RSWWWIDE_TOPLEVEL' i_dynpro = '1000' i_dynpro_field = 'IT_TASK-LOW' i_task_type_ts = cross i_task_type_ws = cross i_task_type_t = cross i_task_type_wf = cross i_task_type_tg = space.
SWT_TRACE_HANDLE_SET CALL FUNCTION 'SWT_TRACE_HANDLE_SET' EXPORTING handle = l_trace_handle.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = 'RSWWWIDE_TOPLEVEL' i_callback_pf_status_set = 'SET_STATUS' i_callback_user_command = 'USER_COMMAND' i_buffer_active = 'X' i_structure_name = 'GT_WI_HEADER' i_grid_title = i_grid_title is_layout = g_layout it_fieldcat = gt_field_catalogue[] it_events = gt_events[] TABLES t_outtab = gt_wi_header[] EXCEPTIONS OTHERS = 99.
SWL_SHOW_PROCESS_DATA CALL FUNCTION 'SWL_SHOW_PROCESS_DATA' EXPORTING wf_id =
-wi_id EXCEPTIONS OTHERS = 99.
REUSE_ALV_GRID_LAYOUT_INFO_GET * call function 'REUSE_ALV_GRID_LAYOUT_INFO_GET' * importing * es_layout = es_layout * et_fieldcat = et_fieldcat * et_sort = et_sort * et_filter = et_filter * es_grid_scroll = es_grid_scroll * es_variant = es_variant * et_marked_columns = et_marked_columns * et_filtered_entries = et_filtered_entries * et_fieldcat_backend = et_fieldcat_backend * es_print = es_print * exceptions * no_infos = 1 * program_error = 2 * others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSWWWIDE_TOPLEVEL - WIM(Public): Delete Top-Level Work Item RSWWWIDE_TOPLEVEL - WIM(Public): Delete Top-Level Work Item RSWWWIDE_DEP - Report to Delete Superfluous Work Items from Dependent Tables RSWWWIDE_DEP - Report to Delete Superfluous Work Items from Dependent Tables RSWWWIDE - WIM (public): Delete Work Item RSWWWIDE - WIM (public): Delete Work Item