RSPC_INSTANCE_CLEANUP 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 RSPC_INSTANCE_CLEANUP 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.
Selection Text: DATE = Older than
Selection Text: DEL = Delete Logs
Selection Text: ORPH = Without Correspond. Chain Run
Title: Report RSPC_INSTANCE_CLEANUP
Text Symbol: 001 = Number of Instance Log Entries Older Than
Text Symbol: 002 = Number of Instance Log Entries without Run Assignment
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSSM_GET_TIME CALL FUNCTION 'RSSM_GET_TIME' EXPORTING i_datum_loc = date IMPORTING e_timestampl = g_timestamp.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSPC_INSTANCE_CLEANUP - Report RSPC_INSTANCE_CLEANUP RSPC_INSTANCE_CLEANUP - Report RSPC_INSTANCE_CLEANUP RSPC_FRONTENDC01 - Lokale Klassen RSPC_DISPLAY_JOBS - Display of Jobs with Display of Program Parameters RSPC_DISPLAY_JOBS - Display of Jobs with Display of Program Parameters RSPC_DEMO_CREATE_CHAIN_BY_PROG - Demo: Creating a Process Chain per Program Without User Interaction