SAP Reports / Programs | Basis Components | Basis Components | NetWeaver Enterprise Search(BC-EIM-ESH) SAP BC

ESH_REQUEST_LOG_MONITOR SAP ABAP Report - Search Request Monitor







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT ESH_REQUEST_LOG_MONITOR. "Basic submit
SUBMIT ESH_REQUEST_LOG_MONITOR AND RETURN. "Return to original report after report execution complete
SUBMIT ESH_REQUEST_LOG_MONITOR VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: 005 = Last Hour
Text Symbol: 004 = Today
Text Symbol: 003 = Yesterday
Text Symbol: 002 = No Limitation
Text Symbol: 001 = Time Interval


INCLUDES used within this REPORT ESH_REQUEST_LOG_MONITOR

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name ESH_REQUEST_LOG_MONITOR or its description.