ERCLASS_TIMES SAP (UDDI Classification Times, not transported, client dependent) Table details

Dictionary Type: Table
Description: UDDI Classification Times, not transported, client dependent




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




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

ERCLASS_TIMES is a standard SAP Table which is used to store UDDI Classification Times, not transported, client dependent data and is available within R/3 SAP systems depending on the version and release level.

The ERCLASS_TIMES table consists of various fields, each holding specific information or linking keys about UDDI Classification Times, not transported, client dependent data available in SAP. These include VEPNAME (Name of a Service Definition), UDDI_REG_NAME (UDDI Client: Name of UDDI Registry), SD_PUB_TIME (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), CONF_PUB_TIME (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP ERCLASS_TIMES 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
VEPNAMEName of a Service Definition VEPNAMECHAR30SHLP_ER_WEBSERVICE_NAME
UDDI_REG_NAMEUDDI Client: Name of UDDI Registry UDDICLS_REGISTRYCHAR30Assigned to domainUDDICLS_REGISTRY
SD_PUB_TIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CONF_PUB_TIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
MODEL_PUB_TIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM ERCLASS_TIMES
INTO CORRESPONDING FIELDS OF WA_ERCLASS_TIMES
WHERE...

How to access SAP table ERCLASS_TIMES

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