RVHURL027 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report deletes matching groups from table
If you would like to execute this report or see the full code listing simply enter RVHURL027 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: Archiving matching groups: Delete application data
Text Symbol: U04 = Note
Text Symbol: U02 = Mtching grp
Text Symbol: U01 = Note
Text Symbol: T02 = Archived matching groups
Text Symbol: T01 = General notes on processing
Text Symbol: S03 = Update Run
Text Symbol: S02 = Test run
Text Symbol: S01 = Technical control
Text Symbol: M01 = Message not found &1 &2 &3 &4
INCLUDE RVHURL027TOP.
INCLUDE RVHURL027F01.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RVHURL027 - Archiving matching groups: Delete application data RVHURL027 - Archiving matching groups: Delete application data RVHURL025TOP - documentation and ABAP source code RVHURL025SEL - documentation and ABAP source code RVHURL025FSQ - documentation and ABAP source code RVHURL025F02 - documentation and ABAP source code