DV_TLICON SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




Table View field list including key, data, relationships and ABAP select examples

DV_TLICON is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The DV_TLICON table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include CL_NAME (Icon class name), I_CLASS (Icon class (system, special, ...)), GR_NAME (Icon group name), I_GROUP (Icon group (message, function ...)).. 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 DV_TLICON table view 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
LANGULanguage Key SPRASLANG1ISOLASPRASSPRH_T002
CL_NAMEIcon class name CLASS_NAMECHAR25TEXT25
I_CLASSIcon class (system, special, ...) ICON_CLASSNUMC1NUMC01
GR_NAMEIcon group name GROUP_NAMECHAR30TEXT30
I_GROUPIcon group (message, function ...) ICON_GROUPNUMC1NUMC01
IDIcon in text fields (substitute display, alias) ICON_DCHAR4ICON
NAMEName of an Icon ICONNAMECHAR30ICONNAME
OLENGIcon: Output length ICONLENGTHINT13ICONLENGTH
BUTTONIcon suitable for pushbutton ICON_BCHAR1FLAG
STATUSIcon suitable for status display ICON_SCHAR1FLAG
MESSAGEIcon suitable for message ICON_MCHAR1FLAG
FUNCTIONIcon suitable for function key ICON_FCHAR1FLAG
TEXTFIELDIcon suitable key word ICON_TCHAR1FLAG
LOCKEDLocked icons ICON_LCHAR1FLAG
SHORTTEXTDescription of an icon ICONSHORTCHAR30ICONTEXT

Key field Non-key field



How do I retrieve data from SAP table DV_TLICON using ABAP code

The following ABAP code Example will allow you to do a basic selection on DV_TLICON to SELECT all data from the table
DATA: WA_DV_TLICON TYPE DV_TLICON.

SELECT SINGLE *
FROM DV_TLICON
INTO CORRESPONDING FIELDS OF WA_DV_TLICON
WHERE...

How to access SAP table DV_TLICON

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