SAP Reports / Programs

RSWWWIDE_TOPLEVEL SAP ABAP Report - WIM(Public): Delete Top-Level Work Item







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SWWL_TOPLEVEL - Delete Top Level Work Item


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


INCLUDES used within this REPORT RSWWWIDE_TOPLEVEL

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:

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.



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