RDBRA_FRP_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 generated archive files Using the archive files created by
If you would like to execute this report or see the full code listing simply enter RDBRA_FRP_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 Final Results
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RDB_ARCH_SUM_DELETE CALL FUNCTION 'RDB_ARCH_SUM_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_FRP_DEL - Risk Analyzer: Delete Archived Final Results RDBRA_FRP_DEL - Risk Analyzer: Delete Archived Final Results RDBRA_FRP_ARC - Risk Analyzer: Archive Final Results RDBRA_FRP_ARC - Risk Analyzer: Archive Final Results RDBPA_REC_DEL - Portfolio Analyzer: Delete Archived Single Records RDBPA_REC_DEL - Portfolio Analyzer: Delete Archived Single Records