SAP Reports / Programs

ESH_STOP_START_INDEXING SAP ABAP Report - Stop and Restart ESH Indexing (Suspend Mode)







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


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_STOP_START_INDEXING. "Basic submit
SUBMIT ESH_STOP_START_INDEXING AND RETURN. "Return to original report after report execution complete
SUBMIT ESH_STOP_START_INDEXING 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_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


INCLUDES used within this REPORT ESH_STOP_START_INDEXING

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:

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.



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_STOP_START_INDEXING or its description.