ESH_IX_PROCESS_CHANGE_POINTERS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report was used to automatically update the Enterprise Search index after changes to business data...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter ESH_IX_PROCESS_CHANGE_POINTERS 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_SECS = Delay [Seconds]
Selection Text: P_RG_SYS = Systems
Selection Text: P_RG_OBJ = Object Types
Selection Text: P_RESETX = Reset "Stop Indexing" on Start
Selection Text: P_REPLAN = Reschedule automatically
Selection Text: P_PRDVRS = Software Component
Selection Text: P_MAX_RT = Exit processing after [hours]
Selection Text: P_IN_BGR = Process in Background
Title: Process Changepointers (Enterprise Search - Fast Indexing)
Text Symbol: T02 = Execution Properties
Text Symbol: T01 = Scope
Text Symbol: 016 = or go to the documentation of report ESH_IX_PROCESS_CHANGE_POINTERS (SA38/SE38)
Text Symbol: 015 = For more information, see the long text for the error message in the job log
Text Symbol: 014 = - recheck the jobs to monitor their breakoff
Text Symbol: 013 = Stop Indexing has been set
Text Symbol: 012 = Jobs already running
Text Symbol: 011 = Processing the following search connectors:
Text Symbol: 010 = Technical error while creating indexing job
Text Symbol: 009 = Indexing job successfully scheduled - job name:
Text Symbol: 008 = Parameter to stop processing set. No job planned
Text Symbol: 007 = : Technical error on requesting lock
Text Symbol: 006 = : Already in process
Text Symbol: 005 = No search connectors selected
Text Symbol: 004 = Indexing object type: &1
Text Symbol: 003 = No new change pointers -> wait &1 seconds
Text Symbol: 002 = Object type '&1': no new change pointers
Text Symbol: 001 = The delay must be between 0 and 3600 seconds
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
JOB_OPEN * CALL FUNCTION 'JOB_OPEN' * EXPORTING * jobname = lv_job_name * IMPORTING * jobcount = lv_job_number * EXCEPTIONS * cant_create_job = 1 * invalid_job_data = 2 * jobname_missing = 3 * OTHERS = 4.
JOB_CLOSE * CALL FUNCTION 'JOB_CLOSE' * EXPORTING * jobcount = lv_job_number * jobname = lv_job_name * strtimmed = abap_true * EXCEPTIONS * cant_start_immediate = 1 * invalid_startdate = 2 * jobname_missing = 3 * job_close_failed = 4 * job_nosteps = 5 * job_notex = 6 * lock_failed = 7 * OTHERS = 8.
DYNP_VALUES_READ * CALL FUNCTION 'DYNP_VALUES_READ' * EXPORTING * dyname = sy-cprog * dynumb = sy-dynnr * TABLES * dynpfields = lt_dyfields * EXCEPTIONS * invalid_abapworkarea = 1 * invalid_dynprofield = 2 * invalid_dynproname = 3 * invalid_dynpronummer = 4 * invalid_request = 5 * no_fielddescription = 6 * invalid_parameter = 7 * undefind_error = 8 * double_conversion = 9 * stepl_not_found = 10 * OTHERS = 11.
F4IF_INT_TABLE_VALUE_REQUEST * CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' * EXPORTING * retfield = 'OBJECT_NAME' * dynpprog = sy-repid * dynpnr = sy-dynnr * dynprofield = iv_dynprofield * value_org = 'S' * TABLES * field_tab = lt_fieldtab * value_tab = lt_objects_f4 * EXCEPTIONS * parameter_error = 1 * no_values_found = 2 * OTHERS = 3.
F4IF_INT_TABLE_VALUE_REQUEST * CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' * EXPORTING * retfield = 'LOGSYS' * dynpprog = sy-repid * dynpnr = sy-dynnr * dynprofield = iv_dynprofield * value_org = 'S' * TABLES * field_tab = lt_fieldtab * value_tab = lt_rfc_conn * 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_IX_PROCESS_CHANGE_POINTERS - Process Changepointers (Enterprise Search - Fast Indexing) ESH_IX_PROCESS_CHANGE_POINTERS - Process Changepointers (Enterprise Search - Fast Indexing) ESH_IX_FILES_CRAWL - Execute a single crawl ESH_IX_FILES_CRAWL - Execute a single crawl ESH_IX_CRT_INDEX_OBJECT_TYPE - Indexing an object type (BO, TO) ESH_IX_CRT_INDEX_OBJECT_TYPE - Indexing an object type (BO, TO)