ERCLASS_NONSAP SAP (UDDI Classifications SAP, transportable, client independent) Table details

Dictionary Type: Table
Description: UDDI Classifications SAP, transportable, client independent




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




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

ERCLASS_NONSAP is a standard SAP Table which is used to store UDDI Classifications SAP, transportable, client independent data and is available within R/3 SAP systems depending on the version and release level.

The ERCLASS_NONSAP table consists of various fields, each holding specific information or linking keys about UDDI Classifications SAP, transportable, client independent data available in SAP. These include VERSION (Single-Character Indicator), CLASS_GUID (UUID in character form), CLASS_TMODEL_KEY (Classification TModel Key for UDDI), CLASS_TMODELNAME (Classification TModel Key Name).. 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 ERCLASS_NONSAP 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
VEPNAMEName of a Service Definition VEPNAMECHAR30SHLP_ER_WEBSERVICE_NAME
VERSIONSingle-Character Indicator CHAR1CHAR1CHAR1
CLASS_GUIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
CLASS_TMODEL_KEYClassification TModel Key for UDDI ER_CLASS_KEYCHAR255SDOM_ER_CLASS_NAME
CLASS_TMODELNAMEClassification TModel Key Name ER_CLASS_NAMECHAR255SDOM_ER_CLASS_NAME
CLASS_CODEClassification Value for UDDI ER_CLASS_VALUESTRG0ER_CLASS_VALUE
CLASS_DESC Description of the Classification code0
CLASS_DESC Description of the Classification code0
CLASS_NSPACEESD: Namespace ESD_NAMESPACECHAR255TEXT255
CLASS_REGName of the UDDI Registry ER_REGISTRY_NAMESTRG0
CLASS_NSPACEESD: Namespace ESD_NAMESPACECHAR255TEXT255
GRP_NUMClassification Serial Number for grouping ER_CLASS_S_NOINT410
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
GRP_TMODEL_KEYClassification TModel Key Name ER_CLASS_NAMECHAR255SDOM_ER_CLASS_NAME
HIER_IDNatural Number INT4INT410INT4
OBJECT_TYPENot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
SUB_TYPENot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
PARENT_IDNatural Number INT4INT410INT4
DISABLEDBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
SUB_OBJECT_NAMEname of proxy object CLASS_PRX_NAMECHAR30CLASS_PRX_NAME
HIER_IDNatural Number INT4INT410INT4
CC_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
PARENT_IDNatural Number INT4INT410INT4
DISABLEDBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
CC_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM ERCLASS_NONSAP
INTO CORRESPONDING FIELDS OF WA_ERCLASS_NONSAP
WHERE...

How to access SAP table ERCLASS_NONSAP

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