RSPC_LOG_DELETE 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_LOG_DELETE 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: P_FORCE = Ignore Errors
Selection Text: P_FROM = Delete from date
Selection Text: P_TO = up to and including date
Selection Text: P_CHAIN = D .
Selection Text: P_LOGID = D .
Title: Deletion of Process Chain Logs and Assigned Process Logs
Text Symbol: 001 = Date Selection
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSSM_RFC_IS_GUI_ON CALL FUNCTION 'RSSM_RFC_IS_GUI_ON' IMPORTING on = l_gui.
RSPC_LOG_DELETE CALL FUNCTION 'RSPC_LOG_DELETE' EXPORTING i_logid = l_s_logs-log_id i_force = p_force EXCEPTIONS failed = 1 no_authority = 2 OTHERS = 3.
RSSM_GET_TIME CALL FUNCTION 'RSSM_GET_TIME' EXPORTING i_datum_utc = l_s_logs-datum i_uzeit_utc = l_s_logs-zeit IMPORTING e_datum_loc = l_datum e_uzeit_loc = l_zeit EXCEPTIONS failed = 1 OTHERS = 2.
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_LOG_DELETE - Deletion of Process Chain Logs and Assigned Process Logs RSPC_LOG_DELETE - Deletion of Process Chain Logs and Assigned Process Logs 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