EDPPV SAP (Proposal Values for Partner Fast Entry) Table details

Dictionary Type: Table
Description: Proposal Values for Partner Fast Entry




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




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

EDPPV is a standard SAP Table which is used to store Proposal Values for Partner Fast Entry data and is available within R/3 SAP systems depending on the version and release level.

The EDPPV table consists of various fields, each holding specific information or linking keys about Proposal Values for Partner Fast Entry data available in SAP. These include PARTYP (Partner Type), DIRECT (Direction for IDoc), MESTYP (Message Type), MESCOD (Message code).. 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 EDPPV 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 MANDTCLNT3T000MANDT
PARTYPPartner Type EDIPPARTYPCHAR2TEDSTEDI_RCVPRTPT1
DIRECTDirection for IDoc EDI_DIRECTCHAR1EDI_DIRECT
MESTYPMessage Type EDIPMESTYPCHAR30EDIMSGEDI_MESTYP
MESCODMessage code EDIPMESCODCHAR3EDI_MESCOD
MESFCTMessage function EDIPMESFCTCHAR3EDI_MESFCT
EVCODEInbound Process Code EDIPEVCODECHAR30TEDE2EDI_EVCODE
EVCODAOutbound process code EDIPEVCODACHAR30TEDE1EDI_EVCODAEDI_EVCODE_OUTBOUND
RCVPFCPartner function of recipient EDIPRCVPFCCHAR2EDIPVEDI_PARVWK03
KAPPLApplication for message conditions - without value table EDI_KAPPLCHAR2EDI_KAPPLK04
KSCHLMessage type EDI_KSCHLCHAR4EDI_KSCHLK05
AENDEChange message flag EDI_AENDECHAR1EDI_AENDEK06
ICOLLECTSelection: Collect IDocs EDI_SELCOLCHAR1CHAR1
STRIGGERSelection: Start subsystem EDI_SELTRGCHAR1CHAR1
RCVPORReceiver port EDIPRCVPORCHAR10EDIPORTEDI_PVPORTPOR
IDOCTYPBasic type EDIPIDOCTPCHAR30EDIMSGEDI_IDOCTP
CIMTYPExtension (customer extension of basic IDoc type) EDIPCIMTYPCHAR30EDIMSGEDI_CIMTYP
USRTYPType of job to be notified EDISUSRTYPCHAR2T778OOTYPE
USRKEYParty to be notified EDISUSRKEYCHAR12HROBJID_12
EDIVIEWView of IDoc type EDIVIEWCHAR30EDVIEWEDIVIEWEDI_VIEW

Key field Non-key field



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

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

SELECT SINGLE *
FROM EDPPV
INTO CORRESPONDING FIELDS OF WA_EDPPV
WHERE...

How to access SAP table EDPPV

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