SAP Reports / Programs

SPOPI_UPLOADDEVTYPE SAP ABAP Report - SPOPIUPLOADDEVTYPE







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


Text pool values


Text Symbol: 212 = Zip file not contain required device type.
Text Symbol: 211 = Invalid Zip file format.
Text Symbol: 210 = Download failed.
Text Symbol: 209 = Upload failed. Return code =
Text Symbol: 208 = Cannot download
Text Symbol: 207 = Specified work directory not exist.
Text Symbol: 206 = Select at least one device type.
Text Symbol: 205 = Specify a work directory.
Text Symbol: 204 = Communication between PC and SAP system failed.
Text Symbol: 203 = PRI file broken.
Text Symbol: 202 = Wrong transport request.
Text Symbol: 201 = Device type precheck on the system failed.
Text Symbol: 200 = Uploading successful.
Text Symbol: 102 = Nothing selected.
Text Symbol: 101 = Action cancelled.
Text Symbol: 100 = Error happened in the dialog.
Text Symbol: 006 = Click "Yes" if you want to proceed. Otherwise click "No" or "Cancel".
Text Symbol: 005 = The following device types already exist on the system:
Text Symbol: 004 = Downloading
Text Symbol: 003 = Uploading
Text Symbol: 002 = Device Types (*.PRI, *.ZIP)|*.PRI;*.ZIP|All Files (*.*)|*.*
Text Symbol: 001 = Device Type Selection


INCLUDES used within this REPORT SPOPI_UPLOADDEVTYPE

INCLUDE SPOPI_UPLOADDEVTYPE_0100.
INCLUDE SPOPI_UPLOADDEVTYPE_0110.
INCLUDE SPOPI_UPLOADDEVTYPE_0200.
INCLUDE SPOPI_UPLOADDEVTYPE_0300.
INCLUDE SPOPI_UPLOADDEVTYPE_0400.


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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = msg IMPORTING answer = ans.



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