SLSPAWIS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This FM returns the test, item and performance unit statistical information accepting the test-type id as the input parameter...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 SLSPAWIS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SL80 - PAW - Item Statistics
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.
Item Statistics
Selection Text: SELLOCID = Event Location
Selection Text: PA_ZERO = without <10%,100%,SAP,Test
Selection Text: PA_TTYID = Test type
Selection Text: PA_LASTV = Stat. for last versions only
Selection Text: PA_ALL = or analyse all tests
Title: PAW - Item statistical Information
Text Symbol: 055 = Result ID
Text Symbol: 054 = Test ID
Text Symbol: 053 = T-ID
Text Symbol: 052 = ICON
Text Symbol: 051 = Item-Test-Correlation
Text Symbol: 050 = Rit
Text Symbol: 049 = Item mean percentage (Difficulty)
Text Symbol: 048 = Diff
Text Symbol: 047 = Item mean raw score
Text Symbol: 046 = Mean
Text Symbol: 045 = Item sum raw score
Text Symbol: 044 = Item sum
Text Symbol: 043 = N
Text Symbol: 042 = Max. pnts
Text Symbol: 041 = Item type
Text Symbol: 040 = Item descr.
Text Symbol: 056 = Result (Case) ID
Text Symbol: 057 = Nr
Text Symbol: 058 = Last name
Text Symbol: 059 = First name
Text Symbol: 060 = Company
Text Symbol: 061 = Date
Text Symbol: 062 = %
Text Symbol: 063 = Percentage points
Text Symbol: 064 = Passed ?
Text Symbol: 065 = Passed Test?
Text Symbol: 066 = Test
Text Symbol: 067 = TEST
Text Symbol: 068 = test
Text Symbol: 069 = SAP
Text Symbol: 070 = Sap
INCLUDE SLSPAWIS_TYPES.
INCLUDE SLSPAWIS_FIELDCAT.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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 SLSPAWIS or its description.
SLSPAWIS - PAW - Item statistical Information SLSPAWIS - PAW - Item statistical Information SLSPAWDEL - PAW - Report to delete results according of partid / testid / eventid SLSPAWDEL - PAW - Report to delete results according of partid / testid / eventid SLSPAWD2 - PAW Download Test Catalog SLSPAWD2 - PAW Download Test Catalog