SAP Reports / Programs

RSPO0074 SAP ABAP Report - Show End of Spool Request / TemSe Object







RSPO0074 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for See also note 28259...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RSPO0074 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 RSPO0074. "Basic submit
SUBMIT RSPO0074 AND RETURN. "Return to original report after report execution complete
SUBMIT RSPO0074 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: DOCOMMIT = COMMIT in between?
Selection Text: LASTLINE = No. of lines visible
Selection Text: NAME = TemSe object name
Selection Text: SPOOL_ID = Spool request number
Title: Show End of Spool Request / TemSe Object
Text Symbol: 139 = You may not look at the data:
Text Symbol: 111 = The last &1 lines of TemSe object &2
Text Symbol: 130 = Spool request of an external client
Text Symbol: 131 = Spool request of an external user
Text Symbol: 132 = Protected spool request of an external client
Text Symbol: 133 = Protected spool request
Text Symbol: 033 = I am trying obj. type "TEXT".
Text Symbol: 032 = Attributes of TemSe object "&1" cannot be read
Text Symbol: 030 = There is no TemSe object "&1"
Text Symbol: 020 = There is no spool request "&1"
Text Symbol: 010 = Either spool request number "&1" or TemSe object name "&2"
Text Symbol: 035 = TemSe object "&1" consists of different parts
Text Symbol: 110 = The last &1 lines of spool request &2
Text Symbol: 109 = The last ... lines of ...
Text Symbol: 101 = End
Text Symbol: 100 = &1 lines omitted
Text Symbol: 037 = TemSe object "&1" has type "&2"


INCLUDES used within this REPORT RSPO0074

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_GET_TEMSEOBJ_OF_REQUEST CALL FUNCTION 'RSPO_GET_TEMSEOBJ_OF_REQUEST' EXPORTING SPOOL_REQUEST = RSPO_ID IMPORTING OBJECT_NAME = RSTS_ID EXCEPTIONS NO_SPOOL_REQUEST = 1 .

RSTS_GET_ATTRIBUTES CALL FUNCTION 'RSTS_GET_ATTRIBUTES' EXPORTING NAME = RSTS_ID IMPORTING OBJTYPE = L_OBJTYPE EXCEPTIONS FB_ERROR = 1 FB_RSTS_OTHER = 1 NO_OBJECT = 2 NO_PERMISSION = 2 .

RSTS_OPEN_RLC CALL FUNCTION 'RSTS_OPEN_RLC' EXPORTING NAME = RSTS_ID OBJTYPE = L_OBJTYPE AUTHORITY = DONE_CHECKS EXCEPTIONS FB_RSTS_NOCONV = 2 FB_RSTS_OTHER = 2 NO_OBJECT = 1 .

RSTS_READ CALL FUNCTION 'RSTS_READ' EXPORTING MAXIX = EACH_LINES IMPORTING ALLDATA = ALL_DATA_READ TABLES DATATAB = TT2 EXCEPTIONS FB_RSTS_NOCONV = 2 FB_RSTS_OTHER = 2 OTHERS = 99 .

RSTS_READ CALL FUNCTION 'RSTS_READ' EXPORTING MAXIX = EACH_LINES IMPORTING ALLDATA = ALL_DATA_READ TABLES DATATAB = TT1 EXCEPTIONS FB_RSTS_NOCONV = 2 FB_RSTS_OTHER = 2 OTHERS = 99 .

RSTS_CLOSE CALL FUNCTION 'RSTS_CLOSE' EXCEPTIONS FB_RSTS_OTHER = 2 OTHERS = 99 .

RSTS_LAST_ERROR CALL FUNCTION 'RSTS_LAST_ERROR' TABLES TEXTTAB = TT3.

RSPO_CHECK_JOB_PERMISSION CALL FUNCTION 'RSPO_CHECK_JOB_PERMISSION' EXPORTING ACCESS = 'DISP' SPOOLREQ = TSP01 EXCEPTIONS NO_PERMISSION = 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 RSPO0074 or its description.