SAP Reports / Programs

ESH_ADM_INDEX_ALL_SC SAP ABAP Report - ESHADMINDEXALLSC







ESH_ADM_INDEX_ALL_SC 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_ADM_INDEX_ALL_SC 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_ADM_INDEX_ALL_SC. "Basic submit
SUBMIT ESH_ADM_INDEX_ALL_SC AND RETURN. "Return to original report after report execution complete
SUBMIT ESH_ADM_INDEX_ALL_SC 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_CLIENT = D .
Selection Text: P_CREATE = Create All Search Connectors
Selection Text: P_DELETE = Delete All Search Connectors
Selection Text: P_INDEX = Schedule Initial Indexing
Selection Text: P_PRDVRS = D .
Selection Text: P_REGRTI = Register for realtime indexing
Selection Text: P_SYSTEM = D .
Text Symbol: 001 = Step 1: Delete All Search Object Connectors
Text Symbol: 002 = Step 2: Create All Search Object Connectors
Text Symbol: 003 = Step 3: Index All Search Object Connectors
Text Symbol: 004 = Deleting indexing jobs
Text Symbol: 005 = Exception occurred:
Text Symbol: 006 = SAP Embedded Search
Text Symbol: 007 = SAP BO Search
Text Symbol: 008 = Delete all search connectors for all systems
Text Symbol: 009 = Delete all search connectors for system:
Text Symbol: 010 =
Text Symbol: 011 = SAP System ID
Text Symbol: 012 = Client
Text Symbol: 013 = Software Component
Text Symbol: 101 = No instance of the object model was created


INCLUDES used within this REPORT ESH_ADM_INDEX_ALL_SC

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:

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

ESH_ENG_CCMS_DELETE_NODES CALL FUNCTION 'ESH_ENG_CCMS_DELETE_NODES' EXCEPTIONS error = 0.

TREX_EXT_LIST_INDEXES CALL FUNCTION 'TREX_EXT_LIST_INDEXES' EXPORTING i_rfc_destination = lv_trex_dest i_namespace = lc_namespace
IMPORTING e_return_code = lv_trex_code e_return_text = lv_trex_text e_return_index_list = lt_indices
EXCEPTIONS conversion_error = 0 error = 0.

TREX_EXT_LIST_INDEXES CALL FUNCTION 'TREX_EXT_LIST_INDEXES' EXPORTING i_rfc_destination = lv_trex_dest i_namespace = lv_dbschema i_index_pattern = lv_index_pattern
IMPORTING e_return_code = lv_trex_code e_return_text = lv_trex_text e_return_index_list = lt_indices
EXCEPTIONS conversion_error = 0 error = 0.

BP_JOB_SELECT CALL FUNCTION 'BP_JOB_SELECT' EXPORTING jobselect_dialog = lc_btc_no jobsel_param_in = ls_job_select

TABLES jobselect_joblist = lt_job_list
CHANGING error_code = lv_error_code
EXCEPTIONS invalid_dialog_type = 01 jobname_missing = 02 no_jobs_found = 03 selection_canceled = 04 username_missing = 05.

BP_JOB_DELETE CALL FUNCTION 'BP_JOB_DELETE' EXPORTING jobcount = -jobcount jobname = -jobname forcedmode = gc_x commitmode = gc_x
EXCEPTIONS cant_delete_event_entry = 01 cant_delete_job = 02 cant_delete_joblog = 03 cant_delete_steps = 04 cant_delete_time_entry = 05 cant_derelease_successor = 06 cant_enq_predecessor = 07 cant_enq_successor = 08 cant_enq_tbtco_entry = 09 cant_update_predecessor = 10 cant_update_successor = 11 commit_failed = 12 jobcount_missing = 13 jobname_missing = 14 job_does_not_exist = 15 job_is_already_running = 16 no_delete_authority = 17.

BP_JOB_ABORT CALL FUNCTION 'BP_JOB_ABORT' EXPORTING jobcount = -jobcount jobname = -jobname
EXCEPTIONS checking_of_job_has_failed = 01 job_abort_has_failed = 02 job_does_not_exist = 03 job_is_not_active = 04 no_abort_privilege_given = 05.

BP_JOB_DELETE CALL FUNCTION 'BP_JOB_DELETE' EXPORTING jobcount = -jobcount jobname = -jobname forcedmode = gc_x commitmode = gc_x
EXCEPTIONS cant_delete_event_entry = 01 cant_delete_job = 02 cant_delete_joblog = 03 cant_delete_steps = 04 cant_delete_time_entry = 05 cant_derelease_successor = 06 cant_enq_predecessor = 07 cant_enq_successor = 08 cant_enq_tbtco_entry = 09 cant_update_predecessor = 10 cant_update_successor = 11 commit_failed = 12 jobcount_missing = 13 jobname_missing = 14 job_does_not_exist = 15 job_is_already_running = 16 no_delete_authority = 17.

RFC_MODIFY_TCPIP_DESTINATION CALL FUNCTION 'RFC_MODIFY_TCPIP_DESTINATION' EXPORTING destination = ls_adm_trex-trex_rfcdest action = 'M' method = 'R' program = space
EXCEPTIONS authority_not_available = 01 destination_already_exist = 02 destination_not_exist = 03 destination_enqueue_reject = 04 information_failure = 05 trfc_entry_invalid = 06 internal_failure = 07 destination_is_locked = 08.



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