EDP21OPTIONS SAP (Partner Profile: Options) Table details

Dictionary Type: Table
Description: Partner Profile: Options




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




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

EDP21OPTIONS is a standard SAP Table which is used to store Partner Profile: Options data and is available within R/3 SAP systems depending on the version and release level.

The EDP21OPTIONS table consists of various fields, each holding specific information or linking keys about Partner Profile: Options data available in SAP. These include MANDT (Client), SNDPRN (Partner Number of Sender), SNDPRT (Partner Type of Sender), SNDPFC (Partner function of sender).. 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 EDP21OPTIONS 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
SNDPRNPartner Number of Sender EDIPSNDPRNCHAR10Assigned to domainALPHAEDI_PARNUM
SNDPRTPartner Type of Sender EDIPSNDPRTCHAR2TEDSTEDI_RCVPRT
SNDPFCPartner function of sender EDIPSNDPFCCHAR2EDIPVEDI_PARVW
MESTYPMessage Type EDIPMESTYPCHAR30EDMSGEDI_MESTYP
MESCODMessage code EDIPMESCODCHAR3Assigned to domainEDI_MESCOD
MESFCTMessage function EDIPMESFCTCHAR3Assigned to domainEDI_MESFCT
TESTFlag for test mode EDIPTESTCHAR1EDI_FLAG
PARIDParameter ID EDIPARIDCHAR20CHAR20
VALUEParameter Value EDIPARVALUECHAR50CHAR50

Key field Non-key field



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

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

SELECT SINGLE *
FROM EDP21OPTIONS
INTO CORRESPONDING FIELDS OF WA_EDP21OPTIONS
WHERE...

How to access SAP table EDP21OPTIONS

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