D021S_RES1 SAP (Screen Fields, Reserved Area 1 with Length 255) Structure details

Dictionary Type: Structure
Description: Screen Fields, Reserved Area 1 with Length 255




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




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

D021S_RES1 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 "Screen Fields, Reserved Area 1 with Length 255" 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_D021S_RES1 TYPE D021S_RES1.

The D021S_RES1 table consists of various fields, each holding specific information or linking keys about Screen Fields, Reserved Area 1 with Length 255 data available in SAP. These include DROPDOWN (Dropdown input field), DROPTYP (Type for a dropdown box), DROPVAL (Value retrieval for dropdown box), DROPSTYLE (Display style for dropdown box).. 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: Cannot Be Enhanced


SAP D021S_RES1 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
F4AVAILABLDoes the field have an input help DDF4AVAILCHAR1DDBOOL
DROPDOWNDropdown input field SCRPCOMBOCHAR1SCRPCOMBO
DROPTYPType for a dropdown box SCRPCOTYPECHAR1SCRPCOTYPE
DROPVALValue retrieval for dropdown box SCRPCOVALCHAR1SCRPCOVAL
DROPSTYLEDisplay style for dropdown box SCRPCOSTYLCHAR1SCRPCOSTYL
ENTRYTYPEEntry field type SCRFENTTYPCHAR1SCRPENTTYP
SWITCHIDID of Switch in Switch Framework SFW_SWITCHIDCHAR30Assigned to domainSFW_SWITCHIDSFW
SHOWHIDEReaction to Switch SFW_SHOWHIDECHAR1SFW_SHOWHIDE
LTRBasic write direction has been defined LTR (left-to-right) DDLTRFLDDICHAR1DDBOOL
BIDICTRLDD: No Filtering of BIDI Formatting Characters DDBIDICTRLCHAR1DDBOOL
OUTPUTSTYLEDECFLOAT: Output Style SCRPOSTYLENUMC2OUTPUTSTYLE
NOINPUTHISTORYNo GUI Input History SCRPNOINPUTHISTORYCHAR1SCRPFLAG
AMPMENABLEDAM/PM-Enabled Time Format SCRPAMPMENABLEDCHAR1SCRPFLAG
RESERVE_1 Reserve for Single Attributes0
DDTYPENAMEName of Dictionary Type TYPENAMECHAR30OBJECTNAMEDTYPDD_TYPES
FUNCTYPEType of function code for pushbutton SCRFPTYPECHAR1CUA_TYPE
FUNCCODEFunction code for pushbutton SCRFFCODCHAR20GUI_FUNC
CTMENUPROGContext menu: Program name SCRPMENPRCHAR40PROGNAME
CTMENUSTATContext menu: Callback (CT_MENU_..) or status/menu name SCRPMENSTCCHAR20GUI_STATUS
LABELLEFTAs label on left SCRPLABELLCHAR1SCRPFLAG
LABELRIGHTAs label on right SCRPLABELRCHAR1SCRPFLAG
DBLCLICKResponds to double-click SCRPDBCLCHAR1SCRPFLAG
CTMENUFLGContext menu: Flag for static or dynamic menu SCRPMENFLGCHAR1SCRPFLAG
INFOBUTTONInfo button (help key) SCRPINFBUTCHAR1SCRPFLAG
RECENTRYRecommended Entry Field SCRPRECENTCHAR1SCRPFLAG
RESERVE_5 Reserve0

Key field Non-key field



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

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

How to access SAP table D021S_RES1

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