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

ESH_IX_PROCESS_CHANGE_POINTERS SAP ABAP Report - Process Changepointers (Enterprise Search - Fast Indexing)







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


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


INCLUDES used within this REPORT ESH_IX_PROCESS_CHANGE_POINTERS

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:

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.



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