SAP Reports / Programs | Knowledge Management | Knowledge Warehouse | Performance Assessment Workbench(KM-KW-PAW) SAP KM

SLSPAWL4 SAP ABAP Report - PAW - Tests occured at Locations







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SL102 - Results by tests and locations


ABAP code to call this SAP report using the submit statement

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.






SUBMIT SLSPAWL4. "Basic submit
SUBMIT SLSPAWL4 AND RETURN. "Return to original report after report execution complete
SUBMIT SLSPAWL4 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT SLSPAWL4

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

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 SLSPAWL4 or its description.