SAP Reports / Programs

SPOPI_SELECTDEVTYPE SAP ABAP Report - Device Type Search (SPOPI demonstration)







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


Text pool values


Title: Device Type Search (SPOPI demonstration)
Text Symbol: 132 = https://service.sap.com/sap/support/notes/
Text Symbol: 133 = https://service.sap.com/
Text Symbol: 141 =
Text Symbol: 142 = (not exist on the system)
Text Symbol: 143 =
Text Symbol: 144 = (no Additional Print Options)
Text Symbol: 201 = Not exist on this system.
Text Symbol: 202 = Cannot upload the specified file (RC = $1).
Text Symbol: 203 = The current table is newer than the XML file.
Text Symbol: 204 = Table updated successfully.
Text Symbol: 205 = An error occurred during table update.
Text Symbol: 206 = Incorrect XML file.
Text Symbol: 207 = Cannot open the specified XML file.
Text Symbol: 208 = Specify an XML file name.
Text Symbol: 209 = Cannot display a note.
Text Symbol: 210 = Spedify a printer manufacturer's name.
Text Symbol: 211 = No printer found. Read Note 1036961 to get the latest data.
Text Symbol: 212 = Device type "$1" not exist on the system.
Text Symbol: 213 = Read Note $1 to install the device type.
Text Symbol: 214 = (Right-click on the note number in the main screen.)
Text Symbol: 215 = No printer found. Please modify criteria.
Text Symbol: 011 = NO
Text Symbol: 012 = YES
Text Symbol: 013 = DON'T KNOW
Text Symbol: 014 = UNICODE
Text Symbol: 101 = Clear Printer List
Text Symbol: 102 = Update Printer List
Text Symbol: 105 = Select
Text Symbol: 106 = Select and Get Detail Information
Text Symbol: 110 = Sort Printer List
Text Symbol: 111 = By Manufacturer's Name
Text Symbol: 112 = By Printer Model
Text Symbol: 113 = By Language Group
Text Symbol: 114 = By Unicode Printing
Text Symbol: 115 = By Device Type
Text Symbol: 116 = By Alternative Device Type
Text Symbol: 117 = By Customer's Device Type





Text Symbol: 118 = By Printer Model
Text Symbol: 119 = By SAP Note
Text Symbol: 120 = By Remark
Text Symbol: 121 = By MIB Information
Text Symbol: 130 = Show Device Type Information
Text Symbol: 131 = Display Note (open a browser)


INCLUDES used within this REPORT SPOPI_SELECTDEVTYPE

INCLUDE SPOPI_SELECTDEVTYPE_0110.
INCLUDE SPOPI_SELECTDEVTYPE_0120.
INCLUDE SPOPI_SELECTDEVTYPE_0130.
INCLUDE SPOPI_SELECTDEVTYPE_0140.
INCLUDE SPOPI_SELECTDEVTYPE_0100.


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