SAP Reports / Programs

GRAPHICS_IGS_RSPO_TEST SAP ABAP Report - Report GRAPHICS_IGS_RSPO_TEST







GRAPHICS_IGS_RSPO_TEST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Use this program to check SNMP Printer Status feedback via RspoConnector Interpreter of the IGS...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 GRAPHICS_IGS_RSPO_TEST 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 GRAPHICS_IGS_RSPO_TEST. "Basic submit
SUBMIT GRAPHICS_IGS_RSPO_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT GRAPHICS_IGS_RSPO_TEST VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Report GRAPHICS_IGS_RSPO_TEST
Text Symbol: 001 = Could not reach IGS.
Text Symbol: 002 = No RspoConnector installed on IGS.
Text Symbol: 003 = RFC Destination to IGS:
Text Symbol: 004 = Printer Name:
Text Symbol: 005 = IGS reached.
Text Symbol: 006 = RspoConnector installed on IGS.
Text Symbol: 007 = No printer name specified.
Text Symbol: 008 = No such printer.
Text Symbol: 009 = Printer has no IP address or not Acess Method S printer.
Text Symbol: 010 = Retrieval of Printer Status failed.
Text Symbol: 011 = Retrieval of Printer Status succeeded.
Text Symbol: 012 = Printers that may support status feedback:


INCLUDES used within this REPORT GRAPHICS_IGS_RSPO_TEST

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:

SPCPC_GET_PRINTER_STATUS call function 'SPCPC_GET_PRINTER_STATUS' exporting printername = pname importing status = s status_ext = se return_code = rc.



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