THLT SAP (VarChart Graphics: Color Attributes) Table details

Dictionary Type: Table
Description: VarChart Graphics: Color Attributes




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




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

THLT is a standard SAP Table which is used to store VarChart Graphics: Color Attributes data and is available within R/3 SAP systems depending on the version and release level.

The THLT table consists of various fields, each holding specific information or linking keys about VarChart Graphics: Color Attributes data available in SAP. These include NAME (Name of color definition), BG_COL (Background color for graphic object), S_LINE_COL (Color of separating lines for graphic object), LINE_COL (Link color).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = THLTT


SAP THLT table 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
MANDTClient MANDTCLNT3T000MANDT
NAMEName of color definition NETHLTKEYCHAR6NETHLTKEY
BG_COLBackground color for graphic object VCBGCOLCHAR11TWCOLW_COLOR
S_LINE_COLColor of separating lines for graphic object VCSPLINCOLCHAR11TWCOLW_COLOR
LINE_COLLink color VCLINECOLCHAR11TWCOLW_COLOR
LINE_TYPELine type VCLINETYPECHAR16TLTYPVCLINETYPE
LINE_THICKLink width VCLINETHIKCHAR1VCLINETHIK
PATTERNShading pattern for graphical objects VCPATTERNCHAR21TPATTVCPATTERN
PATTERN_BGBackground pattern color VCPATTBGCHAR11TWCOLW_COLOR
STRIKEStrike-through type VCSTRIKECHAR14TSTRKVCSTRIKE
PRIORITYPriority of color attributes VCPRIORITYCHAR3VCPRIORITY
STRIKE_COLColor for strike-through line VCSTRIKCOLCHAR11TWCOLW_COLOR
TRANSP_FLGFlag: Ignore background color VCTRANSPCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM THLT
INTO CORRESPONDING FIELDS OF WA_THLT
WHERE...

How to access SAP table THLT

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