TCG11 SAP (EHS: Value Assignment Type) Table details

Dictionary Type: Table
Description: EHS: Value Assignment Type




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




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

TCG11 is a standard SAP Table which is used to store EHS: Value Assignment Type data and is available within R/3 SAP systems depending on the version and release level.

The TCG11 table consists of various fields, each holding specific information or linking keys about EHS: Value Assignment Type data available in SAP. These include ESTCAT (Value Assignment Type), ESTTYPE (Value Assignment Category), REM (Note), CLS (Allocation: internal class number to char. value).. 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 or numeric)

Text table = TCG12


SAP TCG11 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
ESTCATValue Assignment Type ESEESTCATCHAR30ESDESTCAT
.INCLU--AP 0
ESTTYPEValue Assignment Category ESEESTTYPECHAR10TCG01ESDESTTYPE
REMNote ESEREMCHAR60TEXT60
CLSAllocation: internal class number to char. value ESECLSVANUMC10KLAHCLINT
CLSPOSClass number for characteristic items ESECLSVPNUMC10KLAHCLINT
ECCOFLGAutomatic Activation of Copied Value Assignments ESEECCOFLGCHAR1ESDFLAG
ECINFLGAutomatic Activation of New Value Assignments ESEECINFLGCHAR1ESDFLAG
ECUPFLGAutomatic Activation of Changed Value Assignments ESEECUPFLGCHAR1ESDFLAG
USEPROFUsage Profile ESEUSEPROFCHAR10TCG96ESDUSEPROFESU
IDLIDIdentification Listing ESEIDLIDCHAR10TCG26ESDIDLID
CLVANAMClass Name for Value Assignment ESECLVANAMCHAR18KLASSE
CLVPNAM(obsolete) ESECLVPNAMCHAR18KLASSE
USEPRDEFValue Assignment Type Usage Profile Overrides User Profile ESEUSEPRDEFCHAR1ESDFLAG
ENTRYFInitial Entry Function for Screen ESEENTRYFCHAR30TFDIRFUNCNAME
FLGSINSTOnly One Instance Permitted for Value Assignment ESEFLGSINSTCHAR1FLAG
FLGINTValue Assignment Type Is for Internal Purposes ESEFLGINTCHAR1FLAG
FLGINVInversion of Axes in Value Assignment Table EHS_ESEFLGINVCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCG11
INTO CORRESPONDING FIELDS OF WA_TCG11
WHERE...

How to access SAP table TCG11

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