SAP Reports / Programs

RSPO0069 SAP ABAP Report - BC-XDC: Query Status/Format/Printer List







RSPO0069 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 RSPO0069 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 RSPO0069. "Basic submit
SUBMIT RSPO0069 AND RETURN. "Return to original report after report execution complete
SUBMIT RSPO0069 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: SPOOLID = Spool request
Selection Text: Q_STAT = Status Query for Spool Request
Selection Text: Q_PRIN = List of Suitable Printers
Selection Text: Q_FMTS = List of Supported Formats
Title: BC-XDC: Query Status/Format/Printer List
Text Symbol: 020 = Info
Text Symbol: 019 = Format
Text Symbol: 018 = Dev. type
Text Symbol: 016 = Printer
Text Symbol: 015 = Printing Converted PC Documents:
Text Symbol: 014 = Following SAP Printers Are Suitable for
Text Symbol: 013 = Following Output Formats Are Supported:
Text Symbol: 012 = Following Input Formats Are Supported:
Text Symbol: 011 = Query the List of Supported Formats
Text Symbol: 010 = RFC error - No response from converter
Text Symbol: 009 = External converter not installed
Text Symbol: 008 = Invalid status from external converter:
Text Symbol: 007 = Error message from external converter:
Text Symbol: 006 = Could not convert spool request
Text Symbol: 005 = Spool request already reported as COMPLETE
Text Symbol: 004 = Spool request unknown
Text Symbol: 003 = Spool request being processed by XDC
Text Symbol: 002 = in external PC document converter (XDC)
Text Symbol: 001 = Checking spool request status


INCLUDES used within this REPORT RSPO0069

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_QUERY_CONVSTATUS CALL FUNCTION 'RSPO_QUERY_CONVSTATUS' EXPORTING SPOOLREQUEST = spoolid IMPORTING STATUS = status STATUSMSG = msg EXCEPTIONS CONVERTER_NOT_INSTALLED = 1 RFC_ERROR = 2 SPOOLREQUEST_UNKNOWN = 3.

RSPO_QUERY_FORMATS CALL FUNCTION 'RSPO_QUERY_FORMATS' TABLES INPUTFORMATS = informats OUTPUTFORMATS = outformats EXCEPTIONS CONVERTER_NOT_INSTALLED = 1 RFC_ERROR = 2.

RSPO_QUERY_SAPPRINTERS CALL FUNCTION 'RSPO_QUERY_SAPPRINTERS' TABLES PRINTERLIST = plist EXCEPTIONS CONVERTER_NOT_INSTALLED = 1 RFC_ERROR = 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 RSPO0069 or its description.