RWES_MESSAGE_OUT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report enables you to use enterprise services in order to create one or multiple outbound messages for a receiving application...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 RWES_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
WESOUT - Generate Outbound Messages
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 = D .
Selection Text: PA_TEST = Test Run Only
Selection Text: PA_PARAL = Parallel Processing
Selection Text: PA_MAXNO = D .
Selection Text: PA_MAN = Manual Request
Selection Text: PA_INI = Initialization Type
Selection Text: PA_GROUP = D .
Selection Text: PA_DELE =
Selection Text: PA_CHG = Changes
Selection Text: PA_APPL = D .
Title: Generate Outgoing Messages - Integration Scenario
Text Symbol: POP = Free selections are available during manual calls only, and will be deleted. Do you want to proceed?
Text Symbol: MSG = Send Messages via Service
Text Symbol: FLT = Filter Execution
Text Symbol: FL1 = Filter Before Change Analysis
Text Symbol: FC3 = Display Filter Configuration Overview
Text Symbol: FC2 = Display Selection Criteria Overview
Text Symbol: FC1 = Free Selection
Text Symbol: CHG = Change Analysis
Text Symbol: B04 = Options for Report Control
Text Symbol: B03 = Preparation Mode
Text Symbol: B02 = Service
Text Symbol: B01 = Application
Text Symbol: 015 = Delete Data in Target System
Text Symbol: 014 = Really delete data in target system?
Text Symbol: 013 = Limit Changes via Time Interval
Text Symbol: 012 = Manual Request
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 = Free Seletion Available
Text Symbol: 003 = Preassign Free Seletion with Defined Filter Criteria
Text Symbol: 002 = Process Data Records With Delete Information
Text Symbol: 001 = Override Defined Filter Criteria with Free Selection
INCLUDE RWES_MESSAGE_OUT_TOP . " GLOBAL DATA
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Daten im Zielsystem löschen'(015) text_question = lv_del_text1 * icon_button_1 = 'icon_okay' * icon_button_2 = 'icon_cancel' display_cancel_button = ' ' default_button = '2' 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.
RWES_MESSAGE_OUT - Generate Outgoing Messages - Integration Scenario RWES_MESSAGE_OUT - Generate Outgoing Messages - Integration Scenario RWES_DISPLAY_SERVOUT_LOG - Analyze Application Log for Output Messages RWES_DISPLAY_SERVOUT_LOG - Analyze Application Log for Output Messages RWES_DISPLAY_LOG_TOP - RWESDISPLAYLOGTOP RWES_DISPLAY_LOG_SEL - RWESDISPLAYLOGSEL