RSWFSWR_TEST_WORKLIST_API_GF01 is a standard ABAP INCLUDE 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_GF01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_background_id = 'ALV_BACKGROUND' i_buffer_active = ' ' i_callback_program = l_report is_layout = ls_layout it_fieldcat = pt_fieldcat TABLES t_outtab = pt_table.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'SWR_TXTLIN' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'SWRSOBJECT' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'SWRSWIHEADDTL' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
SAP_WAPI_ATTACHMENT_ADD CALL FUNCTION 'SAP_WAPI_ATTACHMENT_ADD' EXPORTING workitem_id = p_wi_key-wi_id att_header = l_header att_txt = l_txt_content IMPORTING att_id = l_doc_info.
SAP_WAPI_ATTACHMENT_ADD CALL FUNCTION 'SAP_WAPI_ATTACHMENT_ADD' EXPORTING workitem_id = p_wi_key-wi_id att_header = l_header att_bin = l_bin_content IMPORTING att_id = l_doc_info.
SAP_WAPI_GET_METHODS CALL FUNCTION 'SAP_WAPI_GET_METHODS' EXPORTING workitem_id = p_wi_key-wi_id TABLES methods = lt_methods.
SAP_WAPI_DECISION_READ CALL FUNCTION 'SAP_WAPI_DECISION_READ' EXPORTING workitem_id = p_wi_key-wi_id * LANGUAGE = SY-LANGU * USER = SY-UNAME IMPORTING decision_title = l_title TABLES alternatives = lt_alternatives.
SWF_CNT_INSTANCE_EDITOR CALL FUNCTION 'SWF_CNT_INSTANCE_EDITOR' EXPORTING container_ref = lh_container start_in_popup = 'X' title = l_title IMPORTING changed = l_changed cancelled = l_cancelled.
POPUP_TO_GET_ONE_VALUE CALL FUNCTION 'POPUP_TO_GET_ONE_VALUE' EXPORTING textline1 = 'Benutername'(t70) titel = 'Weiterleiten an...'(t71)
SWL_WI_DIALOG_RESUBMIT CALL FUNCTION 'SWL_WI_DIALOG_RESUBMIT' IMPORTING wi_dsd_n = l_resubmission_date wi_dst_n = l_resubmission_time EXCEPTIONS popup_canceled = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'SWRSWIAGENTS' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 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.
RSWFSWR_TEST_WORKLIST_API_GF01 - RSWFSWRTESTWORKLISTAPIGF01 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