The EDCPIC table in SAP ERP or S/4HANA stores EDI table of received IDocs from R/2 data. There are total 4 fields in EDCPIC table. The EDI table of received IDocs from R/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 EDCPIC 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 EDCPIC Table Fields
Following is the list of fields that are available in SAP EDCPIC table. The primary key fields of the table are MANDT (Client), DOCNUMR2 (R/2 IDoc number), PORT (R/2 port).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| DOCNUMR2 | R/2 IDoc number | EDI_DOCNR2 | NUMC (16) | |
| PORT | R/2 port | EDI_PORTR2 | * | CHAR (10) |
| DOCNUM | IDoc number | EDI_DOCNUM | NUMC (16) |


