RSEDD0 SAP (DD system table: Dynpro fields for popup window in DD) Structure details

Dictionary Type: Structure
Description: DD system table: Dynpro fields for popup window in DD




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




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

RSEDD0 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 "DD system table: Dynpro fields for popup window in DD" 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_RSEDD0 TYPE RSEDD0.

The RSEDD0 table consists of various fields, each holding specific information or linking keys about DD system table: Dynpro fields for popup window in DD data available in SAP. These include DDOBJNAME (Name of ABAP Dictionary Object), DOMNAME (Name of a domain with Set/Get parameter), TABNAME (Table Name), ROLLNAME (Data element (semantic domain)).. 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 RSEDD0 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
DDOBJTYPEDD object type in DE management system DDEUTYPECHAR1DDEUTYPE
DDOBJNAMEName of ABAP Dictionary Object DDOBJNAMECHAR30DDOBJNAMEDOB
DOMNAMEName of a domain with Set/Get parameter DOMNAME_SGCHAR30Assigned to domainDOMNAMEDOMDD_DOMA
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
ROLLNAMEData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
SQLTABSQL table name SQLTABCHAR10SQLTAB
MCONAME4Name of a matchcode object (4-digit) MCONAME4CHAR4MCONAME4DMO
VIEWNAMEName of SAP table view VIEWNAMECHAR30Assigned to domainVIEWNAMEDVI
ENQNAMELock object name ENQNAMECHAR16DBOBJ_NAMEENQUDD_ENQU
POOLTable pool name POOLCHAR10POOLSQT
TCLUSTERTable cluster name TCLUSTERCHAR10TCLUSTERSQT
STRNAMEName of internal structure STRNAMECHAR30Assigned to domainAS4TABSTR
INDEXIDUnique Index ID in a Table INDEXIDCHAR3INDEXIDDIX
MCIDMatchcode ID MCIDCHAR1Assigned to domainMCIDDMI
SHLPNAMEName of a Search Help SHLPNAMECHAR30Assigned to domainSHLPNAMESHLPDD_SHLP
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
TYPEGROUPType Group TYPEGROUPCHAR5TYPEGROUPDOB
DBOBJ_NAMEDD: Name of a database object (length 16) DBOBJ_NAMECHAR16DBOBJ_NAMEDOB
TTYPENAMEName of table type TTYPENAMECHAR30Assigned to domainTTYPENAMETTYP
ENTIDEntity type name UDENTITYCHAR26Assigned to domainUDENTITYDET
VIEWNAME16Name of an SAP table view, 16 characters VIEWNAME16CHAR16DBOBJ_NAMEDVIDD_VIEW_16
TABNAME16Table name, 16 characters TABNAME16CHAR16DBOBJ_NAMEDTBDD_DBTB_16

Key field Non-key field



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

As RSEDD0 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 RSEDD0 as there is no data to select.

How to access SAP table RSEDD0

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