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

RSSBR_AUTHORIZATION_CHECK_QRUN SAP ABAP Report - Authorization Check Test - Query Execution







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


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


Text pool values


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


INCLUDES used within this REPORT RSSBR_AUTHORIZATION_CHECK_QRUN

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:

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.



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