SLSPAWR1 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 SLSPAWR1 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SL601 - PAW - Test Results Overview
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_DIS1 = Display TP
Selection Text: P_DIS2 = Display TLP
Selection Text: P_DIS3 = Display LETP
Selection Text: P_DT_2W =
Selection Text: P_DT_3M =
Selection Text: P_DT_ENT =
Selection Text: P_DT_TM =
Selection Text: P_DT_TW =
Selection Text: P_DT_TY =
Selection Text: P_DT_YTD =
Selection Text: P_EV_BEG =
Selection Text: P_EV_END =
Selection Text: P_EV_KEY =
Selection Text: P_EV_LOC =
Selection Text: P_EV_SH =
Selection Text: P_EV_SPE =
Selection Text: P_EV_TLI =
Selection Text: P_LO_SHT =
Selection Text: P_PLVAR =
Selection Text: SO_EVID = Event ID
Selection Text: SO_LOCID = Location ID
Title: PAW - Test Results Overview
Text Symbol: 912 = Selection of results list (PET) was successful.
Text Symbol: 911 = Selection of test list by event (XET) was successful.
Text Symbol: 910 = Selection of events was successful.
Text Symbol: 907 = Insufficient test IDs for test selection.
Text Symbol: 906 = No test records selected.
Text Symbol: 905 = Selection of tests was successful.
Text Symbol: 902 = Data selection in progress...
Text Symbol: 883 = selected and marked.
Text Symbol: 882 = Please make sure the correct line has been
Text Symbol: 881 = No comments available for selected line !
Text Symbol: 880 = Information
Text Symbol: 861 = Error converting event dates.
Text Symbol: 860 = Error occurred while reading user defaults.
Text Symbol: 913 = Selection of test types was successful.
Text Symbol: 914 = Selection of participant details was successful.
Text Symbol: 915 = Selection of participant result details was successful.
INCLUDE: SLSPEWI2.
No SAP DATABASE tables are accessed within this REPORT code!
RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = p_repid TABLES selection_table = sel_tab.
SLS_CUST_GET_PLAN_VARIANT CALL FUNCTION 'SLS_CUST_GET_PLAN_VARIANT' IMPORTING p_plvar = v_plvar_get.
SLS_MISC_GET_USER_DATE_FORMAT CALL FUNCTION 'SLS_MISC_GET_USER_DATE_FORMAT' IMPORTING p_date_format = v_user_date_format EXCEPTIONS error_reading_user_master = 1 OTHERS = 2.
SLS_MISC_SET_SELECTION_DATES CALL FUNCTION 'SLS_MISC_SET_SELECTION_DATES' EXPORTING p_dt_tw = p_dt_tw p_dt_2w = p_dt_2w p_dt_tm = p_dt_tm p_dt_3m = p_dt_3m p_dt_ytd = p_dt_ytd p_dt_ty = p_dt_ty IMPORTING p_begin_date = v_ev_sel_begin_date p_end_date = v_ev_sel_end_date.
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = text-810 txt1 = text-811 txt2 = text-812 txt3 = text-813.
SLS_MISC_SHOW_MESSAGE_TAB CALL FUNCTION 'SLS_MISC_SHOW_MESSAGE_TAB' TABLES p_messages = it_messages.
SLS_MISC_SHOW_AUTHORIZATIONS * call function 'SLS_MISC_SHOW_AUTHORIZATIONS' * tables * p_authorizations = it_authre * exceptions * no_authorizations_provided = 0 * others = 0 * .
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = p_text.
SLS_AEI_GET_EVENT_RESULTS CALL FUNCTION 'SLS_AEI_GET_EVENT_RESULTS' EXPORTING p_plvar = p_plvar p_no_tem = space p_select_mode = v_select_mode p_ev_sh = p_ev_sh p_ev_signal = p_ev_tli p_lo_sht = p_lo_sht p_ev_begin_date = v_ev_sel_begin_date p_ev_end_date = v_ev_sel_end_date TABLES p_events = it_events p_location_ids = it_location_ids p_event_ids = it_event_ids p_xet = it_xet p_pet = it_pet p_test_types = it_test_types p_partic = it_partic p_results = it_presults EXCEPTIONS no_events_selected = 1 error_during_xet_selection = 2 error_during_selection_of_pet = 3 error_during_test_type_select = 4 error_selecting_participants = 5 error_selecting_agg_results = 6 error_reading_authorizations = 7 OTHERS = 8.
SLS_MISC_SHOW_MESSAGE CALL FUNCTION 'SLS_MISC_SHOW_MESSAGE' EXPORTING p_title = 'Problem'(918) p_infoline1 = 'Data selection was not successfull !'(919) p_infoline2 = 'Please check your access authorization'(916) p_infoline3 = 'or contact your system administrator.'(917)
SLS_TST_GET_TEST_BY_ID CALL FUNCTION 'SLS_TST_GET_TEST_BY_ID' TABLES p_test_ids = lit_test_ids p_test_desc = it_tests EXCEPTIONS no_tests_found = 1 test_id_missing_for_selection = 2 OTHERS = 3.
SLS_MISC_GET_LANGUAGE_TEXT CALL FUNCTION 'SLS_MISC_GET_LANGUAGE_TEXT' EXPORTING p_laiso = lv_lang p_isomode = 'Y' " P_SPRAS =
IMPORTING p_lang = ls_lang EXCEPTIONS sap_language_key_not_specified = 1 iso_language_code_missing = 2 OTHERS = 3.
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Error '(815) txt1 = 'Language could not be read. '(816)
SLS_IOA_GET_LOCATION_NAME CALL FUNCTION 'SLS_IOA_GET_LOCATION_NAME' EXPORTING p_plvar = p_plvar p_locid = it_tr-locid IMPORTING "P_LOCSH = p_loctx = lv_loctx_last EXCEPTIONS error_selecting_location_data = 1 location_id_not_specified = 2 plan_variant_not_specified = 3 OTHERS = 4.
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Error '(815) txt1 = 'Location could not be read. '(819)
SLS_TST_GET_SUBTEST_NAME CALL FUNCTION 'SLS_TST_GET_SUBTEST_NAME' EXPORTING p_testid = lv_st_testid_old p_stid = lv_st_sutestid_old IMPORTING p_subtest_name = lv_sutestname_last EXCEPTIONS error_selecting_subtest_data = 1 subtest_id_not_specified = 2 testid_not_specified = 3 OTHERS = 4.
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Error '(815) txt1 = 'Subtest data could not be read. '(821)
SLS_TST_GET_PU_NAME CALL FUNCTION 'SLS_TST_GET_PU_NAME' EXPORTING p_puid = lv_pu_old IMPORTING p_pu_name = lv_puname_last EXCEPTIONS error_selecting_pu_data = 1 pu_id_not_specified = 2 OTHERS = 3.
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Error '(815) txt1 = 'Performance unit data could not be read. '(820)
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'SLS_RESOVR' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = it_lv_fc.
SLS_MISC_CONVERT_TO_DATE CALL FUNCTION 'SLS_MISC_CONVERT_TO_DATE' EXPORTING p_date = it_events-evbeg p_date_format = v_user_date_format IMPORTING p_date_string = it_tr-evbegf EXCEPTIONS error_selecting_user_defaults = 1 OTHERS = 2.
SLS_MISC_CONVERT_TO_DATE CALL FUNCTION 'SLS_MISC_CONVERT_TO_DATE' EXPORTING p_date = it_events-evend p_date_format = v_user_date_format IMPORTING p_date_string = it_tr-evendf EXCEPTIONS error_selecting_user_defaults = 1 OTHERS = 2.
SLS_COM_SHOW_COMMENT CALL FUNCTION 'SLS_COM_SHOW_COMMENT' EXPORTING p_mode = v_c_mode p_plvar = v_c_plvar p_eveid = v_c_eveid p_testid = v_c_testid p_petid = v_c_petid p_itemid = 0 EXCEPTIONS no_modus_specified = 1 OTHERS = 2.
SLS_MISC_SHOW_MESSAGE CALL FUNCTION 'SLS_MISC_SHOW_MESSAGE' EXPORTING p_title = 'Information'(880) p_infoline1 = 'No comments available for selected line !'(881) p_infoline2 = 'Please make sure the correct line has been'(882) p_infoline3 = 'selected and marked.'(883)
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 SLSPAWR1 or its description.