SCGCLASSIFICATON SAP (OLD: Consumer group classifications) Table details

Dictionary Type: Table
Description: OLD: Consumer group classifications




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




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

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

The SCGCLASSIFICATON table consists of various fields, each holding specific information or linking keys about OLD: 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 SCGCLASSIFICATON 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
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 SCGCLASSIFICATON using ABAP code

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

SELECT SINGLE *
FROM SCGCLASSIFICATON
INTO CORRESPONDING FIELDS OF WA_SCGCLASSIFICATON
WHERE...

How to access SAP table SCGCLASSIFICATON

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