SAP Reports / Programs

RSPO_SHOW_DELAYED_OUTREQS SAP ABAP Report - Find Output Requests in Which Processing Delays Occurred







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


Text pool values


Selection Text: DELAY = Duration of Delay (Seconds)
Selection Text: W1 = Waiting for output formatter
Selection Text: W2 = Transfer to Host Spool System
Selection Text: S_PJCLIE = D .
Selection Text: S_PJCRED = D .
Selection Text: S_PJDEST = D .
Selection Text: S_PJOWNE = D .
Title: Find Output Requests in Which Processing Delays Occurred
Text Symbol: 001 = Sel. Criteria
Text Symbol: 002 = Phase of Processing in Which Delay Occurred


INCLUDES used within this REPORT RSPO_SHOW_DELAYED_OUTREQS

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:

RSPO_L_RSELECT_OUTREQS CALL FUNCTION 'RSPO_L_RSELECT_OUTREQS' EXPORTING pjproc = 'X' pjsucc = 'X' pjprob = 'X' pjerr = 'X' * IMPORTING * PJ_NO_ACCESS = * PJ_ACCESS = TABLES * S_PJIDEN = s_pjclie = s_pjclie s_pjowne = s_pjowne * S_PJCOPI = * S_PJPRIO = * S_PJPAPE = * S_PJTITL = * S_PJRECE = * S_PJDIVI = * S_PJTNUM = * S_PJERRP = s_pjcred = s_pjcred * S_PJSERV = s_pjdestl = s_pjdest * S_PJTERM = result_tsp02 = lt_tsp02 EXCEPTIONS error = 1 OTHERS = 2.

RSPO_RID_OUTREQ_LIST CALL FUNCTION 'RSPO_RID_OUTREQ_LIST' EXPORTING id_list = lt_pjid * SUMMARY = ' ' EXCEPTIONS error = 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 RSPO_SHOW_DELAYED_OUTREQS or its description.