ESH_STOP_START_INDEXING 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_STOP_START_INDEXING 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_STOP = Suspend Indexing
Selection Text: P_START = Resume Indexing
Selection Text: P1_OTYP = Object Type
Selection Text: P1_LOGSY = Logical System
Selection Text: P1_EXCL = Exclude Automatic Restart
Title: Stop and Restart ESH Indexing (Suspend Mode)
Text Symbol: 027 = Cancel
Text Symbol: 026 = Yes
Text Symbol: 025 = Do you want to delete the entries selected in the table?
Text Symbol: 024 = Delete Entries
Text Symbol: 023 = No entries selected in the table
Text Symbol: 022 = Specified object already in exclusion list
Text Symbol: 021 = Specify an object type
Text Symbol: 020 = Specify the logical system
Text Symbol: 019 = Exclude objects from automatic indexing restart
Text Symbol: 018 = Exclude Objects
Text Symbol: 017 = Remove selected objects
Text Symbol: 016 = Remove
Text Symbol: 015 = Following objects shall not be considered for automatic indexing restart on Resume
Text Symbol: 014 = Maintain Exclusions for Automatic Indexing Restart
Text Symbol: 013 = Hours
Text Symbol: 012 = Days
Text Symbol: 011 = Weeks
Text Symbol: 010 = Months
Text Symbol: 009 = Delta Scheduled
Text Symbol: 008 = Last Indexing
Text Symbol: 007 = Restart Excluded
Text Symbol: 006 = Object Type
Text Symbol: 005 = Logical System
Text Symbol: 004 = Suspend/Resume already running
Text Symbol: 003 = Information
Text Symbol: 002 = Status
Text Symbol: 001 = Action
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Delete Entries'(024) * DIAGNOSE_OBJECT = ' ' text_question = 'Do you want to delete the entries selected in the table?'(025) text_button_1 = 'Yes'(026) icon_button_1 = 'ICON_OKAY' text_button_2 = 'Cancel'(027) icon_button_2 = 'ICON_CANCEL' default_button = '1' display_cancel_button = space * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = * IV_QUICKINFO_BUTTON_1 = ' ' * IV_QUICKINFO_BUTTON_2 = ' ' IMPORTING answer = lv_answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2.
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_STOP_START_INDEXING - Stop and Restart ESH Indexing (Suspend Mode) ESH_STOP_START_INDEXING - Stop and Restart ESH Indexing (Suspend Mode) ESH_START_MODELER_UI - Enterprise Search Administration Cockpit ESH_START_MODELER_UI - Enterprise Search Administration Cockpit ESH_SHOW_BP - Program ESH_SHOW_BP ESH_SHOW_BP - Program ESH_SHOW_BP