DY20S SAP (Screen Conversion R/2: Screen Header) Structure details

Dictionary Type: Structure
Description: Screen Conversion R/2: Screen Header




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




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

DY20S 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 Conversion R/2: Screen Header" 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_DY20S TYPE DY20S.

The DY20S table consists of various fields, each holding specific information or linking keys about Screen Conversion R/2: Screen Header data available in SAP. These include DDSTATE (Dictionary: Status of the entry), DDMODE (Dictionary: Mode of the entry), DDVERSION (Dictionary: Version of the entry), DDRELEASE (Dictionary: Current release).. 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 DY20S 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
DDNAMECHAR16 for SYST SYCHAR16CHAR16SYCHAR16
DDSTATEDictionary: Status of the entry DDSTATE_DCHAR1DDSTATE
DDMODEDictionary: Mode of the entry DDMODECHAR1DDMODE
DDVERSIONDictionary: Version of the entry DDVERSIONNUMC4DDVERSION
DDRELEASEDictionary: Current release DDRELEASECHAR4DDRELEASE
DDMODIFYDictionary: Modification indicator DDMODIFYRAW4DDMODIFY
DDUSERDictionary: user who made the last change DDUSERCHAR12Assigned to domainXUBNAME
DDDATEDictionary: date of last change DDDATEDATS8DDDATE
DDTIMEDictionary: time of last change DDTIMETIMS6DDTIME
PROGCHAR08 data element for SYST SYCHAR08CHAR8SYCHAR08
DNUMCHAR04 data element for SYST SYCHAR04CHAR4SYCHAR04
KEYRCHAR04 data element for SYST SYCHAR04CHAR4SYCHAR04
DGRPCHAR04 data element for SYST SYCHAR04CHAR4SYCHAR04
FNUMCHAR04 data element for SYST SYCHAR04CHAR4SYCHAR04
ADYSHexadecimal field 4 characters RAW4RAW4RAW4
LDYSHexadecimal field 4 characters RAW4RAW4RAW4
ABSDHexadecimal field 4 characters RAW4RAW4RAW4
LBSDHexadecimal field 4 characters RAW4RAW4RAW4
BZMXHEX02 for SYST SYHEX02RAW2SYHEX02
BZBRHEX02 for SYST SYHEX02RAW2SYHEX02
MILIBIN1 data element for SYST SYBIN1INT13SYBIN1
MICOBIN1 data element for SYST SYBIN1INT13SYBIN1
MALIBIN1 data element for SYST SYBIN1INT13SYBIN1
MACOBIN1 data element for SYST SYBIN1INT13SYBIN1
NOLIBIN1 data element for SYST SYBIN1INT13SYBIN1
NOCOBIN1 data element for SYST SYBIN1INT13SYBIN1
TYPECHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01
HDATCHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01
MOBLCHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01
MOPTCHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01
SPRALanguage Key SYLANGULANG1ISOLASYLANGU
ABAPCHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01
EANACHAR08 data element for SYST SYCHAR08CHAR8SYCHAR08
CUPOCHAR30 for SYST SYCHAR30CHAR30SYCHAR30
DGEN(8-character) Date for SYST SYDATSDATS8SYDATS
TGENTIME Data Element for SYST SYTIMETIMS6SYTIME
VALPBIN1 data element for SYST SYBIN1INT13SYBIN1
CUANCHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01
RESRCHAR 024 RPY_CH024CHAR24CHAR24
PFKYCHAR 120 RPY_CH120CHAR120CHAR120
DTXTCHAR60 data element for SYST SYCHAR60CHAR60SYCHAR60

Key field Non-key field



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

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

How to access SAP table DY20S

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