ESH_ADM_BIN_ERR SAP (detail table for error protocol in case of binary data) Table details

Dictionary Type: Table
Description: detail table for error protocol in case of binary data




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




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

ESH_ADM_BIN_ERR is a standard SAP Table which is used to store detail table for error protocol in case of binary data data and is available within R/3 SAP systems depending on the version and release level.

The ESH_ADM_BIN_ERR table consists of various fields, each holding specific information or linking keys about detail table for error protocol in case of binary data data available in SAP. These include ERROR_GUID (GUID for the Error Instance), CONNECTOR_ID (Search Connector ID), CONNECTOR_TYPE (Search Connector Type), BIN_NODE_ID (Node 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: 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 ESH_ADM_BIN_ERR 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
ERROR_GUIDGUID for the Error Instance ESH_E_ADM_ERROR_GUIDCHAR32SYSUUID_C
CONNECTOR_IDSearch Connector ID ESH_E_IF_SEARCH_CONNECTOR_IDCHAR120ESH_D_IF_IDENTIFIER_LONG
CONNECTOR_TYPESearch Connector Type ESH_E_IF_SEARCH_CONNECTOR_TYPECHAR10ESH_D_OM_TEMPLATE_TYPE
BIN_NODE_IDNode Name ESH_E_OM_NODE_NAMECHAR20ESH_D_OM_NODE_NAME
BIN_ATTR_IDNode Field ESH_E_OM_NODE_FIELDCHAR30Assigned to domainFDNAME
CREATED_ONUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
OBJECT_ID_VALUESGeneral ID ESH_E_ADM_BIN_GENERAL_IDSTRG0ESH_D_ADM_BIN_GENERAL_ID
OBJECT_ID_NAMES 0
EXT_OBJECT_IDGeneral ID ESH_E_IF_GENERAL_IDCHAR255ESH_D_IF_GENERAL_ID
BIN_NODE_ID_BACKBackend Name ESH_E_OM_BACKEND_NAMECHAR255ESH_D_OM_BACKEND_NAME
BIN_ATTR_ID_BACKBackend Name ESH_E_OM_BACKEND_NAMECHAR255ESH_D_OM_BACKEND_NAME
ROOT_OBJECT_TYPEObject Type ESH_E_OM_OBJECT_TYPECHAR20ESH_D_OM_OBJECT_TYPE
ROOT_NODE_IDNode Name ESH_E_OM_NODE_NAMECHAR20ESH_D_OM_NODE_NAME
ROOT_OBJECT_BACKBackend Name ESH_E_OM_BACKEND_NAMECHAR255ESH_D_OM_BACKEND_NAME
ROOT_NODE_BACKBackend Name ESH_E_OM_BACKEND_NAMECHAR255ESH_D_OM_BACKEND_NAME
SCENARIOScenario for Binary Data (KPRO, DPS, Binary) ESH_E_ADM_BIN_SCENARIOCHAR5ESH_D_ADM_BIN_SCENARIO
STATUSStatus for Binary Data ESH_E_ADM_BIN_STATUSCHAR1ESH_D_ADM_BIN_STATUS
URL 0
MIME_TYPE 0
FILE_SIZE 0
DESTINATION 0
HTTP_CODE 0
HTTP_REASON 0
ERROR_CODE 0
ERROR_TEXT 0
BINARY_CONTENT 0
PERFORM_MEASURE 0
USER_NAMEUser Name SYUNAMECHAR12SYCHAR12
GEN_CRIT1 0
GEN_CRIT2 0
GEN_CRIT3 0

Key field Non-key field



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

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

SELECT SINGLE *
FROM ESH_ADM_BIN_ERR
INTO CORRESPONDING FIELDS OF WA_ESH_ADM_BIN_ERR
WHERE...

How to access SAP table ESH_ADM_BIN_ERR

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