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
Below is a list of transaction codes which are relevant to this SAP report
DRFOUT - Execute Data Replication
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: 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
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
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RDRF_MESSAGE_OUT - Execute Data Replication RDRF_MESSAGE_OUT - Execute Data Replication RDRF_FILTER_IMPORT_SIMULATE - Simulate After-Import-Method of Filter Criteria RDRF_FILTER_IMPORT_SIMULATE - Simulate After-Import-Method of Filter Criteria RDRF_FILL_REP_STA_INITIAL_TF01 - Include RDRF_FILL_REP_STA_INITIAL_TF01 RDRF_FILL_REP_STA_INITIAL_OF01 - Include RDRF_FILL_REP_STA_INITIAL_OF01