SAP ESH_ADM_SC_MON Status Monitor for Search Object Connectors Table data and field list

ESH_ADM_SC_MON is a standard SAP Table which is used to store Status Monitor for Search Object Connectors data in SAP systems, such as SAP R/3, S/4HANA, depending on the version and release level.

The ESH_ADM_SC_MON table consists of various fields, each holding specific information or linking keys about Status Monitor for Search Object Connectors data available in SAP. These include SC_ID (Search Connector ID), STATUS_ID (Status of a Search Object Connector in the Web Service), STATUS_DESCR (Description of a Search Object Connector Status in the WS), TIMESTAMP (ESH: Timestamp)... 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. .

ESH_ADM_SC_MON table Technical Details:

Delivery Class: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP ESH_ADM_SC_MON table fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the ESH_ADM_SC_MON table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
SC_IDSearch Connector ID ESH_E_IF_SEARCH_CONNECTOR_IDCHAR120ESH_D_IF_IDENTIFIER_LONG
STATUS_IDStatus of a Search Object Connector in the Web Service ESH_E_ADM_STATUS_IDCHAR10CHAR10
STATUS_DESCRDescription of a Search Object Connector Status in the WS ESH_E_ADM_STATUS_DESCRSTRG0
TIMESTAMPESH: Timestamp ESH_E_ADM_TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM ESH_ADM_SC_MON
INTO CORRESPONDING FIELDS OF WA_ESH_ADM_SC_MON
WHERE...

How to access SAP table ESH_ADM_SC_MON

Within an ECC or HANA version of SAP you can also view further information about ESH_ADM_SC_MON and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).