EDX_LIST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to display all incoming and outgoing messages, with their processing status in a period...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 EDX_LIST into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EDX_LIST - EDX: Message Overview
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.
Title: EDX: Overview of Inbound and Outbound Messages
Text Symbol: TB1 = Reload List
Text Symbol: T05 = All Company Codes
Text Symbol: S05 = Status Successfully Updated
Text Symbol: S04 = &1: Original Document Cannot Be Displayed for Inbound Message
Text Symbol: S03 = &1: Original Document Cannot Be Displayed for Outbound Message
Text Symbol: S02 = &1: Document Cannot Be Displayed for Inbound Message
Text Symbol: S01 = &1: Document Cannot Be Displayed for Outbound Message
Text Symbol: H03 = EDX: New Document
Text Symbol: H02 = EDX: Detail Entries for Message
Text Symbol: H01 = EDX: Message Overview
Text Symbol: C16 = Post Document
Text Symbol: C15 = MIR4 Parking
Text Symbol: C14 = Park Document
Text Symbol: C13 = Delete &1
Text Symbol: C12 = Display Problem List
Text Symbol: C10 = Link &1
Text Symbol: C09 = Process &1
Text Symbol: C08 = Reset &1
Text Symbol: C07 = Send &1
Text Symbol: C06 = Display Complete Error
Text Symbol: C05 = Column Info
Text Symbol: C04 = Call BD87
Text Symbol: C03 = Display Document
Text Symbol: C02 = Display Verification Log
Text Symbol: C01 = Display PDF
INCLUDE EDX_MSG_REPORT_TOP. " GLOBAL DATA
INCLUDE EDX_MSG_REPORT_MY_CL_IMPL.
INCLUDE EDX_MSG_REPORT_CL_DEF.
INCLUDE EDX_MSG_REPORT_INIT.
INCLUDE EDX_MSG_REPORT_PBO.
INCLUDE EDX_MSG_REPORT_PAI.
INCLUDE EDX_MSG_REPORT_UP.
INCLUDE EDX_MSG_REPORT_POV.
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.
EDX_LIST - EDX: Overview of Inbound and Outbound Messages EDX_LIST - EDX: Overview of Inbound and Outbound Messages EDX_LINK - EDX: Link Documents to Document EDX_LINK - EDX: Link Documents to Document EDX_DUMP - EDX: Save Objects from Non-Processable Messages EDX_DUMP - EDX: Save Objects from Non-Processable Messages