RSE0EDV SAP (Structure for Function Group 0EDV) Structure details

Dictionary Type: Structure
Description: Structure for Function Group 0EDV




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




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

RSE0EDV is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure for Function Group 0EDV" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RSE0EDV TYPE RSE0EDV.

The RSE0EDV table consists of various fields, each holding specific information or linking keys about Structure for Function Group 0EDV data available in SAP. These include SELECT_ALE (Selection of ALE port (transactional RFC)), SELECT_CPI (Selection of CPIC port (R/2 System)), SELECT_INT (Select Internet port (E-mail)), SELECT_PSS (Select programming interface ports).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP RSE0EDV structure 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
SELECT_EDISelection of EDI port (file) EDI_SELEDICHAR1EDIPTESTFL
SELECT_ALESelection of ALE port (transactional RFC) EDI_SELALECHAR1EDIPTESTFL
SELECT_CPISelection of CPIC port (R/2 System) EDI_SELCPICHAR1EDIPTESTFL
SELECT_INTSelect Internet port (E-mail) EDI_SELINTCHAR1EDIPTESTFL
SELECT_PSSSelect programming interface ports EDI_SELPSSCHAR1EDIPTESTFL
SELECT_XMLXML port selection (file) EDI_SELXMLCHAR1EDIPTESTFL
SELECT_ONESelection: Transfer IDoc Immediately EDI_SELONECHAR1CHAR1
SELECT_COLSelection: Collect IDocs EDI_SELCOLCHAR1CHAR1
SELECT_TRGSelection: Start subsystem EDI_SELTRGCHAR1CHAR1
SELECT_NTRSelection: Do not start subsystem EDI_SELNTRCHAR1CHAR1
TMP_SEGRELRelease of segment def. in IDoc type (3-character) EDI_TSGRELCHAR3CHAR3
SEGAPPLRELApplication Release in which IDoc Segment Released EDI_SEGARLCHAR10CHAR10
USE_QUEUEInbound Processing in Queue EDI_USEQUECHAR1EDI_FLAG
HTTP_SOAP_NS Namespace Use for HTTP-SOAP Communication0

Key field Non-key field



How do I retrieve data from SAP structure RSE0EDV using ABAP code?

As RSE0EDV is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RSE0EDV as there is no data to select.

How to access SAP table RSE0EDV

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