SLSPAWL4 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Tests By Locations The user must have the authorization for the location ids...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 SLSPAWL4 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SL102 - Results by tests and locations
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: SO_LOCID = Location Id
Selection Text: SO_TDATE = Test Execution Date
Title: PAW - Tests occured at Locations
Text Symbol: 001 = Data selection is in progress
Text Symbol: 002 = Tests occured at Locations
Text Symbol: 003 = Description of event location
Text Symbol: 004 = Tests
Text Symbol: 005 = Part
Text Symbol: 006 = Passed
Text Symbol: 007 = Failed
Text Symbol: 008 = % Passed
Text Symbol: 009 = % Failed
Text Symbol: 010 = Total Number of Tests
Text Symbol: 011 = Participants
Text Symbol: 012 = Total Number of Candidates Passed
Text Symbol: 013 = Total Number of Candidates Failed
Text Symbol: 014 = % of Candidates Passed
Text Symbol: 015 = % of Candidates Failed
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 100 text = space.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 100 text = text-001.
SLS_CUST_GET_PLAN_VARIANT CALL FUNCTION 'SLS_CUST_GET_PLAN_VARIANT' IMPORTING p_plvar = lc_plvar.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'SLS_LOCTTY' CHANGING ct_fieldcat = gt_fieldcatalog.
SLS_CUST_GET_PLAN_VARIANT CALL FUNCTION 'SLS_CUST_GET_PLAN_VARIANT' IMPORTING p_plvar = lc_plvar.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.