EDPO3 SAP (EDI table for partner profiles (outbound), level 2) Table details

Dictionary Type: Table
Description: EDI table for partner profiles (outbound), level 2




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




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

EDPO3 is a standard SAP Table which is used to store EDI table for partner profiles (outbound), level 2 data and is available within R/3 SAP systems depending on the version and release level.

The EDPO3 table consists of various fields, each holding specific information or linking keys about EDI table for partner profiles (outbound), level 2 data available in SAP. These include RCVPRT (Partner Type), RCVPRN (Partner Number of Receiver), RCVPRO (Partner function of recipient), KAPPL (Application for message conditions).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP EDPO3 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 MANDTCLNT3Assigned to domainMANDT
RCVPRTPartner Type EDI_PVRCVTCHAR2Assigned to domainEDI_RCVPRT
RCVPRNPartner Number of Receiver EDI_PVRCVNCHAR10EDPO1ALPHAEDI_RCVPRN
RCVPROPartner function of recipient EDI_RCVPROCHAR2EDIPVEDI_PARVW
KAPPLApplication for message conditions SNA_KAPPLCHAR2CHAR2
KSCHLMessage type SNA_KSCHLCHAR4CHAR4
AENDEChange message flag NA_AENDECHAR1NA_AENDE
RCVPORPort EDI_PVRCVPCHAR10EDIPOEDI_PVPORT
STDEDI Standard EDI_PVSTDCHAR1EDI_STD
STDMESEDI message type EDI_PVSTDMCHAR6EDI_STDMES
STDVRSVersion of EDI standard EDI_PVSTDVCHAR6EDI_STDVRS
DOCTYPIDoc type EDI_PVRCVDCHAR8EDIDOEDI_DOCTYP
RCVSLFSequential Number of Recipient Address (SADR) EDI_PVRSLFCHAR3EDI_SADLF
RCVSDFSADR default flag for recipient address EDI_PVRSDFCHAR1EDI_SADDF
RCVSCACommunication type (SADR) of recipient EDI_PVRSCACHAR3EDI_SADCA
OUTMODOutput Mode EDI_PVRCVOCHAR1EDI_OUTMOD
TESTTest option EDI_PVTESTCHAR1EDI_TEST
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
XPRINTPrint flag EDI_PRINTCHAR1EDI_PRINT
EVCODAProcess code for outbound processing EDI_EVCODACHAR30TEDE1EDI_EVCODA

Key field Non-key field



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

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

SELECT SINGLE *
FROM EDPO3
INTO CORRESPONDING FIELDS OF WA_EDPO3
WHERE...

How to access SAP table EDPO3

Within an ECC or HANA version of SAP you can also view further information about EDPO3 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!