TCG75 SAP (EHS: Language-Dependent Description for Reference Values) Table details

Dictionary Type: Table
Description: EHS: Language-Dependent Description for Reference Values




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




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

TCG75 is a standard SAP Table which is used to store EHS: Language-Dependent Description for Reference Values data and is available within R/3 SAP systems depending on the version and release level.

The TCG75 table consists of various fields, each holding specific information or linking keys about EHS: Language-Dependent Description for Reference Values data available in SAP. These include LANGU (Language Key), COMPREL (Reference Quantity for Component Specification), COMPRELNAM (Short Description of Reference Quantity).. 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: Not classified

Text table for: TCG74


SAP TCG75 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
LANGULanguage Key LANGULANG1T002ISOLASPRAS
COMPRELReference Quantity for Component Specification ESECOMPRELCHAR10TCG74ESDCOMPREL
COMPRELNAMShort Description of Reference Quantity ESECOMPRELNAMCHAR40TEXT40

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCG75
INTO CORRESPONDING FIELDS OF WA_TCG75
WHERE...

How to access SAP table TCG75

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