RSARCH09 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report reads management data from the old archive management transaction F040, and writes them into the archive management table of the new archive management transaction SARA...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RSARCH09 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: Transfer of Administration Data from F040 to SARA
Text Symbol: 001 = Data transfer from old archive administration
Text Symbol: 002 = Archive management data being copied
Text Symbol: 003 = Archive management data copied
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_APPEND_LOG *CALL FUNCTION 'TR_APPEND_LOG' ** EXPORTING ACCEPT_NOT_INIT = 'X' * TABLES XMSG = PROT_TAB * EXCEPTIONS * OTHERS = 3.
TR_APPEND_LOG *CALL FUNCTION 'TR_APPEND_LOG' ** EXPORTING ACCEPT_NOT_INIT = 'X' * TABLES XMSG = PROT_TAB * EXCEPTIONS * OTHERS = 3.
TR_FLUSH_LOG *CALL FUNCTION 'TR_FLUSH_LOG' * EXCEPTIONS * OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSARCH09 - Transfer of Administration Data from F040 to SARA RSARCH09 - Transfer of Administration Data from F040 to SARA RSARCH08 - Obsolete Example Program for Generating Archive Programs RSARCH08 - Obsolete Example Program for Generating Archive Programs RSARCH07 - Example Program for Function Module ARCHIVE_OPEN_FOR_MOVE RSARCH07 - Example Program for Function Module ARCHIVE_OPEN_FOR_MOVE