EDX_PARK SAP (EDX: Inbound Messages (Messages Ready for Processing)) Table details

Dictionary Type: Table
Description: EDX: Inbound Messages (Messages Ready for Processing)




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




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

EDX_PARK is a standard SAP Table which is used to store EDX: Inbound Messages (Messages Ready for Processing) data and is available within R/3 SAP systems depending on the version and release level.

The EDX_PARK table consists of various fields, each holding specific information or linking keys about EDX: Inbound Messages (Messages Ready for Processing) data available in SAP. These include RELID (EDX: Relation ID for the Data (Internal Use)), PIDREF (EDX: PID and Document Number), SRTF2 (EDX: Cluster Counter (Split File in the Table)), IDOC_NUMBER (EDX: IDoc Number for This Message).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP EDX_PARK table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
RELIDEDX: Relation ID for the Data (Internal Use) EDX_RELIDCHAR2SYCHAR02
PIDREFEDX: PID and Document Number EDX_PID_REFCHAR59EDX_PID_REF
SRTF2EDX: Cluster Counter (Split File in the Table) EDX_CLUSTER_COUNTERINT410SYBIN4
IDOC_NUMBEREDX: IDoc Number for This Message EDX_IDOC_NUMBERNUMC16EDI_DOCNUM
SHIPMENT_IDEDX: Shipment Identification EDX_SHIPMENT_IDCHAR50EDX_SHIPMENT_ID
DOC_TYPE_INIncoming Message Type EDX_DOC_TYPE_INCHAR3EDX_DOC_TYPE_IN
DOC_FORMATEDX: Document Format (PDF, XML, and so on) EDX_DOC_FORMATCHAR15EDX_DOC_FORMAT
SIG_FORMATEDX: Signature Format EDX_SIG_FORMATCHAR15
DOC_FILENAMEEDX: File Name of the Document EDX_FILE_NAMECHAR30
RCV_DATEEDX: Date Received EDX_RCV_DATEDATS8
RCV_TIMEEDX: Time Received EDX_RCV_TIMETIMS6
ERRTEXTEDX: Description of Message Processing Error EDX_ERR_TEXTCHAR255
STATUSEDX: Message Status EDX_STATUSCHAR2EDX_STATUS
KEYPPEDX: End Digit for Parallel Processing EDX_KEYPPCHAR1CHAR1
CLUSTRBIN2 data element for SYST SYBIN2INT25SYBIN2
CLUSTDApplication Log: INDX tables data cluster CLUSTDLRAW2886CLUSTD

Key field Non-key field



How do I retrieve data from SAP table EDX_PARK using ABAP code

The following ABAP code Example will allow you to do a basic selection on EDX_PARK to SELECT all data from the table
DATA: WA_EDX_PARK TYPE EDX_PARK.

SELECT SINGLE *
FROM EDX_PARK
INTO CORRESPONDING FIELDS OF WA_EDX_PARK
WHERE...

How to access SAP table EDX_PARK

Within an ECC or HANA version of SAP you can also view further information about EDX_PARK 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!