SAP Reports / Programs

RWES_MESSAGE_OUT SAP ABAP Report - Generate Outgoing Messages - Integration Scenario







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


Transaction Code(s):

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

WESOUT - Generate Outbound Messages


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 RWES_MESSAGE_OUT. "Basic submit
SUBMIT RWES_MESSAGE_OUT AND RETURN. "Return to original report after report execution complete
SUBMIT RWES_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 = 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


INCLUDES used within this REPORT RWES_MESSAGE_OUT

INCLUDE RWES_MESSAGE_OUT_TOP . " GLOBAL DATA




INCLUDE RWES_MESSAGE_OUT_SEL . " SELECTION SCREEN
INCLUDE RWES_MESSAGE_OUT_EVT . " EVENTS
INCLUDE RWES_MESSAGE_OUT_F01 . " ROUTINES
INCLUDE RWES_MESSAGE_OUT_F02 . " ROUTINES
INCLUDE RWES_MESSAGE_OUT_F03 . " ROUTINES
INCLUDE RWES_MESSAGE_OUT_F04.
INCLUDE RWES_MESSAGE_OUT_F05.
INCLUDE RWES_MESSAGE_OUT_F06.
INCLUDE RWES_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 = '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.



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