RLE_TEST_MESSAGE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RLE_TEST_MESSAGE into the relevant SAP transactions such as SE38 or SE80
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: P_CLASS = Sending Class
Selection Text: P_EVENT = Message Event
Selection Text: P_KAPPL = Application
Selection Text: P_KSCHL = Condition Type
Selection Text: P_OBJKY = Object key
Selection Text: P_PARNR = Partner number
Selection Text: P_PARVW = Partner Function
Selection Text: P_SEND = Send
Selection Text: P_SHOW = Display
Text Symbol: 001 = Message Class
Text Symbol: 002 = Parameters
Text Symbol: 003 = Mode
Text Symbol: 004 = Cannot create screen
Text Symbol: 005 = No message classes found
Text Symbol: 006 = Authority check required in productive system
Text Symbol: 007 = Please enter object key
INCLUDE RLE_TEST_MESSAGE_TOP.
INCLUDE RLE_TEST_MESSAGE_SCREEN1000.
INCLUDE RLE_TEST_MESSAGE_SCREEN100.
INCLUDE RLE_TEST_MESSAGE_FORMS.
INCLUDE RLE_TEST_MESSAGE_APPLLOG_IMPL.
INCLUDE RLE_TEST_MESSAGE_SELECT_IMPL.
INCLUDE RLE_TEST_MESSAGE_F4HELP_IMPL.
INCLUDE RLE_TEST_MESSAGE_DISPLAY_IMPL.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RLE_TEST_MESSAGE - RLETESTMESSAGE RLE_TEST_MESSAGE - RLETESTMESSAGE RLE_SHP_IDX_TABLE_XPRA - XPRA Report for Filling Index Tables for Deliveries RLE_SHP_IDX_TABLE_XPRA - XPRA Report for Filling Index Tables for Deliveries RLE_SHP_IDX_TABLE_MAINTAIN - Report for Maintaining Index Tables for Deliveries RLE_SHP_IDX_TABLE_MAINTAIN - Report for Maintaining Index Tables for Deliveries