SPROXCLASS 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 SPROXCLASS
Related tables to SPROXCLASS
Access table SPROXCLASS




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

SPROXCLASS 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 SPROXCLASS 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 SPROXCLASS 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
PROXYNAMEname of logical transport object CLASS_PRX_LOBJ_NAMECHAR34CLASS_PRX_LOBJ_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_NSPACEESD: Namespace ESD_NAMESPACECHAR255TEXT255
CLASS_REGName of the UDDI Registry ER_REGISTRY_NAMESTRG0
OBJECT_TYPENot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
OBJECT_NAMEname of proxy object CLASS_PRX_NAMECHAR30CLASS_PRX_NAME
SUB_OBJECT_TYPENot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
SUB_OBJECT_NAMEname of proxy object CLASS_PRX_NAMECHAR30CLASS_PRX_NAME
CC_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM SPROXCLASS
INTO CORRESPONDING FIELDS OF WA_SPROXCLASS
WHERE...

How to access SAP table SPROXCLASS

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