TQG_EVAL_GR_TYP SAP (Graphic Types) Table details

Dictionary Type: Table
Description: Graphic Types




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




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

TQG_EVAL_GR_TYP is a standard SAP Table which is used to store Graphic Types data and is available within R/3 SAP systems depending on the version and release level.

The TQG_EVAL_GR_TYP table consists of various fields, each holding specific information or linking keys about Graphic Types data available in SAP. These include GR_TYP (Graphic Types), X_AXIS (Type of X-Axis), X_AXIS_RANGE (Interval Length of X-Axis), X_AXIS_START (Starting Point for X-Axis).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = TQG_EVAL_GR_TYPT


SAP TQG_EVAL_GR_TYP 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 MANDTCLNT3Assigned to domainMANDT
GR_TYPGraphic Types QG_EVAL_GR_TYPCHAR4QG_EVAL_GR_TYP
X_AXISType of X-Axis QG_EVAL_X_AXISCHAR1QG_EVAL_X_AXIS
X_AXIS_RANGEInterval Length of X-Axis QG_EVAL_X_AXIS_RANGENUMC5QG_EVAL_X_AXIS_RANGE
X_AXIS_STARTStarting Point for X-Axis QG_EVAL_X_AXIS_STARTCHAR1QG_EVAL_X_AXIS_START

Key field Non-key field



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

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

SELECT SINGLE *
FROM TQG_EVAL_GR_TYP
INTO CORRESPONDING FIELDS OF WA_TQG_EVAL_GR_TYP
WHERE...

How to access SAP table TQG_EVAL_GR_TYP

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