The EDPO1 table in SAP ERP or S/4HANA stores EDI table for partner profiles (outbound), level 1 data. There are total 6 fields in EDPO1 table. The EDI table for partner profiles (outbound), level 1 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 EDPO1 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 EDPO1 Table Fields
Following is the list of fields that are available in SAP EDPO1 table. The primary key fields of the table are MANDT (Client), RCVPRT (Partner Type), RCVPRN (Partner Number of Receiver).
| 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 | CHAR (10) | |
| NAME | User Name | EDI_PVUNAM | CHAR (12) | |
| RCVSAD | SADR address | EDI_PVRCVS | CHAR (10) | |
| RCVSNA | SADR flag for international addresses | EDI_PVRCVA | CHAR (1) |


