SAP Reports / Programs

RSPO0043 SAP ABAP Report - Spool: Consistency Check







RSPO0043 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 RSPO0043 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 RSPO0043. "Basic submit
SUBMIT RSPO0043 AND RETURN. "Return to original report after report execution complete
SUBMIT RSPO0043 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: RELAFTER = Release locks after .. minutes
Title: Spool: Consistency Check
Text Symbol: 409 = Comment
Text Symbol: 406 = PrintR
Text Symbol: 405 = Spool req.
Text Symbol: 404 = Request
Text Symbol: 402 = Delete flag
Text Symbol: 400 = Write locks on table TSP01/spool requests
Text Symbol: 382 = TSP02W is OK
Text Symbol: 381 = Wait entries checked
Text Symbol: 380 = Wait entries for deleted spool requests
Text Symbol: 372 = TSP02T is OK
Text Symbol: 371 = Time entries checked
Text Symbol: 370 = Time entries for deleted spool request
Text Symbol: 362 = TSP02A is OK
Text Symbol: 361 = Attribute entries checked
Text Symbol: 360 = Attributes for deleted spool request
Text Symbol: 352 = TSP01P is OK
Text Symbol: 351 = Part links checked
Text Symbol: 350 = Parts for deleted spool requests
Text Symbol: 340 = Archive flag not permitted
Text Symbol: 338 = No archive information found in TST0E
Text Symbol: 336 = Spool request must not be archived
Text Symbol: 334 = TSP0E is OK
Text Symbol: 332 = Archive information analyzed
Text Symbol: 330 = No spool requests found in TSP01
Text Symbol: 410 = Consistency check of table TSP01 / spool requests
Text Symbol: 493 = Consistency check of table TSP02W / Queueing
Text Symbol: 492 = Consistency check of table TSP02T / Time control
Text Symbol: 491 = Consistency check of table TSP02A / Dynamic attributes
Text Symbol: 490 = Consistency check of table TSP01P / Composite requests
Text Symbol: 475 = Selected TemSe objects
Text Symbol: 474 = Start of Queue ;;
Text Symbol: 473 = DB Row ;;
Text Symbol: 472 = DB rows
Text Symbol: 471 = Size
Text Symbol: 470 = Storage place
Text Symbol: 469 = Storage type





Text Symbol: 468 = Delete date
Text Symbol: 467 = Program
Text Symbol: 466 = Created on
Text Symbol: 465 = Created by
Text Symbol: 464 = Status
Text Symbol: 463 = Part
Text Symbol: 462 = TemSe object name
Text Symbol: 461 = Clnt
Text Symbol: 450 = Consistency check of table TSP0E / archive information
Text Symbol: 440 = Consistency check of table TST03 / TemSe data
Text Symbol: 430 = Consistency check of table TST01 / TemSe objects
Text Symbol: 420 = Consistency check of table TSP02 / output requests
Text Symbol: 413 = System
Text Symbol: 151 = is missing
Text Symbol: 150 = Object with part number
Text Symbol: 140 = A queue object can only have one part
Text Symbol: 130 = Object with part number 1 missing
Text Symbol: 120 = No entry in TSP01 for this object
Text Symbol: 110 = Incorrect number of data lines in TST03
Text Symbol: 102 = Output requests checked
Text Symbol: 100 = TSP02 is OK
Text Symbol: 090 = Print request number too large
Text Symbol: 081 = is missing
Text Symbol: 080 = Print request number
Text Symbol: 070 = Print request 1 missing
Text Symbol: 060 = No spool requests found in TSP01
Text Symbol: 052 = Spool requests checked
Text Symbol: 050 = TSP01 is OK
Text Symbol: 040 = No object found in TST01
Text Symbol: 030 = Incorrect number of output requests
Text Symbol: 022 = Spool requests checked
Text Symbol: 020 = No obsolete write locks in TSP01
Text Symbol: 010 = Write lock was obsolete and has been released
Text Symbol: 005 = TSP02FX Is OK.
Text Symbol: 004 = Frontend print reqs examined
Text Symbol: 003 = TSP02F is OK
Text Symbol: 002 = The print request for frontend printing no longer exists
Text Symbol: 001 = Consistency check of table TSP02 / frontend print requests
Text Symbol: 160 = TST01 is OK





Text Symbol: 300 = Does the related file have a name?
Text Symbol: 296 = File:
Text Symbol: 294 = TST01:
Text Symbol: 290 = The related file has an incorrect length
Text Symbol: 280 = Unable to access the related file
Text Symbol: 272 = Object reset
Text Symbol: 271 = Length = 0
Text Symbol: 270 = Object does not match entry for object in TSP01
Text Symbol: 260 = Unknown command
Text Symbol: 252 = will be checked
Text Symbol: 251 = . Only client
Text Symbol: 250 = You do not have authorization
Text Symbol: 242 = .
Text Symbol: 241 = or
Text Symbol: 240 = You do not have authorization
Text Symbol: 230 = Write lock deleted
Text Symbol: 222 = TemSe objects were checked
Text Symbol: 220 = TST01 is OK in view of the spooler
Text Symbol: 210 = Deleted after inconsistency
Text Symbol: 202 = TemSe data rows were checked
Text Symbol: 200 = TST03 is OK
Text Symbol: 190 = Data line numbers too large
Text Symbol: 180 = Data line number too small
Text Symbol: 170 = No object found in TST01
Text Symbol: 162 = TemSe objects were checked


INCLUDES used within this REPORT RSPO0043

, TST03 " FOR INCLUDE RSTS0021
, TST03M " FOR INCLUDE RSTS0021


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:

No SAP FUNCTION MODULES are executed within this report code!



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