SAP Reports / Programs

RSPO0055 SAP ABAP Report - Installation Check for SAP Spool







RSPO0055 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program checks the installation data of the SAP spooler...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 RSPO0055 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 RSPO0055. "Basic submit
SUBMIT RSPO0055 AND RETURN. "Return to original report after report execution complete
SUBMIT RSPO0055 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Installation Check for SAP Spool
Text Symbol: 805 = Operating system commands incomplete
Text Symbol: 804 = cannot be checked
Text Symbol: 803 = ROMS unknown:
Text Symbol: 802 = LOMS unknown
Text Symbol: 801 = LOMS
Text Symbol: 800 = OMS devices
Text Symbol: 208 = transaction SPAD
Text Symbol: 207 = device definition in
Text Symbol: 206 = a device, resave the
Text Symbol: 205 = Note: To generate the generated form of
Text Symbol: 204 = transaction SPAD
Text Symbol: 203 = OK code UPDDV in
Text Symbol: 201 = from the generated description, use
Text Symbol: 200 = Note: To generate the description data
Text Symbol: 164 = Total
Text Symbol: 162 = Unprocessed output requests
Text Symbol: 161 = Number of warnings
Text Symbol: 160 = Number of problems
Text Symbol: 156 = Device not an archiver
Text Symbol: 154 = Device does not exist
Text Symbol: 153 = ID to archive device
Text Symbol: 152 = Use table TSP0F for conversion of archive
Text Symbol: 151 = Archive device
Text Symbol: 150 = Archive ID
Text Symbol: 142 = Reason
Text Symbol: 140 = AccMeth
Text Symbol: 132 = See page &1
Text Symbol: 130 = No problems found
Text Symbol: 122 = Device types
Text Symbol: 121 = Type
Text Symbol: 835 = Server
Text Symbol: 834 = Mapped server
Text Symbol: 833 = No alternate spool server found
Text Symbol: 832 = Unable to find alternate server
Text Symbol: 831 = The last time, the instance did not have a spool WP
Text Symbol: 830 = Instance has never run
Text Symbol: 829 = Mapping class does not match





Text Symbol: 828 = Spool server class unsuitable for server class
Text Symbol: 827 = ROMS unknown
Text Symbol: 826 = No spool service active
Text Symbol: 825 = No real server active
Text Symbol: 824 = No real server assigned
Text Symbol: 823 = Instance not active
Text Symbol: 822 = Server
Text Symbol: 821 = Server environ.
Text Symbol: 820 = Specify callback target
Text Symbol: 819 = Callback tgt not active
Text Symbol: 818 = Unable to check commands
Text Symbol: 817 = Language for cover pages
Text Symbol: 816 = Language &1 for device &2 is not available
Text Symbol: 815 = Maintain language for device &1
Text Symbol: 814 = Specify start command
Text Symbol: 813 = Logical OMS
Text Symbol: 812 = Real OMS
Text Symbol: 811 = Specify instance for start command
Text Symbol: 810 = Instance for start command not active
Text Symbol: 809 = ROMS
Text Symbol: 808 = Command server not specified
Text Symbol: 807 = Command server not running
Text Symbol: 806 = Spool server not defined
Text Symbol: 120 = The device type is not defined
Text Symbol: 070 = Output device
Text Symbol: 065 = Have you paid attention to upper/lower case?
Text Symbol: 064 = Are the host names written correctly?
Text Symbol: 063 = Unable to check host spool
Text Symbol: 062 = Name of destination host missing
Text Symbol: 061 = Unable to contact host spool system
Text Symbol: 060 = Name of destination host unknown?
Text Symbol: 049 = The conversion flag is activated for device &1.
Text Symbol: 046 = Was that intentional?
Text Symbol: 045 = allowed.
Text Symbol: 044 = "\n", "\e", and so on, are not
Text Symbol: 043 = the 'conversion flag'.
Text Symbol: 042 = converted before output as a result of
Text Symbol: 041 = The contents of 'device type format' are
Text Symbol: 037 = No generated description exists





Text Symbol: 036 = Several mappings with same short name (not unique)
Text Symbol: 035 = Several mappings with same short name (repaired)
Text Symbol: 033 = No name mapping exists (not unique)
Text Symbol: 032 = No name mapping exists (repaired)
Text Symbol: 031 = Several device descriptions with same short name
Text Symbol: 030 = Only generated description exists
Text Symbol: 028 = This has the instance name
Text Symbol: 027 = Not supported on this host
Text Symbol: 026 = Test performed on host
Text Symbol: 025 = The spool server is probably busy
Text Symbol: 024 = No problems found
Text Symbol: 023 = This is not necessarily a problem
Text Symbol: 022 = (Host spool)
Text Symbol: 021 = (Server)
Text Symbol: 019 = Does not match device class
Text Symbol: 071 = Instance name
Text Symbol: 118 = Unprocessed output requests
Text Symbol: 116 = Archiving
Text Symbol: 114 = Conv.Indic.
Text Symbol: 113 = Device definitions
Text Symbol: 112 = Access methods
Text Symbol: 111 = Names of servers
Text Symbol: 110 = Names of hosts
Text Symbol: 108 = Summary
Text Symbol: 107 = Initialization
Text Symbol: 106 = Date
Text Symbol: 104 = Database
Text Symbol: 102 = Check
Text Symbol: 101 = Check... &2
Text Symbol: 100 = Installation of the spool
Text Symbol: 092 = menu in transaction SPAD
Text Symbol: 091 = spool server using the "Utilities"
Text Symbol: 090 = Note: You can reassign all devices to another
Text Symbol: 086 = No spool server assigned
Text Symbol: 085 = The assigned real server is not a spool server
Text Symbol: 084 = The assigned real server is not active
Text Symbol: 083 = Device class does not match assigned server
Text Symbol: 082 = Device class does not match server class
Text Symbol: 081 = Otherwise adapt with SPAD.



Text Symbol: 080 = &1 days &2 hours &3 minutes
Text Symbol: 079 = names; it can probably be deleted
Text Symbol: 078 = conversion of assignment to instance
Text Symbol: 077 = This printer has not been used since
Text Symbol: 076 = No spool WP currently running there
Text Symbol: 074 = No active spool server found
Text Symbol: 072 = Host


INCLUDES used within this REPORT RSPO0055

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:

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