ESH_REQUEST_LOG_MONITOR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter ESH_REQUEST_LOG_MONITOR into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: P_USER = Execution User
Selection Text: P_TO_T = To Time
Selection Text: P_TO_D = To Date
Selection Text: P_OTYP = Object Type
Selection Text: P_NOFHS = Maximum No. of Hits
Selection Text: P_FROM_T = From Time
Selection Text: P_FROM_D = From Date
Selection Text: P_ERRORS = Executions with Errors Only
Selection Text: P_CONNID = Connector ID
Selection Text: PR_STYES = Yesterday
Selection Text: PR_STTOD = Today
Selection Text: PR_STNRE = No Limitation
Selection Text: PR_STINT = Other Selection
Selection Text: PR_STI5M = Last 5 Mins
Selection Text: PR_STI1H = Last Hour
Title: Search Request Monitor
Text Symbol: 027 = Connector or request is currently not searchable
Text Symbol: 026 = . Cannot reexecute
Text Symbol: 025 = Search request has not been logged in full
Text Symbol: 024 = Key not found. Cannot reexecute
Text Symbol: 023 = Search Request in TREX Format
Text Symbol: 022 = Search Request in Application Format
Text Symbol: 021 = application
Text Symbol: 020 = No exception logged for this query
Text Symbol: 019 = Select a valid row
Text Symbol: 018 = Select a single row
Text Symbol: 017 = Total Hits
Text Symbol: 016 = Hits
Text Symbol: 015 = Client
Text Symbol: 014 = System
Text Symbol: 013 = Time
Text Symbol: 012 = Date
Text Symbol: 011 = Status
Text Symbol: 010 = Search Request Selection
Text Symbol: 009 = Search Request: Search Engine Errors
Text Symbol: 008 = Asynchronous Request
Text Symbol: 007 = Other Selection
Text Symbol: 006 = Last 5 Mins
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ICON_CREATE * CALL FUNCTION 'ICON_CREATE' * EXPORTING * name = icon_open_folder " @FO@ * info = 'Bulk Search' * IMPORTING * result =
-fldicon * EXCEPTIONS * OTHERS = 0.
ICON_CREATE * CALL FUNCTION 'ICON_CREATE' * EXPORTING * name = icon_red_light * info = 'Failed' * IMPORTING * result =
-statusicon * EXCEPTIONS * OTHERS = 0.
ICON_CREATE * CALL FUNCTION 'ICON_CREATE' * EXPORTING * name = icon_green_light * info = 'Successful execution' * IMPORTING * result =
-statusicon * EXCEPTIONS * OTHERS = 0.
ICON_CREATE * CALL FUNCTION 'ICON_CREATE' * EXPORTING * name = icon_light_out * info = 'No response' * IMPORTING * result =
-statusicon * EXCEPTIONS * OTHERS = 0.
ICON_CREATE * CALL FUNCTION 'ICON_CREATE' * EXPORTING * name = icon_biw_info_cube * info = 'Single Search' * IMPORTING * result =
-fldicon * EXCEPTIONS * OTHERS = 0.
F4IF_INT_TABLE_VALUE_REQUEST * CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' * EXPORTING * retfield = 'OBJECT_TYPE_NAME' * dynpprog = sy-repid * dynpnr = sy-dynnr * dynprofield = 'P_OTYP' * value_org = 'S' * TABLES * field_tab = lt_fieldtab * value_tab = lt_active_otypt * EXCEPTIONS * parameter_error = 1 * no_values_found = 2 * OTHERS = 3.
F4IF_INT_TABLE_VALUE_REQUEST * CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' * EXPORTING * retfield = 'CONNECTOR_ID' * dynpprog = sy-repid * dynpnr = sy-dynnr * dynprofield = 'P_CONNID' * value_org = 'S' * TABLES * field_tab = lt_fieldtab * value_tab = lt_conn_f4 * EXCEPTIONS * parameter_error = 1 * no_values_found = 2 * OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ESH_REQUEST_LOG_MONITOR - Search Request Monitor ESH_REQUEST_LOG_MONITOR - Search Request Monitor ESH_REFRESH_RUNTIME_BUFFER - Refresh Complete Runtime Buffer ESH_REFRESH_RUNTIME_BUFFER - Refresh Complete Runtime Buffer ESH_RECREATE_ALL_JOIN_INDICES - ESHRECREATEALLJOININDICES ESH_RECREATE_ALL_JOIN_INDICES - ESHRECREATEALLJOININDICES