RSSBR_AUTHORIZATION_CHECK_QRUN 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_AUTHORIZATION_CHECK_QRUN 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.
Result InfoCube Query Target/Actual
Selection Text: COMPID = D Query
Selection Text: INFOCUBE = D InfoCube
Selection Text: UNAME = D User
Title: Authorization Check Test - Query Execution
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RRI_REPDIR_READ CALL FUNCTION 'RRI_REPDIR_READ' CHANGING c_s_repkey = g_s_repkey EXCEPTIONS entry_not_found = 1.
RRX_REPORT_OPEN CALL FUNCTION 'RRX_REPORT_OPEN' EXPORTING i_genuniid = g_s_repkey-genuniid i_trace_mode = rs_c_false IMPORTING e_handle = g_handle EXCEPTIONS open_failed = 1 invalid_genuniid = 2 msg_init_failed = 3 inherited_error = 4 x_message = 5.
RRX_REPORT_CLOSE CALL FUNCTION 'RRX_REPORT_CLOSE' EXPORTING i_handle = g_handle EXCEPTIONS OTHERS = 1.
RRX_GRID_CMD_PROCESS CALL FUNCTION 'RRX_GRID_CMD_PROCESS' EXPORTING i_handle = g_handle i_cmdid = g_cmdid TABLES e_t_dim = g_t_dim e_t_mem = g_t_mem e_t_cel = g_t_cel e_t_atr = g_t_atr e_t_grid = g_t_grid e_t_ranges = g_t_ranges e_t_con = g_t_con e_t_fac = g_t_fac c_t_prptys = g_t_prptys EXCEPTIONS inherited_error = 1 no_record_found = 2 terminated_by_user = 3 no_processing = 4 no_change = 5 dbcl_nosupport = 6 no_authorization = 7 x_message = 8 screen_canceled = 9 launch_url = 10.
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_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 RSSAD201 - Addresses: convert personal addresses ( Name1 to Lname, Fname ) RSSAD201 - Addresses: convert personal addresses ( Name1 to Lname, Fname )