RSPRIPARDELETE 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 RSPRIPARDELETE into the relevant SAP transactions such as SE38 or SE80
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.
Title: Selection/Deletion of User-Specific Print Settings
Text Symbol: 009 = For
Text Symbol: 010 = Selection/Deletion of User-Specific Print Settings
Text Symbol: 011 = User
Text Symbol: 012 = Version
Text Symbol: 015 = Print Defaults
Text Symbol: 016 = Fields on Initial Print Screen for Fast Entry
Text Symbol: 019 = Delete Selected Print Settings
Text Symbol: 030 = Following Print Settings Deleted:
Text Symbol: 031 = Following Print Settings Selected:
Text Symbol: 035 = Total Deleted:
Text Symbol: 036 = Total Selected:
Text Symbol: 040 = Delete User-Specific Print Settings
Text Symbol: 041 = Are you sure you want to delete user-specific print settings?
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Benutzerspezifische Druckeinstellungen löschen'(040) text_question = 'Sollen die selektierten' & ' benutzerspezifischen Druckeinstellungen' & ' tatsächlich gelöscht werden?'(041) default_button = '2' IMPORTING answer = l_answer exceptions others = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSPRIPARDELETE - Selection/Deletion of User-Specific Print Settings RSPRIPARDELETE - Selection/Deletion of User-Specific Print Settings RSPRIPARCOPY - Copy User-Specific List Print Settings RSPRIPARCOPY - Copy User-Specific List Print Settings RSPRIPARADMIN - Administration Report for Print Parameters for All Users RSPRIPARADMIN - Administration Report for Print Parameters for All Users