RVHURL025 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to archive matching groups (
If you would like to execute this report or see the full code listing simply enter RVHURL025 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: PTEXT = D Note
Title: Archiving matching groups: Create archive file
Text Symbol: U03 = Note
Text Symbol: U01 = Mtching grp
Text Symbol: T06 = Counter log
Text Symbol: T05 = General notes on processing
Text Symbol: T04 = Matching groups that could not be archived
Text Symbol: T03 = Archived matching groups
Text Symbol: T02 = Flow log
Text Symbol: T01 = Archiving matching groups
Text Symbol: S04 = Technical control
Text Symbol: M07 = RLCPGRP selected:
Text Symbol: M01 = Message not found &1 &2 &3 &4
INCLUDE RVHURL025TOP.
INCLUDE RVHURL025FSQ.
INCLUDE RVHURL025F01.
INCLUDE RVHURL025F02.
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.
RVHURL025 - Archiving matching groups: Create archive file RVHURL025 - Archiving matching groups: Create archive file RVHURL023TOP - documentation and ABAP source code RVHURL023 - Archiving transmissions: Link to hints RVHURL023 - Archiving transmissions: Link to hints RVHURL021TOP - documentation and ABAP source code