RSWFSWR_TEST_WORKLIST_API 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 RSWFSWR_TEST_WORKLIST_API into the relevant SAP transactions such as SE38 or SE80
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: P_DEADL = Deadline Messages
Selection Text: P_DETAIL = Detailed Work Item Header
Selection Text: P_EXEC = Executed Work Items
Selection Text: P_FORW = Forwarded Work Items
Selection Text: P_INB = Workflow Entry
Selection Text: P_LANGU = Language
Selection Text: P_LANG_T = Language
Selection Text: P_NAME_R = Name for User
Selection Text: P_NAME_T = User Name
Selection Text: P_RFC = RFC Destination
Selection Text: P_START = Started Workflows
Selection Text: P_STAT_R = Priority, Status, WI Type, etc
Selection Text: P_SUB_AP = Substitute API
Selection Text: P_TASK = Task
Selection Text: P_TASK_R = Text for Task
Selection Text: P_TASK_T = Task
Selection Text: P_TEXT_R = All Texts
Selection Text: P_TIME = Select From
Selection Text: P_TRANSL = Translate Work Item Text
Selection Text: P_TX_AP = Text API
Selection Text: P_TZ = Time Zone
Selection Text: P_USER = User
Selection Text: P_WL = Worklist
Selection Text: P_WL_AP = Worklist API
Title: Program RSWFSWR_TEST_WORKLIST_API
Text Symbol: T74 = Forwarding Not Allowed to Following Excluded Agents:
Text Symbol: T73 = Forwarding Allowed to Following Possible Agents:
Text Symbol: T72 = Forwarding Not Allowed
Text Symbol: T71 = Forwarding to All Allowed
Text Symbol: T70 = User Name
Text Symbol: T50 = Container of Work Item &
Text Symbol: T31 = Decision Alternatives:
Text Symbol: T30 = Title of User Decision
Text Symbol: T25 = Key
Text Symbol: 050 = Select Document
Text Symbol: D01 = Leading Object:
Text Symbol: D02 = Attachments:
Text Symbol: D03 = Ad Hoc Objects:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = ls_restriction.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = l_struc CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_background_id = 'ALV_BACKGROUND' i_buffer_active = 'X' i_callback_program = l_report i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' is_layout = ls_layout * i_callback_top_of_page = c_form_top_of_page it_fieldcat = pt_fieldcat TABLES t_outtab = pt_worklist.
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_background_id = 'ALV_BACKGROUND' i_buffer_active = 'X' i_callback_program = l_report i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' is_layout = ls_layout * i_callback_top_of_page = c_form_top_of_page it_fieldcat = pt_fieldcat TABLES t_outtab = pt_worklist_detail.
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 RSWFSWR_TEST_WORKLIST_API or its description.
RSWFSWR_TEST_WORKLIST_API - Program RSWFSWR_TEST_WORKLIST_API RSWFSWR_TEST_WORKLIST_API - Program RSWFSWR_TEST_WORKLIST_API RSWFSWR_TEST_SUBST_API_F01 - RSWFSWRTESTSUBSTAPIF01 RSWFSWR_TEST_SUBST_API - Test Programm for Substitute API RSWFSWR_TEST_SUBST_API - Test Programm for Substitute API RSWFSLSDLEX_TRC - RSWFSLSDLEXTRC