EDX_MSG_REPORT_STRUCT SAP (EDX: Data of Summarized IN and OUT Messages) Structure details

Dictionary Type: Structure
Description: EDX: Data of Summarized IN and OUT Messages




ABAP Code to SELECT data from EDX_MSG_REPORT_STRUCT
Related tables to EDX_MSG_REPORT_STRUCT
Access table EDX_MSG_REPORT_STRUCT




Structure field list including key, data, relationships and ABAP select examples

EDX_MSG_REPORT_STRUCT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "EDX: Data of Summarized IN and OUT Messages" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_EDX_MSG_REPORT_STRUCT TYPE EDX_MSG_REPORT_STRUCT.

The EDX_MSG_REPORT_STRUCT table consists of various fields, each holding specific information or linking keys about EDX: Data of Summarized IN and OUT Messages data available in SAP. These include BELNR (EDX: Document Number), CHANGE_COUNTER (EDX: Change Counter for a Message), IDOC_NUMBER (EDX: IDoc Number for This Message), SHIPMENT_ID (EDX: Shipment Identification).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP EDX_MSG_REPORT_STRUCT structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
STATUS_LIGHTCharacter length 1 CHAR_01CHAR1CHAR01
BELNREDX: Document Number EDX_BELNRCHAR35EDX_BELNR
CHANGE_COUNTEREDX: Change Counter for a Message EDX_CHANGE_COUNTERCHAR5
IDOC_NUMBEREDX: IDoc Number for This Message EDX_IDOC_NUMBERNUMC16EDI_DOCNUM
SHIPMENT_IDEDX: Shipment Identification EDX_SHIPMENT_IDCHAR50EDX_SHIPMENT_ID
SENDER_IDEDX: Sender Identifier at Service Provider EDX_SENDER_PIDCHAR17ALPHAEDX_PID
STATUSEDX: Message Status EDX_STATUSCHAR2EDX_STATUS
ARCHIVEDEDX: Archiving Identification EDX_ARCHIVE_FLAGCHAR1XFELD
ARCHIVED_STATUSEDX: Text/Icon for Archiving Status EDX_ARCHIVED_TEXTCHAR4
STATUS_TEXTEDX: Message Status Description EDX_STATUS_TEXTCHAR30
DOC_TYPEIncoming Message Type EDX_DOC_TYPE_INCHAR3EDX_DOC_TYPE_IN
DOC_TYPE_TEXTEDX: Identifier for Document Category EDX_DOC_TYPE_TEXTCHAR30
CREATION_DATEEDX: Date Message Created EDX_CREAT_DATEDATS8
CREATION_TIMEEDX: Time Message Created EDX_CREAT_TIMETIMS6
SEND_DATESend Date of Message EDX_SEND_DATEDATS8
SEND_TIMEEDX: Time Message Sent EDX_SEND_TIMETIMS6
RECEIVE_DATEEDX: Date Received EDX_RCV_DATEDATS8
RECEIVE_TIMEEDX: Time Received EDX_RCV_TIMETIMS6
PROCESS_DATEEDX: Processing Date EDX_PROCESS_DATEDATS8
PROCESS_TIMEEDX: Processing Time EDX_PROCESS_TIMETIMS6
BUKRSCompany Code EDX_BUKRSCHAR4Assigned to domainBUKRS
ERR_TEXTEDX: Description of Message Processing Error EDX_ERR_TEXTCHAR255
TOTAL_AMOUNTEDX: Amount in the Message EDX_TOTAL_AMOUNTCURR15(2) WERT8
CURRENCYEDX: Currency EDX_CURRENCYCUKY5
DIRECTIONEDX: Description for the Message Direction EDX_DIRECTIONCHAR3TEXT3
DIRECTION_TEXTEDX: Text for the Message Direction EDX_DIRECTION_TEXTCHAR20TEXT20
SELECTION_DATEEDX: Selection Date for Messages EDX_SELECTION_DATEDATS8
SELECTION_TIMEEDX: Selection Time for Messages EDX_SELECTION_TIMETIMS6
PARTNER_IDEDX: Partner ID EDX_PARTNER_IDCHAR10Assigned to domainALPHAKUNNR
PARTNER_NAMEEDX: Name of Partner EDX_PARTNER_NAMECHAR35NAME
REL_DOC_TYPE_INEDX: Type of Reference Message EDX_REL_DOC_TYPE_INCHAR3EDX_DOC_TYPE_IN
REL_BELNREDX: Document Number of Reference Message EDX_REL_BELNRCHAR35EDX_BELNR
REL_DOC_TYPE_TEXTEDX: ID of Reference Message Type EDX_REL_DOC_TYPE_TEXTCHAR30

Key field Non-key field



How do I retrieve data from SAP structure EDX_MSG_REPORT_STRUCT using ABAP code?

As EDX_MSG_REPORT_STRUCT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on EDX_MSG_REPORT_STRUCT as there is no data to select.

How to access SAP table EDX_MSG_REPORT_STRUCT

Within an ECC or HANA version of SAP you can also view further information about EDX_MSG_REPORT_STRUCT and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!