RDRF_MESSAGE_REOUT 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 repeat data replication that you have already performed...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 RDRF_MESSAGE_REOUT 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: PA_TEST = Test Run Only
Selection Text: PA_RUNID = D .
Selection Text: PA_PARAL = Parallel Processing
Selection Text: PA_OUTB = D .
Selection Text: PA_MAXNO = D .
Selection Text: PA_GROUP = D .
Selection Text: PA_APPL = D .
Title: Repeat Data Replication
Text Symbol: SEL = Selected
Text Symbol: REP = Objects for Repeated Replication
Text Symbol: INF = Information
Text Symbol: ERR = Erroneous
Text Symbol: C06 = Thus no support to find parameter values is given outside of the monitor
Text Symbol: C05 = Usually this report is called by a monitor with provided parameter values.
Text Symbol: C04 = or directly in dialog (choose Program -> Execute (F8))
Text Symbol: C03 = - in parallel mode
Text Symbol: C02 = - in the background (choose Program -> Execute in Background ( F9))
Text Symbol: C01 = With this intermediate step you may repeat the replication
Text Symbol: B04 = Options for Report Control
Text Symbol: B03 = Repeat Replication Selection
Text Symbol: B02 = Outbound Implementation
Text Symbol: B01 = Replication Model
Text Symbol: ALL = All
INCLUDE RDRF_MESSAGE_REOUT_TOP . " GLOBAL DATA
INCLUDE RDRF_MESSAGE_REOUT_SEL . " SELECTION SCREEN
INCLUDE RDRF_MESSAGE_REOUT_EVT . " EVENTS
INCLUDE RDRF_MESSAGE_OUT_F02 . " ROUTINES
INCLUDE RDRF_MESSAGE_OUT_F03 . " ROUTINES
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.