CLS_TYGR_ELEMENT SAP (Elements of object type groups) Table details

Dictionary Type: Table
Description: Elements of object type groups




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




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

CLS_TYGR_ELEMENT is a standard SAP Table which is used to store Elements of object type groups data and is available within R/3 SAP systems depending on the version and release level.

The CLS_TYGR_ELEMENT table consists of various fields, each holding specific information or linking keys about Elements of object type groups data available in SAP. These include ACTIVATION_STATE (Activation state for package data), TYPE (Type or object type group).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CLS_TYGR_ELEMENT 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
OBJ_TYPE_GROUPObject Type Group CLS_OBJECT_TYPE_GROUPCHAR30CLS_TYPE_GROUPCLS_OBJECT_TYPE_GROUPOBJECT_TYPE_GROUP
ACTIVATION_STATEActivation state for package data PAK_ACTIVATION_STATECHAR1PAK_ACTIVATION_STATE
TYPEType or object type group CLS_OBJECT_TYPE_GROUP_ELEMENTCHAR30CLS_OBJECT_TYPE_GROUPCLS_OTYGR_OR_TYPE_SHLP

Key field Non-key field



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

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

SELECT SINGLE *
FROM CLS_TYGR_ELEMENT
INTO CORRESPONDING FIELDS OF WA_CLS_TYGR_ELEMENT
WHERE...

How to access SAP table CLS_TYGR_ELEMENT

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