The EDPO3 table in SAP ERP or S/4HANA stores EDI table for partner profiles (outbound), level 2 data. There are total 20 fields in EDPO3 table. The EDI table for partner profiles (outbound), level 2 table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of EDPO3 table. It is in IDoc Interface (Processing, Administration, Definition) (SED) ABAP package and is part of the ALE Integration Technology (BC-MID-ALE) module.
SAP EDPO3 Table Fields
Following is the list of fields that are available in SAP EDPO3 table. The primary key fields of the table are MANDT (Client), RCVPRT (Partner Type), RCVPRN (Partner Number of Receiver), RCVPRO (Partner Function of Receiver), KAPPL (Application for message conditions), KSCHL (Message type), AENDE (Change message flag).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| RCVPRT | Partner Type | EDI_PVRCVT | * | CHAR (2) |
| RCVPRN | Partner Number of Receiver | EDI_PVRCVN | EDPO1 | CHAR (10) |
| RCVPRO | Partner Function of Receiver | EDI_RCVPRO | CHAR (2) | |
| KAPPL | Application for message conditions | SNA_KAPPL | CHAR (2) | |
| KSCHL | Message type | SNA_KSCHL | CHAR (4) | |
| AENDE | Change message flag | NA_AENDE | CHAR (1) | |
| RCVPOR | Port | EDI_PVRCVP | EDIPO | CHAR (10) |
| STD | EDI Standard | EDI_PVSTD | CHAR (1) | |
| STDMES | EDI message type | EDI_PVSTDM | CHAR (6) | |
| STDVRS | Version of EDI standard | EDI_PVSTDV | CHAR (6) | |
| DOCTYP | IDoc type | EDI_PVRCVD | EDIDO | CHAR (8) |
| RCVSLF | Sequential Number of Recipient Address (SADR) | EDI_PVRSLF | CHAR (3) | |
| RCVSDF | SADR default flag for recipient address | EDI_PVRSDF | CHAR (1) | |
| RCVSCA | Communication type (SADR) of recipient | EDI_PVRSCA | CHAR (3) | |
| OUTMOD | Output Mode | EDI_PVRCVO | CHAR (1) | |
| TEST | Test option | EDI_PVTEST | CHAR (1) | |
| SPRAS | Language Key | SPRAS | T002 | LANG (1) |
| XPRINT | Print flag | EDI_PRINT | CHAR (1) | |
| EVCODA | Process code for outbound processing | EDI_EVCODA | TEDE1 | CHAR (30) |


