RSR_QPROV_CHECK_RSDRC 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 RSR_QPROV_CHECK_RSDRC 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RRI_QUERY_DEBUGFLAGS_SET CALL FUNCTION 'RRI_QUERY_DEBUGFLAGS_SET' EXPORTING i_s_debugflags = l_s_debugflags.
RRI_QUERY_DEBUGFLAGS_CLEAR CALL FUNCTION 'RRI_QUERY_DEBUGFLAGS_CLEAR'.
RSDRC_INFOPROV_READ CALL FUNCTION 'RSDRC_INFOPROV_READ' EXPORTING i_ts_provrq = l_ts_provrq i_th_sfc = i_th_sfc i_th_sfk = i_th_sfk i_tsx_seldr = i_tsx_seldr IMPORTING e_t_data = i_t_data e_end_of_data = l_end_of_data CHANGING c_r_state = l_r_state.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.