SAP Reports / Programs | SAP Business Information Warehouse | Business Explorer | OLAP Technology(BW-BEX-OT) SAP BW

RSSBR_DISPLAY_AUTHS_OF_USER SAP ABAP Report - Display Authorized Values for User (BW-Specific)







RSSBR_DISPLAY_AUTHS_OF_USER 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 RSSBR_DISPLAY_AUTHS_OF_USER into the relevant SAP transactions such as SE38 or SE80


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 RSSBR_DISPLAY_AUTHS_OF_USER. "Basic submit
SUBMIT RSSBR_DISPLAY_AUTHS_OF_USER AND RETURN. "Return to original report after report execution complete
SUBMIT RSSBR_DISPLAY_AUTHS_OF_USER 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: I_UNAME = D User
Selection Text: I_IPRO = D InfoProvider
Selection Text: I_IOBJ = D InfoObject
Title: Display Authorized Values for User (BW-Specific)
Text Symbol: 202 = InfoObject:
Text Symbol: 201 = Authorization:
Text Symbol: 200 = Authorization Object
Text Symbol: 131 = Authorized Hierarchies
Text Symbol: 130 = Authorized Values
Text Symbol: 112 = Specified user does not exist in system
Text Symbol: 111 = Internal error occurred when reading the authorizations
Text Symbol: 110 = User has no authorization for any value
Text Symbol: 103 = InfoProvider
Text Symbol: 102 = InfoObject
Text Symbol: 101 = User
Text Symbol: 100 = User Authorizations


INCLUDES used within this REPORT RSSBR_DISPLAY_AUTHS_OF_USER

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:

RRMS_MSG_HANDLING_STATE_GET CALL FUNCTION 'RRMS_MSG_HANDLING_STATE_GET' IMPORTING e_active = l_active.

RRMS_HANDLE_MESSAGE_INIT CALL FUNCTION 'RRMS_HANDLE_MESSAGE_INIT'.

RRMS_MESSAGES_DELETE CALL FUNCTION 'RRMS_MESSAGES_DELETE'.

RSSB_AUTHORIZATIONS_OF_USER CALL FUNCTION 'RSSB_AUTHORIZATIONS_OF_USER' EXPORTING i_iobjnm = i_iobj i_infoprov = i_ipro i_uname = i_uname IMPORTING e_tsx_auth_values_user = l_tsx_auth_values_user e_ts_auth_values_hierarchy = l_ts_auth_values_hierarchy EXCEPTIONS not_authorized = 1 internal_error = 2 user_doesnt_exist = 3 x_message = 4.

RRMS_MESSAGES_SHOW CALL FUNCTION 'RRMS_MESSAGES_SHOW'.



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