SAP Reports / Programs | Cross-Application Components | Master Data Governance | Data Replication Framework(CA-MDG-DRF) SAP CA

RDRF_MESSAGE_REOUT SAP ABAP Report - Repeat Data Replication







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RDRF_MESSAGE_REOUT. "Basic submit
SUBMIT RDRF_MESSAGE_REOUT AND RETURN. "Return to original report after report execution complete
SUBMIT RDRF_MESSAGE_REOUT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RDRF_MESSAGE_REOUT

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


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RDRF_MESSAGE_REOUT or its description.