D020VT SAP (View of screens - info system) Structure details

Dictionary Type: Structure
Description: View of screens - info system




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




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

D020VT 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 "View of screens - info system" 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_D020VT TYPE D020VT.

The D020VT table consists of various fields, each holding specific information or linking keys about View of screens - info system data available in SAP. These include DNUM (Screen number), TYPE (Screen type), FNUM (Next screen number), DGRP (Screen group for screen classification).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP D020VT 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
PROGProgram Name SCRHPROGCHAR40PROGNAME
DNUMScreen number SCRHDNUMNUMC4DYNPRONR
TYPEScreen type SCRHTYPECHAR1SCRHTYPE
FNUMNext screen number SCRHFNUMNUMC4DYNPRONR
DGRPScreen group for screen classification SCRHDGRPCHAR4SCRPHDGRP
CUANCHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01
HDATHold Data SCRHHDATCHAR1SCRPFLAG
SPRAScreen original language SCRHSPRALANG1Assigned to domainISOLASPRAS
CUPOCHAR30 for SYST SYCHAR30CHAR30SYCHAR30
DGENDate of screen generation SCRHGENDDATS8SCRPDATE
TGENTime at which the screen was generated SCRHGENTTIMS6SCRPTIME
DTXTShort text SCRHDTXTCHAR60AS4TEXT
CNAMAuthor CNAMCHAR12SYCHAR12
CDATCreated on RDIR_CDATEDATS8SYDATS
UNAMLast changed by UNAMCHAR12SYCHAR12
UDATChanged On RDIR_UDATEDATS8SYDATS
VALPBIN1 data element for SYST SYBIN1INT13SYBIN1
DIDXBox height DIDXRAW2DIDX
FILLPadding character, leading zero FILL_____4CHAR1FILL_____4
LANFLoop start line LANF_____4RAW1LANF_____4
LBLKLoop block size LBLK_____4RAW1LBLK_____4
LREPLoop repeat factor LREP_____4RAW1LREP_____4
FNAMField name FNAM_____4CHAR132DYNFNAM
LTYPLoop type LTYP_____4CHAR1LTYP_____4
UCNVUser conversion routine UCNV_____4CHAR5UCNV_____4
DMACMatchcode file name DMAC_____4CHAR132DYNDMAC
FIXFObsolete: Fixed font SCRPFIXFCHAR1SCRPCHA1
MILIBIN1 data element for SYST SYBIN1INT13SYBIN1
KOMPSwitch off screen compression at runtime SCRPCOMPCHAR1SCRPCHA1

Key field Non-key field



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

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

How to access SAP table D020VT

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