The EDPP1 table in SAP ERP or S/4HANA stores EDI Partner (general partner profiles – inb. and outb.) data. There are total 10 fields in EDPP1 table. The EDI Partner (general partner profiles – inb. and outb.) 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 EDPP1 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 EDPP1 Table Fields
Following is the list of fields that are available in SAP EDPP1 table. The primary key fields of the table are MANDT (Client), PARNUM (Partner number), PARTYP (Partner Type).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | EDIPMANDT | T000 | CLNT (3) |
| PARNUM | Partner number | EDIPPARNUM | CHAR (10) | |
| PARTYP | Partner Type | EDIPPARTYP | TEDST | CHAR (2) |
| CLASS | Partner class | EDIPCLASS | CHAR (3) | |
| MATLVL | Status of partner profile | EDIPMATLVL | EDMA | CHAR (1) |
| TEST | Flag for test mode | EDIPTEST | CHAR (1) | |
| ARCHIV | Documents exist? | EDIPARCHIV | CHAR (1) | |
| USRTYP | User Type | EDIPUSRTYP | CHAR (10) | |
| USRKEY | Permitted users: ID | EDIPUSRKEY | CHAR (70) | |
| USRLNG | Language of notification | EDIPUSRLNG | T002 | LANG (1) |


