RDBRA_REC_DEL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Deletion of Single Records Using Existing Archive Files With the help of the archive files written by the archiving program (
If you would like to execute this report or see the full code listing simply enter RDBRA_REC_DEL 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_TSTRUN = Test run
Title: Risk Analyzer: Delete Archived Single Records
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RDB_ARCH_REC_DELETE CALL FUNCTION 'RDB_ARCH_REC_DELETE' EXPORTING i_appl = 'RA' i_tstrun = p_tstrun.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RDBRA_REC_DEL - Risk Analyzer: Delete Archived Single Records RDBRA_REC_DEL - Risk Analyzer: Delete Archived Single Records RDBRA_REC_ARC - Risk Analyzer: Archive Single Records RDBRA_REC_ARC - Risk Analyzer: Archive Single Records RDBRA_FRP_DEL - Risk Analyzer: Delete Archived Final Results RDBRA_FRP_DEL - Risk Analyzer: Delete Archived Final Results