RSREQARCH_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 RSREQARCH_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_DELPRD = Production Mode
Selection Text: P_DELTST = Test Mode
Title: Delete Program for Request - Archiving
Text Symbol: PCF = Process Flow Control
INCLUDE ARCH_DELETE_PRG_STANDARD1. "<<< FLOW CONTROL
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_on.
RSSM_SLEEP_DEBUG call function 'RSSM_SLEEP_DEBUG' exporting i_seconds = 15 * I_ALWAYS = ' ' * I_DEBUG_STATUS_GET = ' ' * IMPORTING * E_DEBUG_ON = .
ARCHIVE_OPEN_FOR_READ call function 'ARCHIVE_OPEN_FOR_READ' exporting * ARCHIVE_DOCUMENT = '000000' * ARCHIVE_NAME = ' ' object = 'BWREQARCH' * MAINTAIN_INDEX = ' ' importing archive_handle = l_handle tables archive_files = l_t_arc_files selected_files = l_t_sel_files exceptions others = 1.
ARCHIVE_CLOSE_FILE call function 'ARCHIVE_CLOSE_FILE' exporting archive_handle = l_handle.
RSREQARCH_DELETE_REQUEST call function 'RSREQARCH_DELETE_REQUEST' exporting i_testmode = p_test.
RSREQARCH_DELETE_REQUEST call function 'RSREQARCH_DELETE_REQUEST' exporting i_testmode = p_test i_archive_name = l_t_sel_files-archiv_key.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSREQARCH_DELETE - Delete Program for Request - Archiving RSREQARCH_DELETE - Delete Program for Request - Archiving RSREQARCH_CHECK_HASH_ARCHIVE - Check Requests for Consistency / Archiving / Hashing RSREQARCH_CHECK_HASH_ARCHIVE - Check Requests for Consistency / Archiving / Hashing RSREQARCH_CHECK_EMPTY_ARCHMON - Find Empty Entries in RSREQARCHMON-Tabelle RSREQARCH_CHECK_EMPTY_ARCHMON - Find Empty Entries in RSREQARCHMON-Tabelle