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

RSTS0022 SAP ABAP Report - Delete Obsolete TemSe Objects







RSTS0022 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 RSTS0022 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 RSTS0022. "Basic submit
SUBMIT RSTS0022 AND RETURN. "Return to original report after report execution complete
SUBMIT RSTS0022 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: SEL_OLDI = Delete obsolete objects
Selection Text: SEL_ALL = Delete all objects
Selection Text: MIN_ALT = older than days
Selection Text: LISTONLY = Create list only
Title: Delete Obsolete TemSe Objects
Text Symbol: 252 = clients.
Text Symbol: 251 = . You can only delete in
Text Symbol: 250 = You do not have authorization
Text Symbol: 242 = .
Text Symbol: 241 = or
Text Symbol: 240 = You do not have authorization
Text Symbol: 051 = objects?
Text Symbol: 050 = Delete
Text Symbol: 049 = Part
Text Symbol: 046 = Problem
Text Symbol: 042 = Length
Text Symbol: 041 = Object Name
Text Symbol: 040 = Client
Text Symbol: 030 = &b Bytes in &o Objects can be deleted
Text Symbol: 020 = TemSe Objects Older than &&&& Days:
Text Symbol: 010 = Obsolete TemSe Objects
Text Symbol: 001 = Deleted Due to Age


INCLUDES used within this REPORT RSTS0022

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_WITH_VALUE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING TITEL = SUB_TITEL TEXT_BEFORE = 'Möchten Sie'(050) OBJECTVALUE = SUM_TEXT TEXT_AFTER = ' Objekte löschen ?'(051) DEFAULTOPTION = 'J' IMPORTING ANSWER = POPUP_ANSWER.



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