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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSSBR_DISPLAY_AUTHS_OF_USER - Display Authorized Values for User (BW-Specific) RSSBR_DISPLAY_AUTHS_OF_USER - Display Authorized Values for User (BW-Specific) RSSBR_AUTHORIZATION_CHECK_QRUN - Authorization Check Test - Query Execution RSSBR_AUTHORIZATION_CHECK_QRUN - Authorization Check Test - Query Execution RSSAISEL - Service "", Service-Navigation (SN) RSSADEFI - SAPaccess: Data Definitions for All Requests