TCG81 SAP (EHS: Regulatory List) Table details

Dictionary Type: Table
Description: EHS: Regulatory List




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




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

TCG81 is a standard SAP Table which is used to store EHS: Regulatory List data and is available within R/3 SAP systems depending on the version and release level.

The TCG81 table consists of various fields, each holding specific information or linking keys about EHS: Regulatory List data available in SAP. These include SLSTID (Regulatory List), SLSTDIS (Regulatory List Distributor), SLSTDAT (Date of Publication of Regulatory List), SLSTVER (Version Number of Regulatory List).. 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 = TCG82


SAP TCG81 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
SLSTIDRegulatory List ESESLSTIDCHAR10ESDSLSTID
.INCLU--AP 0
SLSTDISRegulatory List Distributor ESESLSTDISCHAR40TEXT40
SLSTDATDate of Publication of Regulatory List ESESLSTDATDATS8DATUM
SLSTVERVersion Number of Regulatory List ESESLSTVERCHAR10CHAR10
SLSTRESContact Person or Person Responsible for Regulatory List ESESLSTRESCHAR10Assigned to domainALPHAAD_ADDRNUM
RVLIDValidity Area ESERVLIDCHAR10TCG91ESDRVLIDESJ
REMNote ESEREMCHAR60TEXT60
SLSTLANLanguages Contained in the Regulatory List ESESLSTLANCHAR132TEXT132
SLSTSIDIdentifier Contained in the Regulatory List ESESLSTSIDCHAR132TEXT132
SLSTSCHValue Assignment Type Contained in the Regulatory List ESESLSTSCHCHAR132TEXT132
NEGATIVFLGNegative List (Regulatory List) EHS_NEGATIVFLGCHAR1ESDFLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCG81
INTO CORRESPONDING FIELDS OF WA_TCG81
WHERE...

How to access SAP table TCG81

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