SCGR_CLASS SAP (Consumer group classifications) Table details

Dictionary Type: Table
Description: Consumer group classifications




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




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

SCGR_CLASS is a standard SAP Table which is used to store Consumer group classifications data and is available within R/3 SAP systems depending on the version and release level.

The SCGR_CLASS table consists of various fields, each holding specific information or linking keys about Consumer group classifications data available in SAP. These include VERSION (Consumer group version (A-Active : I-Inactive)), CLASS_GUID (UUID in character form), CLASS_TMODEL_KEY (Classification TModel Key Name), CLASS_CODE (Classification Value for UDDI).. 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 SCGR_CLASS 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
NAMETechnial Name (ABAP Name) of the consumer Group SDTE_CG_NAMECHAR30SDOM_CG_NAMESHLP_SDTE_CG_NAME
VERSIONConsumer group version (A-Active : I-Inactive) SDTE_CG_VERSIONCHAR1SDOM_CG_VERSION
CLASS_GUIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
CLASS_TMODEL_KEYClassification TModel Key Name ER_CLASS_NAMECHAR255SDOM_ER_CLASS_NAME
CLASS_CODEClassification Value for UDDI ER_CLASS_VALUESTRG0ER_CLASS_VALUE
CLASS_DESCClassification Value for UDDI ER_CLASS_VALUESTRG0ER_CLASS_VALUE
CLASS_NSPACEESD: Namespace ESD_NAMESPACECHAR255TEXT255
CLASS_REGName of the UDDI Registry ER_REGISTRY_NAMESTRG0
GRP_NUMClassification Serial Number for grouping ER_CLASS_S_NOINT410
GRP_TMODEL_KEYClassification TModel Key Name ER_CLASS_NAMECHAR255SDOM_ER_CLASS_NAME
OBJECT_TYPENot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
HIER_IDNatural Number INT4INT410INT4
PARENT_IDNatural Number INT4INT410INT4
DISABLEDBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM SCGR_CLASS
INTO CORRESPONDING FIELDS OF WA_SCGR_CLASS
WHERE...

How to access SAP table SCGR_CLASS

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