EDP13 SAP (Partner Profile: Outbound (technical parameters)) Table details

Dictionary Type: Table
Description: Partner Profile: Outbound (technical parameters)




ABAP Code to SELECT data from EDP13
Related tables to EDP13
Access table EDP13




Table field list including key, data, relationships and ABAP select examples

EDP13 is a standard SAP Table which is used to store Partner Profile: Outbound (technical parameters) data and is available within R/3 SAP systems depending on the version and release level.

The EDP13 table consists of various fields, each holding specific information or linking keys about Partner Profile: Outbound (technical parameters) data available in SAP. These include MANDT (Client), RCVPRN (Partner Number of Receiver), RCVPRT (Partner Type of Receiver), RCVPFC (Partner function of recipient).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP EDP13 table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient EDIPMANDTCLNT3T000MANDT
RCVPRNPartner Number of Receiver EDIPRCVPRNCHAR10EDPP1ALPHAEDI_PARNUM
RCVPRTPartner Type of Receiver EDIPRCVPRTCHAR2TEDSTEDI_RCVPRT
RCVPFCPartner function of recipient EDIPRCVPFCCHAR2EDIPVEDI_PARVWK03
MESTYPMessage Type EDIPMESTYPCHAR30EDIMSGEDI_MESTYP
MESCODMessage code EDIPMESCODCHAR3EDI_MESCOD
MESFCTMessage function EDIPMESFCTCHAR3EDI_MESFCT
TESTFlag for test mode EDIPTESTCHAR1EDI_FLAG
METHODChoice: EDI or ALE (no longer used) EDIPMETHODCHAR1CHAR1
DOCTYPIDoc type EDIPDOCTYPCHAR8Assigned to domainEDI_DOCTYP
SYNCHKCancel Processing After Syntax Error EDIPSYNCHKCHAR1EDIPSYNCHK
USRTYPUser Type EDIPUSRTYPCHAR10CHAR10
USRKEYPermitted users: ID EDIPUSRKEYCHAR70TEXT70
USRLNGLanguage of notification EDIPUSRLNGLANG1T002ISOLASPRAS
ALEADRAddress for ALE EDIPALEADRCHAR10CHAR10
ALESCACommunication type of recipient for ALE EDIPALESCACHAR3EDI_SADCA
OUTMODOutput Mode EDIPOUTMODCHAR1EDI_OUTMOD
RCVPORReceiver port EDIPRCVPORCHAR10EDIPORTEDI_PVPORTPOR
IDOCTYPBasic type EDIPIDOCTPCHAR30EDIMSGEDI_IDOCTP
CIMTYPExtension (customer extension of basic IDoc type) EDIPCIMTYPCHAR30EDIMSGEDI_CIMTYP
STDEDI Standard EDI_PVSTDCHAR1EDI_STD
STDVRSVersion of EDI standard EDI_PVSTDVCHAR6EDI_STDVRS
STDMESEDI message type EDI_PVSTDMCHAR6EDI_STDMES
PCKSIZSize of IDoc packets to be sent (unit: IDoc) EDIPPCKSIZNUMC4NUMC04
IDOCVRSVersion of segment definition (not used) EDI_IDCVRSNUMC6NUMC6
SEGRELRelease of IDoc segment EDI_SEGRELCHAR4SYCHAR04
EDIVIEWView of IDoc type EDIVIEWCHAR30EDVIEWEDIVIEWEDI_VIEW
SEGAPPLRELApplication Release in which IDoc Segment Released EDI_SEGARLCHAR10CHAR10
QURULERule Name EDI_REGELNAMECHAR30Assigned to domain
SYNNORUNDisable Outbound Syntax Check Explicitly EDIPNOSYNCCHAR1EDIPNOSYNC

Key field Non-key field



How do I retrieve data from SAP table EDP13 using ABAP code

The following ABAP code Example will allow you to do a basic selection on EDP13 to SELECT all data from the table
DATA: WA_EDP13 TYPE EDP13.

SELECT SINGLE *
FROM EDP13
INTO CORRESPONDING FIELDS OF WA_EDP13
WHERE...

How to access SAP table EDP13

Within an ECC or HANA version of SAP you can also view further information about EDP13 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!