SAP Reports / Programs

RSREQUEST SAP ABAP Report - Data Load Monitor for Single Request







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

RSRQ - Data Load Monitor for a Request


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


Text pool values


Title: Data Load Monitor for Single Request
Text Symbol: 001 = GUID or SID of Request


INCLUDES used within this REPORT RSREQUEST

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:

RRSI_SID_VAL_SINGLE_CONVERT CALL FUNCTION 'RRSI_SID_VAL_SINGLE_CONVERT' EXPORTING i_iobjnm = '0REQUID' i_sid = l_reqsid IMPORTING e_chavl = l_rnr EXCEPTIONS no_value_for_sid = 1 x_message = 2 OTHERS = 3.

RRSI_VAL_SID_SINGLE_CONVERT CALL FUNCTION 'RRSI_VAL_SID_SINGLE_CONVERT' EXPORTING i_iobjnm = '0REQUID' i_chavl = rnr IMPORTING e_sid = l_reqsid EXCEPTIONS no_sid = 1 chavl_not_allowed = 2 chavl_not_figure = 3 chavl_not_plausible = 4 x_message = 5 interval_not_found = 6 foreign_lock = 7 inherited_error = 8 OTHERS = 9.

RSBM_SHOW_REQUEST CALL FUNCTION 'RSBM_SHOW_REQUEST' EXPORTING i_requid = l_reqsid.

RSSM_CALL_MONITOR_EXT CALL FUNCTION 'RSSM_CALL_MONITOR_EXT' EXPORTING i_rnr = l_rnr EXCEPTIONS no_rnr = 1 OTHERS = 2.



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