SAP table EDIPOD (Table for File Port Definitions)
SAP table EDIPOD has 2 primary key fields being MANDT,PORT.
If you're only analyzing data from a single SAP instance you may omit field MANT in your relationships as it will we the same across the entire dataset. On the other hand, if you're combining data from multiple SAP instances you need to take MANDT into account.
Field | Description | Data Type | Length | Decimals | Checktable | Data Element | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
MANDT | Client | CLNT | 3 | 0 | T000 | MANDT | |||||||
PORT | Port | CHAR | 10 | 0 | EDIPORT | EDI_PVRCVP | |||||||
ACTRIG | Flag: EDI subsystem can be triggered from SAP? | CHAR | 1 | 0 | EDI_ACTRIG |
|
|||||||
SHELLDIR | Name of a directory | CHAR | 70 | 0 | EDI_DRCTRY | ||||||||
SHELLSCRIP | Command file | CHAR | 30 | 0 | EDI_SHELLS | ||||||||
OUTPUTDIR | Name of a directory | CHAR | 70 | 0 | EDI_DRCTRY | ||||||||
OUTPUTFILE | File name for outbound data | CHAR | 30 | 0 | EDI_FILOUT | ||||||||
OUTPUTFUNC | Name of function module | CHAR | 30 | 0 | EDIFM | EDI_PVROUT | |||||||
INPUTDIR | Name of a directory | CHAR | 70 | 0 | EDI_DRCTRY | ||||||||
INPUTFILE | File name for inbound data | CHAR | 30 | 0 | EDI_FILIN | ||||||||
INPUTFUNC | Name of function module | CHAR | 30 | 0 | EDIFM | EDI_PVROUT | |||||||
STATUSDIR | Name of a directory | CHAR | 70 | 0 | EDI_DRCTRY | ||||||||
STATUSFILE | File name for status records | CHAR | 30 | 0 | EDI_FILSTA | ||||||||
STATUSFUNC | Name of function module | CHAR | 30 | 0 | EDIFM | EDI_PVROUT | |||||||
LOGDES | RFC destination | CHAR | 32 | 0 | EDI_LOGDES | ||||||||
VERSIO | Version of control record | CHAR | 1 | 0 | EDI_VERSIO |
|
|||||||
OUTPATHM | Logical or physical directory? | CHAR | 1 | 0 | EDI_PTHMOD |
|
|||||||
INPATHM | Logical or physical directory? | CHAR | 1 | 0 | EDI_PTHMOD |
|
|||||||
STAPATHM | Logical or physical directory? | CHAR | 1 | 0 | EDI_PTHMOD |
|
|||||||
UNICODE | Indicator: UNICODE | CHAR | 1 | 0 | EDI_UNICOD | ||||||||
CONTCODP | Flag: Continue Despite Conversion Error CONVT_CODEPAGE | CHAR | 1 | 0 | EDI_IGNORE | ||||||||
REPCHAR | Replacement Characters for OPEN DATASET | CHAR | 1 | 0 | EDI_REPCHR | ||||||||
SHELLPATHM | Logical or physical directory? | CHAR | 1 | 0 | EDI_PTHMOD |
|
|||||||
TRIGGERKIND | Type of Notification of EDI Subsystem | CHAR | 1 | 0 | EDI_TRIGGERKIND |
|
|||||||
TRIGGERFILE | Suffix for File for Ending Identification | CHAR | 6 | 0 | EDI_ENDUNG | ||||||||
TARGET_DOCREL | Use SAP release of receiver system in control record | CHAR | 1 | 0 | EDI_TARGET_DOCREL | ||||||||
CODPAG | Target Code Page | NUMC | 4 | 0 | TCP00 | EDI_TARGET_CP | |||||||
DOCREL_IGNORE | Ignore DOCREL Field of Control Record | CHAR | 1 | 0 | EDI_IGNORE_SNDDOCREL | ||||||||
PACK_PROC | General Flag | CHAR | 1 | 0 | FLAG |
|
EDIPOD foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 EDIPOD | CODPAG | TCP00 | SAP code page catalog | CPCODEPAGE |
1 EDIPOD | MANDT | T000 | Clients | MANDT |
0 EDIPOD | PORT | EDIPORT | Summary Table for all Port Types for IDoc Processing | MANDT |
0 EDIPOD | PORT | EDIPORT | Summary Table for all Port Types for IDoc Processing | PORT |