SAP Reports / Programs | Financials | Financial Supply Chain Management(FIN-FSCM) SAP FIN

EDX_LIST SAP ABAP Report - EDX: Overview of Inbound and Outbound Messages







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


Transaction Code(s):

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

EDX_LIST - EDX: Message Overview


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 EDX_LIST. "Basic submit
SUBMIT EDX_LIST AND RETURN. "Return to original report after report execution complete
SUBMIT EDX_LIST VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT EDX_LIST

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.


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:

No SAP FUNCTION MODULES are executed within this report code!



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