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

RDRF_MESSAGE_OUT SAP ABAP Report - Execute Data Replication







RDRF_MESSAGE_OUT 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 create one or multiple outbound messages that are sent using an outbound implementation that is defined for a particular replication model...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_OUT into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

DRFOUT - Execute Data Replication


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_OUT. "Basic submit
SUBMIT RDRF_MESSAGE_OUT AND RETURN. "Return to original report after report execution complete
SUBMIT RDRF_MESSAGE_OUT 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: SO_SRV = Outbound Implementation
Selection Text: PA_TEST = Test Run Only
Selection Text: PA_PARAL = Parallel Processing
Selection Text: PA_MAXNO = D .
Selection Text: PA_MAN = Manual
Selection Text: PA_INI = Initialization Type
Selection Text: PA_GROUP = D .
Selection Text: PA_FDOWN = Local Download
Selection Text: PA_CHG = Changes
Selection Text: PA_APPL = D .
Title: Execute Data Replication
Text Symbol: POP = Manual replication filter criteria available during manual calls only, and will be deleted. Proceed?
Text Symbol: FC3 = Display Filter Configuration Overview
Text Symbol: FC2 = Display Filter Criteria Overview
Text Symbol: FC1 = Manual Replication Filter Criteria
Text Symbol: B04 = Options for Report Control
Text Symbol: B03 = Replication Mode
Text Symbol: B02 = Outbound Implementation
Text Symbol: B01 = Replication Model
Text Symbol: 016 = Delete Change Pointer
Text Symbol: 015 = Delete Data in Target System
Text Symbol: 014 = Really delete data in target system?
Text Symbol: 013 = Limit Changes Using Time Interval
Text Symbol: 012 = Manual
Text Symbol: 011 = Changes
Text Symbol: 010 = Initialization
Text Symbol: 008 = Creation Time Upper Limit
Text Symbol: 007 = Creation Time Lower Limit
Text Symbol: 006 = Creation Date Upper Limit
Text Symbol: 005 = Creation Date Lower Limit
Text Symbol: 004 = Manual Replication Filter Criteria Available
Text Symbol: 003 = Preassign Man. Repl. Filter Criteria with Defined Filter Criteria
Text Symbol: 002 = Process Data Records with Delete Information
Text Symbol: 001 = Override Defined Filter Criteria with Manual Filter Criteria


INCLUDES used within this REPORT RDRF_MESSAGE_OUT

INCLUDE RDRF_MESSAGE_OUT_TOP . " GLOBAL DATA
INCLUDE RDRF_MESSAGE_OUT_SEL . " SELECTION SCREEN
INCLUDE RDRF_MESSAGE_OUT_EVT . " EVENTS
INCLUDE RDRF_MESSAGE_OUT_F01 . " ROUTINES




INCLUDE RDRF_MESSAGE_OUT_F02 . " ROUTINES
INCLUDE RDRF_MESSAGE_OUT_F03 . " ROUTINES
INCLUDE RDRF_MESSAGE_OUT_F04.
INCLUDE RDRF_MESSAGE_OUT_F05.
INCLUDE RDRF_MESSAGE_OUT_F06.
INCLUDE RDRF_MESSAGE_OUT_F07.


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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-015 text_question = text-014 * icon_button_1 = 'icon_okay' * icon_button_2 = 'icon_cancel' display_cancel_button = ' ' default_button = '2' IMPORTING answer = lv_popup_answer.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'START_OUTBOUND' text_question = lc_errortext text_button_1 = 'OK' icon_button_1 = 'icon_okay' display_cancel_button = space default_button = '1' IMPORTING answer = lv_popup_answer.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'START_OUTBOUND' text_question = lc_errortext text_button_1 = 'OK' icon_button_1 = 'icon_okay' display_cancel_button = space default_button = '1' IMPORTING answer = lv_popup_answer.



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_OUT or its description.