SAP Reports / Programs | Basis Components | Use Subcomponents | Print and Output Management(BC-CCM-PRN) SAP BC

RSPOSNMPSPO_KRN SAP ABAP Report - Spooler Kernel Interface for SNMP Job Status Feedback Using SPO







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


Text pool values


Title: Spooler Kernel Interface for SNMP Job Status Feedback Using SPO
Text Symbol: 025 = Printer feedback not available: printer is not SNMP compatible
Text Symbol: 024 = Printer feedback not available: internal SNMP error
Text Symbol: 023 = Printer feedback not available: SNMP program missing
Text Symbol: 022 = Printer feedback not available: SNMP network timeout
Text Symbol: 021 = Pending job was suspended (SNMP)
Text Symbol: 020 = Job suspended, device is partly stopped (SNMP)
Text Symbol: 019 = Job status is unknown (job not found, SNMP)
Text Symbol: 018 = Job status feedback not available: SNMP error
Text Symbol: 017 = Job suspended, device was stopped (SNMP)
Text Symbol: 016 = Job suspended, resources are not ready (SNMP)
Text Symbol: 015 = Job is waiting to be printed (SNMP)
Text Symbol: 014 = Job is currently being interpreted (SNMP)
Text Symbol: 013 = Job is currently being processed (SNMP)
Text Symbol: 012 = Job is currently being printed (SNMP)
Text Symbol: 011 = Processing of the job has been temporarily interrupted (SNMP)
Text Symbol: 010 = Job may have been printed (status unknown, SNMP)
Text Symbol: 009 = Job stored in printer for later printing (SNMP)
Text Symbol: 008 = Job not found in printer (SNMP)
Text Symbol: 007 = Job deleted at printer (SNMP)
Text Symbol: 006 = Job deleted (SNMP)
Text Symbol: 005 = Job terminated (SNMP)
Text Symbol: 004 = Job completed (SNMP)
Text Symbol: 003 = Job completed with errors (SNMP)
Text Symbol: 002 = Job completed with warnings (SNMP)
Text Symbol: 001 = Job successfully completed (SNMP)


INCLUDES used within this REPORT RSPOSNMPSPO_KRN

INCLUDE RSPOSNMPSPO_TYP.


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_DEV_SNMPDATA_READ CALL FUNCTION 'RSPO_DEV_SNMPDATA_READ' EXPORTING PRINTER = prtinfo-lname IMPORTING ADDRESS = prtinfo-ipadr VERSION = prtinfo-version COMMUNITY = prtinfo-comm DEVICE_INDEX = prtinfo-devix EXCEPTIONS INVALID_PRINTER = 1 OTHERS = 2.

RSPO_DEV_SNMPDATA_READ CALL FUNCTION 'RSPO_DEV_SNMPDATA_READ' EXPORTING PRINTER = prtinfo-lname BYPASS_DBBUF = 'X' IMPORTING ADDRESS = prtinfo-ipadr VERSION = prtinfo-version COMMUNITY = prtinfo-comm DEVICE_INDEX = prtinfo-devix EXCEPTIONS INVALID_PRINTER = 1 OTHERS = 2.

RSPO_DEVICE_FLUSH CALL FUNCTION 'RSPO_DEVICE_FLUSH' EXPORTING DEVICE = dest EXCEPTIONS CALL_ERROR = 1 OPERATION_FAILED = 2 OTHERS = 3.

RSPO_DEVICE_FLUSH CALL FUNCTION 'RSPO_DEVICE_FLUSH' EXPORTING DEVICE = dest EXCEPTIONS CALL_ERROR = 1 OPERATION_FAILED = 2 OTHERS = 3.

RSPO_OPTION_GET CALL FUNCTION 'RSPO_OPTION_GET' EXPORTING NAME = c_traceon IMPORTING VALUE = value.

RSPO_OPTION_GET CALL FUNCTION 'RSPO_OPTION_GET' EXPORTING NAME = c_traceon_oids IMPORTING VALUE = value.



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