RSD09 SAP (DD: maintain technical settings: fields on screen) Structure details

Dictionary Type: Structure
Description: DD: maintain technical settings: fields on screen




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




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

RSD09 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: maintain technical settings: fields on screen" 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_RSD09 TYPE RSD09.

The RSD09 table consists of various fields, each holding specific information or linking keys about DD: maintain technical settings: fields on screen data available in SAP. These include TEDATE (System Date), TETITLE (Text (30 Characters)), TEXT_SAVED (Text (15 characters)), TEXT_STATE (Dictionary object status).. 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 RSD09 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
TEUSERUser Name SYUNAMECHAR12SYCHAR12
TEDATESystem Date SYDATUMDATS8SYDATS
TETITLEText (30 Characters) TEXT30CHAR30TEXT30
TEXT_SAVEDText (15 characters) TEXT15CHAR15TEXT15
TEXT_STATEDictionary object status DDSTATUSCHAR15TEXT15
TEXT_DESCRShort Description of Repository Objects AS4TEXTCHAR60AS4TEXT
TEXT_TTYPText length 25 TEXT25CHAR25TEXT25
ADDNEWFunction selection on screen DYNPCHOICECHAR1DYNPCHOICE
EDITFunction selection on screen DYNPCHOICECHAR1DYNPCHOICE
DISPLAYFunction selection on screen DYNPCHOICECHAR1DYNPCHOICE
TEXT_TRANSText (length 35) TEXT35CHAR35TEXT35

Key field Non-key field



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

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

How to access SAP table RSD09

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