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

RSPO0029 SAP ABAP Report - Delete All Output Devices







RSPO0029 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 RSPO0029 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 RSPO0029. "Basic submit
SUBMIT RSPO0029 AND RETURN. "Return to original report after report execution complete
SUBMIT RSPO0029 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: I_WILL = Task
Title: Delete All Output Devices
Text Symbol: 001 = Yes
Text Symbol: 002 = No
Text Symbol: 003 = Spooler: Define output devices
Text Symbol: 004 = Error
Text Symbol: 005 = deleting TSP03
Text Symbol: 006 = deleting TSP03C
Text Symbol: 007 = Devices
Text Symbol: 008 = were deleted.
Text Symbol: 009 = No device deleted.
Text Symbol: 010 = entering LP01 in TSP03.
Text Symbol: 011 = New printer LP01 has been entered in TSP03.
Text Symbol: 012 = Use transaction SPAD to maintain new printers
Text Symbol: 013 = and output devices.
Text Symbol: 014 = when deleting TSP0U.
Text Symbol: 015 = when deleting TSP0H.
Text Symbol: 016 = when deleting TSP0R.
Text Symbol: 017 = when deleting events
Text Symbol: 018 = when deleting TSP03T
Text Symbol: 100 = Delete All Output Devices


INCLUDES used within this REPORT RSPO0029

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:

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting text_question = 'Alle Ausgabegeräte löschen'(100) text_button_1 = 'Ja'(001) text_button_2 = 'Nein'(002) default_button = '2' importing answer = popup_answer exceptions text_not_found = 1 others = 2.

RSPO_ADM_DEVICE_DELETE call function 'RSPO_ADM_DEVICE_DELETE' exporting dest = wa_tsp03-padest exceptions name_missing = 1 name_twice = 2 not_found = 3 not_deleted = 4 others = 5.

SPCPC_IS_IT_IN_USE CALL FUNCTION 'SPCPC_IS_IT_IN_USE' EXPORTING printer_name = wa_tsp03l-lname * TARGET_SYSTEM_NAME = IMPORTING in_use = in_use in_group = in_group * IN_DIST_STATUS = .

RSPO_ADM_DEVICE_DELETE CALL FUNCTION 'RSPO_ADM_DEVICE_DELETE' exporting dest = wa_tsp03-padest exceptions name_missing = 1 name_twice = 2 not_found = 3 not_deleted = 4 others = 5.

ENQUEUE_ESRSPOTYPE CALL FUNCTION 'ENQUEUE_ESRSPOTYPE' EXPORTING name = 'SPAD' _scope = '2' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_ESRSPOTYPE CALL FUNCTION 'DEQUEUE_ESRSPOTYPE' EXPORTING name = 'SPAD' _scope = '2' _synchron = ' ' _collect = ' '.



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