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

SLSPAWV5 SAP ABAP Report - PAW - Authorizations Overview







SLSPAWV5 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter SLSPAWV5 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

SL99 - PAW - Display authorization profiles


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 SLSPAWV5. "Basic submit
SUBMIT SLSPAWV5 AND RETURN. "Return to original report after report execution complete
SUBMIT SLSPAWV5 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_UNAME = User Name(s)
Title: PAW - Authorizations Overview
Text Symbol: 532 = Test IO profile(s)
Text Symbol: 531 = Testtype profile(s)
Text Symbol: 530 = Location profile(s)
Text Symbol: 520 = System events handler could not be registered !
Text Symbol: 514 = Generating output table !
Text Symbol: 513 = Selection complete !
Text Symbol: 512 = selection criteria.
Text Symbol: 511 = No access profile information found for specified
Text Symbol: 510 = No data found.
Text Symbol: 508 = User Name(s)
Text Symbol: 507 = Criterias for selecting access profiles
Text Symbol: 506 = Authorizations per user and category
Text Symbol: 505 = Authorizations
Text Symbol: 504 = Generating output table !
Text Symbol: 503 = Selection complete !
Text Symbol: 502 = Refreshing Display ...
Text Symbol: 501 = Selecting authorizations !
Text Symbol: 113 = caused an error
Text Symbol: 112 = Method in automation queue
Text Symbol: 111 = Internal error !
Text Symbol: 110 = Automation queue error


INCLUDES used within this REPORT SLSPAWV5

INCLUDE: SLSPEWI2.


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:

SLS_MISC_SHOW_MESSAGE CALL FUNCTION 'SLS_MISC_SHOW_MESSAGE' EXPORTING p_title = 'No data found. '(510)

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = p_text.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'SLS_UPROF' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = pit_lv_fc.

SLS_MISC_SHOW_MESSAGE CALL FUNCTION 'SLS_MISC_SHOW_MESSAGE' EXPORTING p_title = 'Automation queue error'(110) p_infoline1 = 'Internal error !'(111) p_infoline2 = 'Method in automation queue'(112) p_infoline3 = 'caused an error'(113).

SLS_MISC_GET_AUTHORIZATIONS CALL FUNCTION 'SLS_MISC_GET_AUTHORIZATIONS' TABLES p_unames = it_uname p_authorizations = it_uprof EXCEPTIONS no_usernames_specified = 1 OTHERS = 2.



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