SLSPAWR9 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for PAW- Display Item Results Overview &INTEGRATION& &PREREQUISITES& The user has to fill in the mandatory test info object field on the selection screen...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter SLSPAWR9 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SL75 - PAW - Item 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_DT_2W = Last 2 weeks
Selection Text: P_DT_3M = Last 3 months
Selection Text: P_DT_ENT =
Selection Text: P_DT_TM = This month
Selection Text: P_DT_TW = This week
Selection Text: P_DT_TY = This year
Selection Text: P_DT_YTD = Year-to-date
Selection Text: P_EV_BEG = Start date
Selection Text: P_EV_END = End date
Selection Text: P_EV_KEY = Event key
Selection Text: P_EV_LOC = Event location
Selection Text: P_EV_SH = Event short name
Selection Text: P_EV_SPE =
Selection Text: P_LO_SHT = Location short name
Selection Text: SO_EVID = Event ID(s)
Selection Text: SO_LOCID = Location ID(s)
Selection Text: SO_TEST = Test info objects (PHIOs)
Title: PAW - Item Results Overview
Text Symbol: 909 = Event details could not be read.
Text Symbol: 910 = Result details could not be read.
Text Symbol: 911 = Test type details could not be read.
Text Symbol: 912 = Error occurred during data selection.
Text Symbol: 913 = Data collection complete !
Text Symbol: 914 = An error occured while selecting Item Results !
Text Symbol: 919 = Item Result selection complete !
Text Symbol: 923 = No restriction mode specified for data selection.
Text Symbol: 925 = Preparing output !
Text Symbol: 932 = An error occured while trying to authorize access.
Text Symbol: 933 = Information
Text Symbol: 934 = No data has been selected for the specified criteria !
Text Symbol: 935 = Verify that you have all neccessary access rights
Text Symbol: 936 = or contact your system administrator.
Text Symbol: 940 = Testform:
Text Symbol: 942 = Information
Text Symbol: 943 = Please mark the whole testform output line
Text Symbol: 944 = in order to specify the testform to be downloaded
Text Symbol: 947 = Warning
Text Symbol: 948 = Do you wish to continue with remaining data ?
INCLUDE: SLSPEWI2.
No SAP DATABASE tables are accessed within this REPORT code!
SLS_CUST_GET_PLAN_VARIANT CALL FUNCTION 'SLS_CUST_GET_PLAN_VARIANT' IMPORTING p_plvar = v_plvar.
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.
SLS_MISC_SHOW_MESSAGE CALL FUNCTION 'SLS_MISC_SHOW_MESSAGE' EXPORTING p_infoline1 = v_text1 p_infoline2 = v_text2.
SLS_MISC_SHOW_MESSAGE CALL FUNCTION 'SLS_MISC_SHOW_MESSAGE' EXPORTING p_title = 'Information'(933) p_infoline1 = 'No data has been selected for the specified criteria !'(934) p_infoline2 = 'Verify that you have all neccessary access rights'(935) p_infoline3 = 'or contact your system administrator.'(936)
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = p_text.
SLS_MISC_SHOW_MESSAGE_TAB CALL FUNCTION 'SLS_MISC_SHOW_MESSAGE_TAB' TABLES p_messages = it_messages.
SLS_MISC_SHOW_MESSAGE CALL FUNCTION 'SLS_MISC_SHOW_MESSAGE' EXPORTING p_title = text-110 p_infoline1 = text-111 p_infoline2 = text-112 p_infoline3 = text-113.
SLS_PR_GET_RESULTS_BY_TEST CALL FUNCTION 'SLS_PR_GET_RESULTS_BY_TEST' EXPORTING p_restriction_mode = v_select_mode p_event_short = p_ev_sh p_location_short = p_lo_sht p_start_date = v_ev_sel_begin_date p_end_date = v_ev_sel_end_date p_include_subtest = 'N' p_include_pu = 'N' TABLES p_phios = it_test_select p_location_ids = it_location_ids p_event_ids = it_event_ids test_results = it_tres EXCEPTIONS no_tests_specified_for_process = 1 no_tests_found = 2 no_test_performances_found = 3 no_participants_for_tests = 4 event_not_found_for_xet = 5 problem_selecting_result_data = 6 error_selecting_test_type_data = 7 restriction_mode_not_specified = 8 error_reading_authorizations = 9 OTHERS = 10.
SLS_MISC_SHOW_MESSAGE CALL FUNCTION 'SLS_MISC_SHOW_MESSAGE' EXPORTING p_infoline1 = lv_text1 p_infoline2 = lv_text2.
SLS_PR_GET_ITEM_RESULT CALL FUNCTION 'SLS_PR_GET_ITEM_RESULT' EXPORTING p_petid = it_iover-petid p_details = '' TABLES pt_ritem = lit_ritem EXCEPTIONS no_petid_specified = 1 error_selecting_item_results = 2 error_selecting_sls_rmc = 0 error_selecting_sls_rrate = 0 error_selecting_sls_rfill = 0 error_selecting_sls_rlc = 0 OTHERS = 7.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = 'An error occured while selecting Item Results !'(914) textline2 = 'Do you wish to continue with remaining data ?'(948) titel = 'Warning'(947) start_column = 10 start_row = 6 IMPORTING answer = lv_answer .
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'SLS_IOVER' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = pit_lv_fc.
SLS_MISC_SHOW_MESSAGE CALL FUNCTION 'SLS_MISC_SHOW_MESSAGE' EXPORTING p_title = 'Information'(942) p_infoline1 = 'Please mark the whole testform output line'(943) p_infoline2 = 'in order to specify the testform to be downloaded'(944) .
DOWNLOAD * CALL FUNCTION 'DOWNLOAD' * EXPORTING ** BIN_FILESIZE = ' ' ** CODEPAGE = ' ' * filename = 'testform.dat'
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 SLSPAWR9 or its description.