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

SLSPAWIS SAP ABAP Report - PAW - Item statistical Information







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


Transaction Code(s):

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

SL80 - PAW - Item Statistics


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 SLSPAWIS. "Basic submit
SUBMIT SLSPAWIS AND RETURN. "Return to original report after report execution complete
SUBMIT SLSPAWIS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: 071 = sap
Text Symbol: 001 = Test-Typ
Text Symbol: 002 = none
Text Symbol: 003 = Data selection
Text Symbol: 004 = Exclude Data Rec.
Text Symbol: 005 = Options
Text Symbol: 006 = Data Selection
Text Symbol: 007 = Computing test statistics...
Text Symbol: 008 = Computing item statistics...
Text Symbol: 009 = Computing PU statistics...
Text Symbol: 010 = Output...
Text Symbol: 011 = Cases Overview
Text Symbol: 012 = Item Statistics
Text Symbol: 013 = Re-calculate item statistics
Text Symbol: 014 = Re-calculate
Text Symbol: 015 = Item Counter
Text Symbol: 016 = Test ID
Text Symbol: 017 = Test-Type ID
Text Symbol: 018 = Test name
Text Symbol: 019 = Test descr.
Text Symbol: 020 = Test description
Text Symbol: 021 = Lngge
Text Symbol: 022 = Test language
Text Symbol: 023 = Form
Text Symbol: 024 = Test form
Text Symbol: 025 = Test mean
Text Symbol: 026 = Test mean per. score
Text Symbol: 027 = Test SD
Text Symbol: 028 = Test Standard Deviation based on percent score
Text Symbol: 029 = PU ID
Text Symbol: 030 = PU name
Text Symbol: 031 = PU descr.
Text Symbol: 032 = PU description
Text Symbol: 033 = PU mean
Text Symbol: 034 = Performance unit mean per. score
Text Symbol: 035 = PU SD
Text Symbol: 036 = PU SD based on percentage score
Text Symbol: 037 = I-ID
Text Symbol: 038 = Item ID





Text Symbol: 039 = Item name


INCLUDES used within this REPORT SLSPAWIS

INCLUDE SLSPAWIS_TYPES.
INCLUDE SLSPAWIS_FIELDCAT.


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:

No SAP FUNCTION MODULES are executed within this report code!



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