ESH_ADM_BIN_REOR SAP (Customizing table for reorg data for binary error log) Table details

Dictionary Type: Table
Description: Customizing table for reorg data for binary error log




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




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

ESH_ADM_BIN_REOR is a standard SAP Table which is used to store Customizing table for reorg data for binary error log data and is available within R/3 SAP systems depending on the version and release level.

The ESH_ADM_BIN_REOR table consists of various fields, each holding specific information or linking keys about Customizing table for reorg data for binary error log data available in SAP. These include LAST_REORG (Last Reorganization Date (Timestamp)), CLEANUP_BIN_DATA (Flag That Controls If Binary Error Log Data Is Cleaned Up), KEEPTIM_BIN_DATA (Retention Time for Binary Error Data (Days)), LAST_MOD_TSTMP (Last Modification Date).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP ESH_ADM_BIN_REOR 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
LAST_REORGLast Reorganization Date (Timestamp) ESH_E_ADM_BIN_LAST_REORGDEC21(7) TSTPSESH_D_ADM_TSTMP
CLEANUP_BIN_DATAFlag That Controls If Binary Error Log Data Is Cleaned Up ESH_E_ADM_BIN_CLEANUP_DATACHAR1XSDBOOLEAN
KEEPTIM_BIN_DATARetention Time for Binary Error Data (Days) ESH_E_ADM_BIN_KEEPTIM_BIN_DATAINT410INT4
LAST_MOD_TSTMPLast Modification Date ESH_E_ADM_BIN_LAST_MOD_DATEDEC21(7) TSTPSESH_D_ADM_TSTMP
LAST_MOD_USRLast Modification User ESH_E_ADM_BIN_LAST_MOD_USERCHAR12SYCHAR12

Key field Non-key field



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

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

SELECT SINGLE *
FROM ESH_ADM_BIN_REOR
INTO CORRESPONDING FIELDS OF WA_ESH_ADM_BIN_REOR
WHERE...

How to access SAP table ESH_ADM_BIN_REOR

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