The EDIPO table in SAP ERP or S/4HANA stores Table for description of ports for EDI data. There are total 26 fields in EDIPO table. The Table for description of ports for EDI 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 EDIPO 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 EDIPO Table Fields
Following is the list of fields that are available in SAP EDIPO table. The primary key fields of the table are PORT (Port).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| PORT | Port | EDI_PVRCVP | * | CHAR (10) |
| PORTTYP | Port type | EDI_PORTYP | CHAR (1) | |
| ACTRIG | Flag: EDI subsystem can be triggered from SAP? | EDI_ACTRIG | CHAR (1) | |
| SHELLSCRIP | Command file | EDI_SHELLS | CHAR (30) | |
| OUTPUTDIR | Name of a directory | EDI_DRCTRY | CHAR (70) | |
| OUTPUTFILE | File name for outbound data | EDI_FILOUT | CHAR (30) | |
| OUTPUTFUNC | Name of function module | EDI_PVROUT | EDIFM | CHAR (30) |
| INPUTDIR | Name of a directory | EDI_DRCTRY | CHAR (70) | |
| INPUTFILE | File name for inbound data | EDI_FILIN | CHAR (30) | |
| INPUTFUNC | Name of function module | EDI_PVROUT | EDIFM | CHAR (30) |
| COMSWI | Interchange method | EDI_COMSWI | CHAR (1) | |
| STATUSDIR | Name of a directory | EDI_DRCTRY | CHAR (70) | |
| STATUSFILE | File name for status records | EDI_FILSTA | CHAR (30) | |
| STATUSFUNC | Name of function module | EDI_PVROUT | EDIFM | CHAR (30) |
| LOGDES | RFC destination | EDI_LOGDES | CHAR (32) | |
| SHELLDIR | Name of a directory | EDI_DRCTRY | CHAR (70) | |
| DESCRI | Short description of port | EDI_DESCRI | CHAR (20) | |
| VERSIO | Version of control record | EDI_VERSIO | CHAR (1) | |
| SYSDES | Host destination for an R/2 System | EDI_SYSDES | CHAR (8) | |
| BUFSIZ | Size of data buffer in bytes | EDI_BUFSIZ | NUMC (5) | |
| BUFMAX | Maximum number of CPI-C buffers to an R/2 System | EDI_BUFMAX | NUMC (5) | |
| STAMOD | IDOC: Mode for sending status for R/2 ports | EDI_STAMOD | CHAR (1) | |
| CODPAG | Character set for connection using CPI-C port | EDI_CODPAG | TCP00 | NUMC (4) |
| SYNREQ | IDoc: Request for synchronous transfer type | EDISYNREQ | CHAR (1) | |
| ACKREQ | Request Acknowledgment | EDIACKREQ | CHAR (1) | |
| HUPREQ | Request to close active CPI-C connection | EDIHUPREQ | CHAR (1) |


